Set up new signals in EventBus; preparing to restructure game start
code.
This commit is contained in:
parent
7ef6076eda
commit
dec3cbe595
9 changed files with 34 additions and 14 deletions
6
global.gd
Normal file
6
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