mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 22:15:53 +00:00
Interaction manager and hud
This commit is contained in:
parent
b1afc7af1c
commit
5271b84923
20 changed files with 539 additions and 29 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue