Side-Scrolling-Shooter/Project/Scripts/global.gd
2025-04-15 11:58:44 -07:00

4 lines
64 B
GDScript

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