File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ [gd_scene format =3 uid ="uid://ci147qf6s6jhg" ]
2
+
3
+ [node name ="Main" type ="Node2D" ]
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ func _on_demo_04_button_pressed() -> void:
19
19
20
20
func _on_demo_05_button_pressed () -> void :
21
21
Global .change_scene ("res://game-05/main.tscn" )
22
+
23
+
24
+ func _on_demo_06_button_pressed () -> void :
25
+ Global .change_scene ("res://game-06/main.tscn" )
Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ text = "Pachinko (Physics)"
70
70
layout_mode = 2
71
71
text = "Space ship"
72
72
73
+ [node name ="Demo06Button" type ="Button" parent ="VBoxContainer/CenterContainer/VBoxContainer" ]
74
+ layout_mode = 2
75
+ text = "Bu ~ Bu ~"
76
+
73
77
[node name ="PanelContainer2" type ="PanelContainer" parent ="VBoxContainer" ]
74
78
layout_mode = 2
75
79
@@ -84,3 +88,4 @@ fit_content = true
84
88
[connection signal ="pressed" from ="VBoxContainer/CenterContainer/VBoxContainer/Demo03Button" to ="." method ="_on_demo_03_button_pressed" ]
85
89
[connection signal ="pressed" from ="VBoxContainer/CenterContainer/VBoxContainer/Demo04Button" to ="." method ="_on_demo_04_button_pressed" ]
86
90
[connection signal ="pressed" from ="VBoxContainer/CenterContainer/VBoxContainer/Demo05Button" to ="." method ="_on_demo_05_button_pressed" ]
91
+ [connection signal ="pressed" from ="VBoxContainer/CenterContainer/VBoxContainer/Demo06Button" to ="." method ="_on_demo_06_button_pressed" ]
You can’t perform that action at this time.
0 commit comments