Modding:Scene

From SkyCorp Global
Revision as of 03:00, 22 January 2026 by SkyCorp (talk | contribs) (Add to LUA Class Reference category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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