11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cmw77i7e7jxkn"]
|
|
|
|
[ext_resource type="Script" uid="uid://cb72nk0ddi3c" path="res://scripts/one_shot.gd" id="1_k1ss2"]
|
|
|
|
[node name="OneShot" type="AudioStreamPlayer"]
|
|
script = ExtResource("1_k1ss2")
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_timeout"]
|