UI work, placing traps, removing traps, disarming traps, new sound fx.
This commit is contained in:
10
templates/one_shot.tscn
Normal file
10
templates/one_shot.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user