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

12
Scripts/GameState.cs Normal file
View file

@ -0,0 +1,12 @@
namespace Cirno.Scripts;
public enum GameState
{
Menu,
Paused,
Playing,
Dialogue,
Controlling,
Inventory,
Shop
}