18 lines
566 B
Plaintext
18 lines
566 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://c2axd06m2g28y"]
|
|
|
|
[ext_resource type="Script" uid="uid://b65dvbdgyplnm" path="res://dialogues/choice.gd" id="1_ht8c8"]
|
|
|
|
[node name="Choice" type="Node"]
|
|
script = ExtResource("1_ht8c8")
|
|
|
|
[node name="UIFlickerTimer" type="Timer" parent="."]
|
|
wait_time = 0.5
|
|
ignore_time_scale = true
|
|
|
|
[node name="WaitASec" type="Timer" parent="."]
|
|
wait_time = 0.5
|
|
one_shot = true
|
|
|
|
[connection signal="timeout" from="UIFlickerTimer" to="." method="toggle_ui"]
|
|
[connection signal="timeout" from="WaitASec" to="." method="_on_wait_a_sec_timeout"]
|