Globalized variables, team member consistency
This commit is contained in:
11
Global.gd
11
Global.gd
@@ -1,3 +1,14 @@
|
||||
extends Node
|
||||
|
||||
var selected_texture : AtlasTexture = null
|
||||
|
||||
var teamScreenVisible : bool = false
|
||||
var teamSelectionVisible : bool = false
|
||||
|
||||
var globalScore : int = 0
|
||||
var globalClickAdd : int = 1
|
||||
var globalScorePerSec : int = 1
|
||||
var globalScoreMultiplier: int = 1
|
||||
|
||||
var teamScreenPath: String = "/root/Root/UI/AspectRatioContainer"
|
||||
var teamSelectionPath: String = "/root/Root/UI/TeamSelection"
|
||||
|
||||
Reference in New Issue
Block a user