From b8d6ba924c60c13bca838655b1fa876758c47ed7 Mon Sep 17 00:00:00 2001 From: IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> Date: Sun, 17 Jul 2022 05:35:23 +0200 Subject: fixed a bunch of stuff --- godot/scenes/Game.tscn | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'godot/scenes/Game.tscn') 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"] -- cgit