This commit is contained in:
pennyrigate 2025-07-19 16:54:36 -04:00
commit 6a269eb236
97 changed files with 2137 additions and 0 deletions

5
globals/global_stats.gd Normal file
View file

@ -0,0 +1,5 @@
extends Node
var score:int = 0
var score_to_add:int = 0
var score_multiplier:float = 1.0