954 B
954 B
dialog_label.gd
Extends: RichTextLabel
Description
Property Descriptions
tween
var tween
text_node
var text_node
text_speed_per_character
export var text_speed_per_character = 0.1
fast_text_speed_per_character
export var fast_text_speed_per_character = 0.25
max_time_to_text_disappear
export var max_time_to_text_disappear = 2
current_character
var current_character
Current character speaking, to keep track of reference for animation purposes
Method Descriptions
say
func say(character: String, params: Dictionary)
finish_fast
func finish_fast()
Signals
- signal dialog_line_started():
- signal dialog_line_finished():