This is a modified version of Unity Space Shooter Tutorial. Includes time management bindings and 'God Mode' config variable.
Requires Lunar v0.0.4b or later
Open project in Unity Editor and import Lunar plugin from the Asset Store.
- godMode: controls player's invincibility.
For more info check Config Variables user guide.
alias verySlow "timeScale 0.1"
alias slow "timeScale 0.5”
alias normal "timeScale 1.0”
alias fast "timeScale 2.0”
For more info check Command Aliases user guide.
bind 1 verySlow
bind 2 slow
bind 3 normal
bind 4 fast
For more info check Keys Binding user guide.
For more info, please, check the official project tutorial.