We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I made a new tilemap class, I invite you to take a look: https://github.com/Incubatio/gamecs/blob/master/src/lib/tilemap.coffee
In addition to the old tilemap example I added another one :) http://incubatio.github.com/gamecs/sc-examples.html#tilemap2
The text was updated successfully, but these errors were encountered:
looks good. i thought about dropping xml support because it doesn't work in IE but otoh i already have it :) i'll probably add json too.
the second example with collision is good. i was never sure whether to include collision logic because there's so many ways to do it.
Sorry, something went wrong.
No branches or pull requests
I made a new tilemap class, I invite you to take a look:
https://github.com/Incubatio/gamecs/blob/master/src/lib/tilemap.coffee
In addition to the old tilemap example I added another one :)
http://incubatio.github.com/gamecs/sc-examples.html#tilemap2
The text was updated successfully, but these errors were encountered: