Main Menu script attachment fix, part 2

Load screen was still using the wrong path. This addresses that.
This commit is contained in:
MacDugRPG 2023-07-09 16:25:59 -04:00
parent 133e4ac53a
commit 73142e9a90
5 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
Phase2/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -56,6 +56,7 @@ margin_top = 53.0
margin_right = 238.0 margin_right = 238.0
margin_bottom = 103.0 margin_bottom = 103.0
text = "Load Game" text = "Load Game"
script = ExtResource( 4 )
next_scene_path = "res://screens/LoadGame_temp.tscn" next_scene_path = "res://screens/LoadGame_temp.tscn"
[node name="But_Multiplayer" parent="VBoxContainer" instance=ExtResource( 1 )] [node name="But_Multiplayer" parent="VBoxContainer" instance=ExtResource( 1 )]