|
@@ -1,8 +1,9 @@
|
|
|
-[gd_scene load_steps=4 format=3 uid="uid://bs4hylgxwbr8y"]
|
|
|
+[gd_scene load_steps=5 format=3 uid="uid://bs4hylgxwbr8y"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://component/entity/star/Star.gd" id="1_bl1jp"]
|
|
|
[ext_resource type="AudioStream" uid="uid://j4mgj1tvivki" path="res://component/entity/star/hjm-tesla_sound_shot.wav" id="2_io5nk"]
|
|
|
[ext_resource type="Script" path="res://component/entity/star/Sound.gd" id="3_dccmh"]
|
|
|
+[ext_resource type="Script" path="res://component/entity/star/Repeater.gd" id="4_33e8h"]
|
|
|
|
|
|
[node name="Star" type="PathFollow2D"]
|
|
|
script = ExtResource("1_bl1jp")
|
|
@@ -14,5 +15,7 @@ script = ExtResource("3_dccmh")
|
|
|
[node name="Repeater" type="Timer" parent="."]
|
|
|
wait_time = 2.431
|
|
|
autostart = true
|
|
|
+script = ExtResource("4_33e8h")
|
|
|
|
|
|
[connection signal="timeout" from="Repeater" to="Sound" method="_on_repeater_timeout"]
|
|
|
+[connection signal="timeout" from="Repeater" to="Repeater" method="_on_timeout"]
|