Buggy starting point

This commit is contained in:
Jojackman1
2026-01-19 13:48:14 -07:00
parent 985a975577
commit 44117ec414
21 changed files with 266 additions and 153 deletions

View File

@@ -5,6 +5,7 @@ public partial class SceneChangeButton : Button
{
void _on_pressed()
{
GetTree().Root.GetNode("CommonData").GetNode<ChangeMenuInitiator>("ChangeMenuInitiator").ChangeMenu("HTP", "slow",GetParent());
if (GetTree().Root.GetNode("Camera").HasNode("MenuChangeManager") == false) // makes sure the menu is not currently being changed
GetTree().Root.GetNode("CommonData").GetNode<ChangeMenuInitiator>("ChangeMenuInitiator").ChangeMenu("SLOW", "Level1", GetParent().Name);
}
}