Fixed issue where player would not respawn with controls after dying

Fixed some dumb enemy timers for patterns
This commit is contained in:
iDunnoDev
2022-10-01 20:35:35 +01:00
committed by iDunnoDev
parent 62254a0332
commit 93b087808d
20 changed files with 1306 additions and 958 deletions

View File

@ -62,7 +62,7 @@ public class GameManager : MonoBehaviour
private int _versionMajor = 0;
private int _versionMinor = 2;
private int _versionRevision = 0;
private int _versionRevision = 4;
public string CurrentVersion
{