Interaction manager and hud

This commit is contained in:
Marco 2025-06-12 18:03:55 +02:00
commit 5271b84923
20 changed files with 539 additions and 29 deletions

View file

@ -415,15 +415,4 @@ public partial class GameManager : Node2D
GD.Print("Rebaking tilemap");
//NavigationRegion.BakeNavigationPolygon(true);
}
}
public enum GameState
{
Menu,
Paused,
Playing,
Dialogue,
Controlling,
Inventory,
Shop
}