Buggy but playable, auto-complete on stage 6 still a bug

This commit is contained in:
2023-09-08 20:13:58 -07:00
parent 29140712f6
commit f67963b129
16 changed files with 70 additions and 36 deletions

View File

@@ -142,7 +142,8 @@ public partial class GameManager : Node
projectile.QueueFree();
var main = GetTree().Root.GetNode<Main>("/root/Main");
main.LoadNextLevel(_levelIndex++);
_levelIndex++;
main.LoadNextLevel(_levelIndex);
foreach (var player in Players)
EmitSignal(SignalName.ReselectCharacter, player);