Almost fixed entities

This commit is contained in:
2025-05-12 21:00:13 -05:00
parent 828ff03e56
commit a575b8a47d
13 changed files with 158 additions and 79 deletions

View File

@@ -12,7 +12,7 @@ enum PauseType {
};
var pauseType:PauseType = PauseType.NOT_PAUSED;
var entities:Array = [];
var entities:Array[Entity] = [];
var playerPaused:bool = false;
func getPauseState() -> PauseType: