Skip to content

SpaceMadness/unity-tutorial-space-shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space Shooter made easy with Lunar

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

Installation

Open project in Unity Editor and import Lunar plugin from the Asset Store.

Config Variables

  • godMode: controls player's invincibility.

For more info check Config Variables user guide.

Aliases

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.

Key Bindings

bind 1 verySlow
bind 2 slow
bind 3 normal
bind 4 fast

For more info check Keys Binding user guide.

Project Tutorial

For more info, please, check the official project tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages