Skip to main content

Movement controls

Use WASD keys to move your wizard around the battlefield:
key
Move up (decreases Y position by 0.5f per frame)
key
Move left (decreases X position by 0.5f per frame)
key
Move down (increases Y position by 0.5f per frame)
key
Move right (increases X position by 0.5f per frame)
Movement is blocked when colliding with trees. The game automatically reverts your position if you try to move into a tree.

Spell casting

Cast spells by holding a spell key and clicking the left mouse button:
Hold KEY_ONE (1) and click Left Mouse Button to cast the red spell

Healing

mouse
Hold to drain mana and restore health. Drains 10.0f mana and adds 2.0f health per frame.
You need at least 12.0f mana to use healing. The ability drains mana rapidly at 10.0f per frame.

Camera controls

Adjust your view of the battlefield with zoom controls:
key
Zoom in (increases camera zoom by 0.02f per frame)
key
Zoom out (decreases camera zoom by 0.02f per frame)
key
Reset zoom to 9.9f
Zooming out below 5.0f drains your mana! The mana drain rate is calculated as camera.zoom * 0.03f per frame.

Debug controls

key
Debug key - reduces health by 50.0f per frame (for testing purposes)