Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Tiled map support #206

Open
zackthehuman opened this issue Aug 11, 2014 · 1 comment
Open

Tiled map support #206

zackthehuman opened this issue Aug 11, 2014 · 1 comment

Comments

@zackthehuman
Copy link
Member

It's just too much work to build a custom map editor. Tiled works just as well, or even better, and you can just write some scripts to convert the XML output into nice JSON. This issue should be used to track tooling for the map conversion.

You can probably save each room as a separate map file, and then put all the rooms together by reading in the files and merging their JSON together with a simple node JavaScript process.

@zackthehuman
Copy link
Member Author

Reconsidering this. The map editor (uchuu-web) might already be good enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant