Globalized variables, team member consistency

This commit is contained in:
2024-06-03 13:23:41 -04:00
parent 394beabb7c
commit 341bf010d4
8 changed files with 224 additions and 78 deletions

View File

@@ -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"