feat: choice system
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 2m24s

This commit is contained in:
2025-08-02 20:01:01 +02:00
parent 3450c463f9
commit 12b02877bb
17 changed files with 14656 additions and 48 deletions

17
dialogues/choice.tscn Normal file
View File

@ -0,0 +1,17 @@
[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"]