Bacon2D/Bacon2D

Level loader

kenvandine opened this issue · 5 comments

We should provide a generic level loader to load scene layouts, including Box2D fixtures, etc.

I suggest using TMX, as it's a well and wide accepted format for level files ;)

I created an extension for Bacon2D that supports TMX files at https://github.com/obeezzy/bacon2d-tiledscene. I also updated the documentation so that it accommodates the changes I made to Bacon2D. I'm currently working on a simple example that I could use to demonstrate how to use it. Hope this helps!

Hey, pretty cool! I will try it tonight :D

That's awesome! Can you submit a pull request for it, so we can start discussing merging it into Bacon2D?

Thanks for the rapid replies and compliments. I am currently working on the pull request. I am also pretty new to actually working with GitHub, so it may take a while.