7-28-25 @ 11:39pm

This commit is contained in:
2025-07-28 23:39:40 -04:00
parent f351f0ade9
commit 41b5c34e70
30 changed files with 669 additions and 402 deletions

View File

@@ -1,11 +1,12 @@
using Godot;
using System;
using System.Collections.Generic;
public partial class Globals : Node
{
public static Globals Instance;
public bool _anyMovement;
public bool _anyMovement = false;
public Vector2 _screenSize;
public Vector2 _screenCenter;
public Battle _currentBattle;