Interactive objects — v0.4 adds Collide type, One-Time trigger, and color pickers.
| Type | Description |
|---|---|
| Click | Player must click the button to trigger it. |
| Collide (new in v0.4) | Triggers when the player walks onto or into the button — works as a pressure plate. |
When One-Time is enabled, the button can only be triggered once per map session. After triggering it becomes inert.
| Option | Default | Description |
|---|---|---|
| Button ID | 0 | Identifier linking this button to game logic. |
| Interaction Type | Click | Click or Collide. |
| One-Time | Off | Only triggers once per session. |
| Face Color | #44aa44 | Button surface color. |
| Base Color | #226622 | Button base/rim color. |
| Opacity | 100 | Transparency 0–100. |
| Layer | 0 | Draw order. |