7-31-25 @ 3:05AM

This commit is contained in:
2025-07-31 03:05:11 -04:00
parent 0638fc52ec
commit a8373726f9
26 changed files with 357 additions and 409 deletions

View File

@@ -10,7 +10,7 @@ public partial class Globals : Node
public Vector2 _screenSize;
public Vector2 _screenCenter;
public Battle _currentBattle;
public static RandomNumberGenerator _rng = new();
public Random _random = new();
public override void _Ready()