-
Notifications
You must be signed in to change notification settings - Fork 0
tutorial
Paweł Waligóra edited this page Feb 25, 2025
·
5 revisions
- WASD - movement
- Shift - dash
- Mouse movement - look around
- space - jump
- LMB - shoot
- RMB - zoom in (scope)
- scroll - juggle cubes (switch weapon)
- E - heal
- F - special power
- escape - pause / un-pause the game
- f1 - toggle full-screen mode on and off
Highlighted cube in your left hand dictates which special power you have:
- blue - increased jump for a brief period
- yellow - increased speed for a brief period
- pink - dash
- red - shoot a projectile
- first focus on collecting cubes instead of defeating enemies (collecting xp), because enemies spawn faster the more of them you destroy
- always have at least one blue cube equipped in order not to get stuck
- engine
- scripts_system
- scene_loader
- time_system
-
input_system
- input_system::key_held
- input_system::key_events
- input_system::subscribe() (deprecated)
- input_system::axis_state()
- input_system::key_bind
- input_system::axis
- input_system::double_axis
- input_system::triple_axis
- input_system::axis2
- input_system::double_axis2
- input_system::triple_axis2
- input_system::axis-choice
- renderer
- physics
- ui_system
- game