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
- Right-click anywhere in the document workspace.
- Select Add Marker.
- Rename the Marker in the sidebar or inspector.
- 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.