Fix various issues

This commit is contained in:
2023-09-12 09:35:00 -07:00
parent a5d36734ef
commit 37180e2def
21 changed files with 247 additions and 124 deletions

View File

@@ -74,7 +74,8 @@ public partial class StageGUI : Control
private void ChangeBG(Player player)
{
var name = player.CharactersLeftOnStage.ElementAt(player.CharacterIndex).Name;
var instance = player.CharactersLeftOnStage.ElementAt(player.CharacterIndex).Instantiate();
var name = instance.Name;
GD.Print(name);
switch (name)
{