|
@@ -1,9 +1,10 @@
|
|
|
-[gd_scene load_steps=6 format=2]
|
|
|
+[gd_scene load_steps=7 format=2]
|
|
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
|
[ext_resource path="res://Enemy.tscn" type="PackedScene" id=2]
|
|
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=3]
|
|
|
[ext_resource path="res://HUD.tscn" type="PackedScene" id=4]
|
|
|
+[ext_resource path="res://dodge_assets/art/House In a Forest Loop.ogg" type="AudioStream" id=5]
|
|
|
|
|
|
[sub_resource type="Curve2D" id=1]
|
|
|
_data = {
|
|
@@ -40,9 +41,12 @@ rotation = -6.07153e-08
|
|
|
position = Vector2( 245.983, 380.055 )
|
|
|
|
|
|
[node name="HUD" parent="." instance=ExtResource( 4 )]
|
|
|
+
|
|
|
+[node name="Music" type="AudioStreamPlayer" parent="."]
|
|
|
+stream = ExtResource( 5 )
|
|
|
[connection signal="timeout" from="MobTimer" to="." method="_on_MobTimer_timeout"]
|
|
|
[connection signal="timeout" from="ScoreTimer" to="." method="_on_ScoreTimer_timeout"]
|
|
|
-[connection signal="timeout" from="StartTimer" to="Player" method="spawn"]
|
|
|
[connection signal="timeout" from="StartTimer" to="." method="_on_StartTimer_timeout"]
|
|
|
+[connection signal="timeout" from="StartTimer" to="Player" method="spawn"]
|
|
|
[connection signal="hit" from="Player" to="." method="game_over"]
|
|
|
[connection signal="start_game" from="HUD" to="." method="new_game"]
|