Falling rose petal effect

This commit is contained in:
2023-09-13 19:39:10 -07:00
parent 6138957524
commit ce7576731c
16 changed files with 229 additions and 49 deletions

View File

@@ -35,7 +35,7 @@ public partial class StageGUI : Control
ChangeBG(player);
}
public override void _Process(double delta)
public override void _Input(InputEvent @event)
{
var playersSelecting = _gameManager.Players.Where(x => x.IsSelectingCharacter);
foreach (var player in playersSelecting)