Replies: 1 comment 1 reply
-
Currently Godot has API for parsing XML and JSON (there is no core support for YAML), so it makes sense to include them as text resources. And some basic syntax highlighting should be possible too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
XML is an extensively used file format and allows more detailed markup than you can get in systems like JSON or YAML. It would be great if Godot's editor could list them in the resource browser and edit them in the text editor.
Beta Was this translation helpful? Give feedback.
All reactions