aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/Game.tscn')
-rw-r--r--godot/scenes/Game.tscn23
1 files changed, 12 insertions, 11 deletions
diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn
index 0796a83..60a965d 100644
--- a/godot/scenes/Game.tscn
+++ b/godot/scenes/Game.tscn
@@ -10,6 +10,18 @@
[node name="Game" type="Spatial"]
script = ExtResource( 1 )
+[node name="Scoreboard" parent="." instance=ExtResource( 5 )]
+pause_mode = 2
+visible = false
+margin_right = -0.319946
+margin_bottom = 0.47998
+
+[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
+stream = ExtResource( 6 )
+autoplay = true
+
+[node name="Level1" parent="." instance=ExtResource( 2 )]
+
[node name="PausePopup" type="Control" parent="."]
pause_mode = 2
visible = false
@@ -57,16 +69,5 @@ margin_right = 360.0
margin_bottom = 343.0
text = "Quit"
-[node name="Scoreboard" parent="." instance=ExtResource( 5 )]
-visible = false
-margin_right = -0.319946
-margin_bottom = 0.47998
-
-[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
-stream = ExtResource( 6 )
-autoplay = true
-
-[node name="Level1" parent="." instance=ExtResource( 2 )]
-
[connection signal="pressed" from="PausePopup/Panel/VBoxContainer/ResumeButton" to="." method="_on_ResumeButton_pressed"]
[connection signal="pressed" from="PausePopup/Panel/VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"]