7-21-25 @ 3:17 am
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user