Objects

Objects place typed game entities in a Document. Use them for things like enemies, pickups, NPCs, doors, interactables, spawn points, or any game-specific item that needs a named type and a position.

Object Types

Object Types are Project-level definitions for the kinds of Objects your game understands. Create Object Types for reusable concepts, then place Object instances in Documents wherever they should appear.

An Object Type can also carry custom properties, which lets you describe game-specific details without changing the basic placement workflow.

Object placements

An Object placement is an instance of an Object Type at an X/Y position in a Document.

Field Value
X number
Y number
Object Type Object Type
Events Custom Events

Working with Objects

  1. Select the Object tool. Keyboard shortcut: O.
  2. Choose or create the Object Type you want to place.
  3. Click in the workspace to add the Object.
  4. Adjust its position, name, properties, and events in the inspector.

Events

Events are custom data attached to an Object placement. Use them when your game needs object-specific behavior, scripting hooks, or timeline-style actions. The exact meaning of each event is up to your game code.