Set game over for character condition

This commit is contained in:
2023-09-03 15:41:39 -07:00
parent f7417d0afd
commit 23f20f08e0
5 changed files with 35 additions and 16 deletions

View File

@@ -14,6 +14,9 @@ public partial class StageGUI : Control
public void OnCharacterSelect()
{
if (_gameManager.P1GameOver)
return;
var wheel1 = GetNode<TextureRect>("CharacterSelect/Wheel");
var wheel2 = GetNode<TextureRect>("CharacterSelect/Wheel2");