Side-Scrolling-Shooter/demo/godot/Scripts/global.gd
CatAClock 0faf0fa7d7 Multiple things
Engine port 4.5
Textures were not working
Started the CPP
added a few other things
2025-06-11 19:34:06 -07:00

4 lines
64 B
GDScript

extends Node
var TotalScore: int = 0
var CurrentLevel: int = 1