Initial reorganization of shmup prroject; temp player sprites added.
This commit is contained in:
parent
02d14e913c
commit
accc463791
116 changed files with 298 additions and 177 deletions
6
scenes/global.gd
Normal file
6
scenes/global.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
# Global Game variables
|
||||
var score: int = 0
|
||||
var new_game = true
|
||||
var playing = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue