Some changes

This commit is contained in:
2026-06-11 19:59:31 -05:00
parent 2f2ea060b1
commit eec429147b
150 changed files with 16615 additions and 262 deletions
@@ -0,0 +1,11 @@
class_name DMDialogueProcessor extends RefCounted
## Override to modify the incoming raw string.
func _preprocess_line(raw_line: String) -> String:
return raw_line
## Override to modify the outgoing dialogue line.
func _process_line(line: DMCompiledLine) -> void:
pass