Fix shader

This commit is contained in:
2023-09-04 00:06:22 -07:00
parent 6ff28bce60
commit 8eeca13607
34 changed files with 152 additions and 1871 deletions

View File

@@ -30,7 +30,7 @@ public partial class MainMenu : Node2D
if (animationName == "FirstLevel")
{
var main = GetTree().Root.GetNode<Main>("/root/Main");
main.LoadLevel(0);
main.LoadLevel(8);
}
}
}