feat:ambiance
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 2m42s

This commit is contained in:
2025-08-03 14:43:49 +02:00
parent 49ede4a46b
commit 8775e17258
15 changed files with 236 additions and 6 deletions

View File

@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=3 uid="uid://bmng6wjt0paof"]
[gd_scene load_steps=3 format=3 uid="uid://bmng6wjt0paof"]
[ext_resource type="Script" uid="uid://k2r3aatbbyie" path="res://dialogues/dialogue_manager.gd" id="1_6nn6f"]
[ext_resource type="AudioStream" uid="uid://cx7g00rpjodv3" path="res://world_assets/audio/speech.wav" id="2_8cgcf"]
[node name="DialogueManager" type="Node"]
script = ExtResource("1_6nn6f")
@ -13,5 +14,9 @@ ignore_time_scale = true
wait_time = 0.05
ignore_time_scale = true
[node name="DialoguePlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_8cgcf")
bus = &"Dialogue"
[connection signal="timeout" from="UIFlickerTimer" to="." method="toggle_ui"]
[connection signal="timeout" from="TimeBetweenLetters" to="." method="_on_next_letter"]