From 2e4a17edfad60992aa565f5988a0e772732bfef4 Mon Sep 17 00:00:00 2001 From: gravity Date: Fri, 18 Aug 2023 00:01:16 +0300 Subject: [PATCH] HUD --- DangerousD/GameCore/Managers/AppManager.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/DangerousD/GameCore/Managers/AppManager.cs b/DangerousD/GameCore/Managers/AppManager.cs index f2e2179..0167d15 100644 --- a/DangerousD/GameCore/Managers/AppManager.cs +++ b/DangerousD/GameCore/Managers/AppManager.cs @@ -14,13 +14,9 @@ using DangerousD.GameCore.Managers; namespace DangerousD.GameCore { public enum MultiPlayerStatus { SinglePlayer, Host, Client } -<<<<<<< HEAD - public enum GameState { Menu, Options, Lobby, Game, Login, Death, HUD } -======= - public enum GameState { Menu, Options, Lobby, Game, Login, Death, + public enum GameState { Menu, Options, Lobby, Game, Login, Death, HUD, GameOver } ->>>>>>> e6d0f2b8a092647a5c02741fd70194bfb376b202 public class AppManager : Game { public static AppManager Instance { get; private set; }