added gamescreen UI and simple start menu
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Core
|
||||
{
|
||||
public interface IGameScreenController
|
||||
{
|
||||
|
||||
void UpdateFireableBulletCount(int bulletCount);
|
||||
void UpdateRemainingZombiesCount(int zombiesCount);
|
||||
void UpdateTotalZombiesCount(int totalZombiesCount);
|
||||
void ShowGameOverText();
|
||||
void ShowPlayerHealth(int health);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e6871718dd9c3244eac4e4eed90a289f
|
||||
Reference in New Issue
Block a user