nndda / Theatre

:performing_arts: Yet another Godot dialogue addon. now using plain text files. Compatible with Godot 4.3
https://godotengine.org/asset-library/asset/2332
MIT License
8 stars 1 forks source link

Use YAML for `Dialogue` #6

Closed nndda closed 4 months ago

nndda commented 4 months ago

The syntax is cleaner. But theres no built in feature to parse YAML in Godot yet. Still need to do that manually.

Also we don't need #4 with YAML files.