Russian roulette now ends after a player dies. Still need to let the minigame manager know and add logic for moving to the next game, cleanup, ending a round, etc

This commit is contained in:
gamer147
2023-08-02 23:04:51 -04:00
parent 0d6df93904
commit bdb25fd3ce
8 changed files with 186 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ public partial class RoundManager : Entity
/// <summary>
/// The number of seconds from the timer starting before the round starts
/// </summary>
private const float RoundStartCountdownSeconds = 10f;
private const float RoundStartCountdownSeconds = 5f;
/// <summary>
/// The state of the current round