Markers

Markers define named points in a Document. Use them for simple positions your game needs to know about, such as spawn locations, camera anchors, checkpoints, exits, or quick navigation targets.

Unlike Objects, Markers do not imply a typed gameplay entity. They are lightweight named coordinates.

Marker fields

Field Value
X number
Y number

Adding a Marker

  1. Right-click anywhere in the document workspace.
  2. Select Add Marker.
  3. Rename the Marker in the sidebar or inspector.
  4. Move the Marker to the desired position.

Markers appear in exported data, so clear names are helpful. A name like player_start or north_exit is easier to consume later than Marker 12.