Updated dialogic

This commit is contained in:
MaddoScientisto 2026-01-05 16:00:41 +01:00
commit cbb82512ee
483 changed files with 5743 additions and 2177 deletions

View file

@ -31,7 +31,7 @@ func _autofocus() -> void:
#region SIGNAL METHODS
################################################################################
func _on_text_changed(value := "") -> void:
func _on_text_changed(_value := "") -> void:
value_changed.emit(property_name, self.text)
#endregion