summaryrefslogtreecommitdiff
path: root/game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'game.tscn')
-rw-r--r--game.tscn6
1 files changed, 5 insertions, 1 deletions
diff --git a/game.tscn b/game.tscn
index b0aaf26..448d938 100644
--- a/game.tscn
+++ b/game.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=10 format=3 uid="uid://8ps5533ot84q"]
+[gd_scene load_steps=11 format=3 uid="uid://8ps5533ot84q"]
[ext_resource type="PackedScene" uid="uid://c2g45v321qddb" path="res://player.tscn" id="1_3q46r"]
[ext_resource type="Script" path="res://game.gd" id="1_7jh2q"]
@@ -7,6 +7,7 @@
[ext_resource type="PackedScene" uid="uid://4oytwe0gnp18" path="res://ui.tscn" id="2_3layq"]
[ext_resource type="Script" path="res://Genshinlogo.gd" id="2_8h31p"]
[ext_resource type="PackedScene" uid="uid://cns884oaxgoof" path="res://dicaprio.tscn" id="8_llto6"]
+[ext_resource type="AudioStream" uid="uid://dqtjjgshbqn5j" path="res://bowhit.wav" id="9_3iyfb"]
[ext_resource type="AudioStream" uid="uid://c7pa506xccdyq" path="res://ost.ogg" id="9_bhhfh"]
[sub_resource type="Curve2D" id="Curve2D_txqas"]
@@ -83,4 +84,7 @@ process_callback = 0
wait_time = 2.5
autostart = true
+[node name="BowHit" type="AudioStreamPlayer" parent="."]
+stream = ExtResource("9_3iyfb")
+
[connection signal="timeout" from="SpawnTimer" to="." method="_on_spawn_timer_timeout"]