Skip to content

Commit

Permalink
Start button goes to intro scene
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarshall5 committed Aug 20, 2024
1 parent 8ac44ac commit 5da1086
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
1 change: 0 additions & 1 deletion Levels/introduction/Introduction.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,3 @@ offset_bottom = 615.0
text = "Skip Introduction"
script = ExtResource("3_ymqj0")
scene_path = "res://Levels/level_01/Level_01.tscn"
to_menu = true
67 changes: 0 additions & 67 deletions Levels/introduction/Introduction_2.tscn

This file was deleted.

4 changes: 1 addition & 3 deletions Menus/MainMenu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,19 @@ layout_mode = 2
layout_mode = 2
text = "Start"
script = ExtResource("3_o5i7w")
scene_path = "res://Levels/level_01/Level_01.tscn"
scene_path = "res://Levels/introduction/Introduction.tscn"

[node name="Info" type="Button" parent="Panel/MarginContainer/PanelContainer/GridContainer/VBoxContainer"]
layout_mode = 2
text = "Info"
script = ExtResource("3_o5i7w")
scene_path = "res://Menus/Info.tscn"
to_menu = true

[node name="Tests" type="Button" parent="Panel/MarginContainer/PanelContainer/GridContainer/VBoxContainer"]
layout_mode = 2
text = "Tests"
script = ExtResource("3_o5i7w")
scene_path = "res://Menus/TestsMenu.tscn"
to_menu = true

[node name="Quit" type="Button" parent="Panel/MarginContainer/PanelContainer/GridContainer/VBoxContainer"]
layout_mode = 2
Expand Down

0 comments on commit 5da1086

Please sign in to comment.