mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Revamped equipment init
This commit is contained in:
parent
5719738be9
commit
2a016fd30c
16 changed files with 76 additions and 81 deletions
|
|
@ -80,7 +80,7 @@ public partial class DebugMenu : MenuBase
|
|||
{
|
||||
GameManager.Instance.Unpause();
|
||||
}
|
||||
GlobalState.Instance.GoToScene(scene.Path, scene.StartData);
|
||||
GlobalState.Instance.GoToScene(scene.ScenePath, scene.StartData);
|
||||
}
|
||||
|
||||
private void _on_check_box_toggled(bool state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue