Almost fixed entities
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user