aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.tscn
diff options
context:
space:
mode:
authorLibravatar cel <cel@blos.sm>2022-07-17 02:48:59 +0100
committerLibravatar cel <cel@blos.sm>2022-07-17 02:48:59 +0100
commit45c8787154fe7384c9c1faa2ab7c003b995393ca (patch)
treebc92804db1fbe55f2a337729a5e1b1c63630cf2a /godot/scenes/Game.tscn
parent55a7b8fad48c406e83774bd928bc06df8acddd09 (diff)
download2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.gz
2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.bz2
2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.zip
change default level to first level
Diffstat (limited to 'godot/scenes/Game.tscn')
-rw-r--r--godot/scenes/Game.tscn8
1 files changed, 3 insertions, 5 deletions
diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn
index 9891f4e..0796a83 100644
--- a/godot/scenes/Game.tscn
+++ b/godot/scenes/Game.tscn
@@ -1,7 +1,7 @@
[gd_scene load_steps=7 format=2]
[ext_resource path="res://scenes/Game.gd" type="Script" id=1]
-[ext_resource path="res://scenes/levels/test_scene_movement/TestSceneMovement.tscn" type="PackedScene" id=2]
+[ext_resource path="res://scenes/levels/level1/level1.tscn" type="PackedScene" id=2]
[ext_resource path="res://assets/theme.tres" type="Theme" id=3]
[ext_resource path="res://assets/fonts/format.tres" type="DynamicFont" id=4]
[ext_resource path="res://scenes/objects/Scoreboard.tscn" type="PackedScene" id=5]
@@ -10,8 +10,6 @@
[node name="Game" type="Spatial"]
script = ExtResource( 1 )
-[node name="TestScene" parent="." instance=ExtResource( 2 )]
-
[node name="PausePopup" type="Control" parent="."]
pause_mode = 2
visible = false
@@ -64,11 +62,11 @@ visible = false
margin_right = -0.319946
margin_bottom = 0.47998
-[node name="Level1" type="Spatial" parent="."]
-
[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"]