diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 05:35:23 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 05:35:23 +0200 |
commit | b8d6ba924c60c13bca838655b1fa876758c47ed7 (patch) | |
tree | 51d11b6f432e7ffba009e05be4e279789295f5f8 /godot/scenes/Game.tscn | |
parent | ee5124e87ac68b3628fcaa7f08a56fa139449014 (diff) | |
download | 2022-b8d6ba924c60c13bca838655b1fa876758c47ed7.tar.gz 2022-b8d6ba924c60c13bca838655b1fa876758c47ed7.tar.bz2 2022-b8d6ba924c60c13bca838655b1fa876758c47ed7.zip |
fixed a bunch of stuff
Diffstat (limited to '')
-rw-r--r-- | godot/scenes/Game.tscn | 23 |
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"] |