We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48deaf commit 57b56cdCopy full SHA for 57b56cd
addons/textalog/events/dialog/text.gd
@@ -286,5 +286,6 @@ func _init() -> void:
286
event_icon = load("res://addons/textalog/assets/icons/event_icons/text_bubble.png") as Texture
287
event_preview_string = "{display_name}: {text}"
288
event_category = "Dialog"
289
+ continue_at_end = false
290
291
audio_blip_sounds = []
0 commit comments