Add more NPCs, update dialogue manager to 4.4 compatible version
This commit is contained in:
@@ -48,6 +48,8 @@ func apply_filter() -> void:
|
||||
func apply_theme() -> void:
|
||||
if is_instance_valid(filter_edit):
|
||||
filter_edit.right_icon = get_theme_icon("Search", "EditorIcons")
|
||||
if is_instance_valid(list):
|
||||
list.add_theme_stylebox_override("panel", get_theme_stylebox("panel", "Panel"))
|
||||
|
||||
|
||||
### Signals
|
||||
|
||||
Reference in New Issue
Block a user