-
Notifications
You must be signed in to change notification settings - Fork 239
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
Hktmx tiled map #34
base: develop
Are you sure you want to change the base?
Hktmx tiled map #34
Conversation
skyhawk2891
commented
Jun 29, 2011
- fixed pull request (to the right location)
- Fixed problems with previous pull request HKTMXTiledMap #33
* Made Blocks Optional * elucidated ReadMe
This is pretty old Pull Request, here's explanation why it's still not merged: So, it's not merged because:
This Pull Request will remain open however, because:
@everyone, feel free to share your thoughts about this. |
I agree with some of the sentiments suggested here, however:
|
* updated known issues
* Make sure we explicitly state we can use tileAt
…similar functionalities to CCTMXTiledMap. These however will penalize performance advantages of using HKTMXTiledMap * Added true support for scaling, so that you can set your max scale, and then work with it from there. Performance degrades the more tiles you draw, per usual, but it should still be better than CCTMXTiledMap * more support for flipped tiles * bug fix in tileAt such that the tile respects flippedness
* Fixed non-squared textures due to stretch by texel * Integrated Jonathan's Barnes support for rotated tiles