Improve game over conditions
This commit is contained in:
@@ -14,7 +14,7 @@ public partial class StageGUI : Control
|
||||
|
||||
public void OnCharacterSelect()
|
||||
{
|
||||
if (_gameManager.P1GameOver)
|
||||
if (_gameManager.IsP1GameOver)
|
||||
return;
|
||||
|
||||
var wheel1 = GetNode<TextureRect>("CharacterSelect/Wheel");
|
||||
|
||||
Reference in New Issue
Block a user