7-21-25 @ 3:17 am

This commit is contained in:
2025-07-21 03:17:09 -04:00
parent ea03cc152a
commit f351f0ade9
13 changed files with 375 additions and 164 deletions

View File

@@ -9,10 +9,13 @@ public partial class Globals : Node
public Vector2 _screenSize;
public Vector2 _screenCenter;
public Battle _currentBattle;
public static RandomNumberGenerator _rng = new();
public override void _Ready()
{
Instance = this;
}
}