otherworldly_simulation/scene/test/run_await.tscn

21 lines
741 B
Plaintext
Raw Normal View History

2024-10-25 15:41:39 +08:00
[gd_scene load_steps=4 format=3 uid="uid://dg0gnl5n62gq6"]
[ext_resource type="Script" path="res://addons/beehave/nodes/composites/sequence.gd" id="1_qv4d0"]
[ext_resource type="Script" path="res://scene/test/run_condition.gd" id="2_e4qcd"]
[ext_resource type="Script" path="res://scene/test/run_action.gd" id="3_w3x7t"]
[node name="run_await" type="Node"]
script = ExtResource("1_qv4d0")
[node name="ConditionLeaf" type="Node" parent="."]
script = ExtResource("2_e4qcd")
[node name="ActionLeaf" type="Node" parent="."]
script = ExtResource("3_w3x7t")
[node name="Timer" type="Timer" parent="ActionLeaf"]
wait_time = 10.0
one_shot = true
[connection signal="timeout" from="ActionLeaf/Timer" to="ActionLeaf" method="_on_timer_timeout"]