Modding:Scene: Difference between revisions
Jump to navigation
Jump to search
(Some info on Scene) |
m (Add to LUA Class Reference category) |
||
| Line 10: | Line 10: | ||
* EntityLookScene for inspecting an object/enemy | * EntityLookScene for inspecting an object/enemy | ||
* SimpleDynamicOptions lets you introduce your own scene logic | * SimpleDynamicOptions lets you introduce your own scene logic | ||
[[Category:LUA Class Reference]] | |||
Latest revision as of 03:00, 22 January 2026
A scene object is the representation of being able to receive button inputs and display text based on those inputs.
Exposed methods
Mods do not (currently) directly modify scene objects, so no methods are (currently) exposed.
Scene management
You may trigger these scenes via MainScreen:
- MapScene for moving around the world
- EntityLookScene for inspecting an object/enemy
- SimpleDynamicOptions lets you introduce your own scene logic