Wednesday, 27 August 2025 01:54:42

This commit is contained in:
2025-08-27 01:54:43 -04:00
parent 4fe431a8e0
commit ac25e55bf3
12 changed files with 244 additions and 203 deletions

View File

@@ -5,6 +5,7 @@ using System.Collections.Generic;
public partial class Globals : Node
{
public static Globals Instance;
public bool _battleRunning = false;
public Viewport _viewport;
public Vector2 _screenSize;
public Vector2 _screenCenter;