Extensible plugin framework with HK, HP, and Code plugins — carried forward from v0.2.
Plugins are opt-in extensions enabled per-map in Map Config. Multiple plugins can be active simultaneously.
| Feature | Description |
|---|---|
| Mantis Claw | Wall-clinging and wall-jumping. |
| Attack | Directional slash attack. |
| Pogo | Downward attack bounces the player upward. |
| Soul Statue | Collectibles that restore soul energy. |
| Feature | Description |
|---|---|
| Health Bar HUD | On-screen bar showing current HP. |
| Damage | Hazards deal HP damage instead of instant death. |
| Heal | Objects (e.g. checkpoints) can restore HP. |
Python scripting via Skulpt.
| Feature | Description |
|---|---|
| Python scripts | Custom logic running each tick or on events. |
| Custom fonts | Register .ttf fonts for Text objects (see Text page). |
| Zone events | Detect player entering/exiting a named Zone. |
| Button events | Respond to button.pressed from Buttons. |