added gamescreen UI and simple start menu
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Darkmatter.Presentation
|
||||
if(isDead) return;
|
||||
isDead = true;
|
||||
enemyAI.enabled = false;
|
||||
Invoke(nameof(Hide), 8f);
|
||||
Invoke(nameof(Hide), 5f);
|
||||
}
|
||||
|
||||
private void Hide()
|
||||
|
||||
Reference in New Issue
Block a user