cocos2d / cocos2d-js

cocos2d-x for JS
http://www.cocos2d-x.org
MIT License
1.86k stars 490 forks source link

tileMap in mobile browser #581

Closed feijing566 closed 10 years ago

feijing566 commented 10 years ago

This is a tileMap. In mobile browser , part of the lost at the bottom like img1. In pc browser, you can see all part like img2

My create code is like this : var map = cc.TMXTiledMap.create("res/back.tmx"); map.setPosition(35,85);

img1 img2

dingpinglv commented 10 years ago

Hi @feijing566 ,

This is a bug for hexagonal tilemap on Canvas mode. We'll fix it soon.

Thank you for feedback. David

dingpinglv commented 10 years ago

Hi @feijing566,

This bug has been fixed at https://github.com/cocos2d/cocos2d-html5/pull/1996

Please update the latest code of cc.TMXLayer.

Best regards David