Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Propose: Use YAML for generated files #5

Open
DFelipehDEV opened this issue Aug 25, 2024 · 0 comments
Open

Propose: Use YAML for generated files #5

DFelipehDEV opened this issue Aug 25, 2024 · 0 comments

Comments

@DFelipehDEV
Copy link

I want to propose to use YAML instead of format in .yyd and room.txt to make it more consistent and easier to parse by external tools.
This would also benefit the YAML extension for GM
This:

+Solids
	+Main
		|sprSolidMask01
		|sprSolidMask02
	+Platform
		|sprPlatformMask01
		|sprPlatformMask01Spin

could easily be replaced by this:

Solids:
  Main:
    - sprSolidMask01
    - sprSolidMask02
  Platform:
    - sprPlatformMask01
    - sprPlatformMask01Spin
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant