From ae9acf8931aa9cc940d7bb74a4d6d0c934751a28 Mon Sep 17 00:00:00 2001 From: MacDugRPG <57243055+MacDugRPG@users.noreply.github.com> Date: Sun, 16 Jul 2023 14:05:40 -0400 Subject: [PATCH] Modifies main menu base for testing Replaces change scene button signals. --- .DS_Store | Bin 6148 -> 6148 bytes Phase2/.DS_Store | Bin 6148 -> 6148 bytes Phase2/Godot_GameCode/.DS_Store | Bin 6148 -> 6148 bytes Phase2/Godot_GameCode/MainMenu/.DS_Store | Bin 8196 -> 8196 bytes .../Screens/LoadGame_temp.tscn | 2 +- .../Screens/NewGame_temp.tscn | 2 +- .../Screens/Settings_temp.tscn | 2 +- .../UserInterface/But_ChangeScene.gd | 3 +-- .../UserInterface/But_ChangeScene.tscn | 5 +---- 9 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.DS_Store b/.DS_Store index b39dc8c2118d46f942964446a719560622bf2ef4..b505fc1f01aff49e5b405fee5e506cd9474dbfd7 100644 GIT binary patch delta 114 zcmZoMXfc=|#>B!ku~2NI-d)DU3M@>UxtVwv8FxxqpRo1r-iqFo;&CBnee1J)wv1jvnW;3SE>>T_YKod6$a(ri=%rD}| R!N|bC!~g`FBSh9P0|3A(9A^Lk delta 112 zcmZoMXfc=|#>B)qu~2NI-d)Dc+$=ndjN2z`uoS9^S63Sw>L?gm8rJG4R9l(>*=7dD zwY8iaqRRT#LGjr+xq11WlQ*);Gj?sh$ZE#4v4M$cGdl-A2hhCDf*jwOC-aLqaxee^ NBLf4=<_M8B%mAyh99{qb diff --git a/Phase2/.DS_Store b/Phase2/.DS_Store index 48f24ac890778a5850b5b74fb51d171d0552a0f2..68fa788fd85bbc41965e2f8be2eb066f6f82f571 100644 GIT binary patch delta 48 zcmZoMXffDO!o;|9aw$_Gk7RYVp{aqHj)IYi!Q_uj(v01cd70%Idp7Gb-(=a$&heKY E0BpDpmjD0& delta 69 zcmZoMXffDO!o;{^aw$`xxVt&T#qrJ13Qf|-GFZ7nBB)qu~2NH-rdCtOpKEaL|7*CGs-aToUFrG=pk8MZD?v>rlVkFVo3gGQWr=2T(m&%jN))EzAJndmFj{ delta 93 zcmZoMXfc=|#>B`mu~2NH-rdOtA}o{nnPeDuOx9s4 String: return "next_scene_path must be set for this button to work" if next_scene_path == "" else "" diff --git a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/UserInterface/But_ChangeScene.tscn b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/UserInterface/But_ChangeScene.tscn index 80849fc..e324dd1 100644 --- a/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/UserInterface/But_ChangeScene.tscn +++ b/Phase2/Godot_GameCode/MainMenu/GodotUserInterface-MainMenu-Accepted/bcirpg_mainMenu_2023_0716A/UserInterface/But_ChangeScene.tscn @@ -8,8 +8,5 @@ margin_bottom = 24.0 size_flags_vertical = 3 text = "New Game" script = ExtResource( 1 ) -__meta__ = { -"_edit_use_anchors_": false -} -[connection signal="button_up" from="." to="." method="_on_But_NewGame_button_up"] +[connection signal="button_up" from="." to="." method="_on_But_ChangeScene_button_up"]