1 class_name DialogicNode_StyleLayer
4 ## Control node that is hidden and shown based on the current dialogic style.
6 ## The name this layer listens to
7 @export var layer_name: String = 'Default'
10 func _ready() -> void:
11 if layer_name.is_empty():
13 add_to_group('dialogic_style_layer')