Interactive click-triggered objects introduced in v0.3.
Buttons are interactive map objects. In v0.3, buttons respond to click interactions only — the player must click directly on the button to activate it.
| Type | Description |
|---|---|
| Click (v0.3) | The player must click the button with the mouse/touch to trigger it. |
| Option | Default | Description |
|---|---|---|
| Button ID | 0 | Identifier used to link this button to game logic or scripts. |
| Color | #44aa44 | Button face color. |
| Opacity | 100 | Transparency 0–100. |
| Layer | 0 | Draw order. |