Open into4g opened 13 years ago
Yes, for 2&3, you are right. We should fix it.
2011/9/19 into4g < reply@reply.github.com>
Hi ZhouWeikuan,
your project - cocos2d have 3 bugs.
- default.propertiesandroid.library=true => android.library=false
- org.cocos2d.layers.CCTMXMapInfo: line 260 positionOffset.x = Integer.parseInt(attributes.getValue("x")) tileSize.width; positionOffset.y = Integer.parseInt(attributes.getValue("y")) tileSize.height; => try { positionOffset.x = Integer.parseInt(attributes.getValue("x")) tileSize.width; positionOffset.y = Integer.parseInt(attributes.getValue("y")) tileSize.height; } catch (Exception e) {}
- org.cocos2d.layers.CCTMXLayer: line 176 remove: tile = null;
into4g
Reply to this email directly or view it on GitHub: https://github.com/ZhouWeikuan/cocos2d/issues/37
This is Zhou, Weikuan(Ϊ)
it is updated now, sorry for the late.
2011919 10:07Zhou, Weikuan zhouweikuan@gmail.comд
Yes, for 2&3, you are right. We should fix it.
2011/9/19 into4g < reply@reply.github.com>
Hi ZhouWeikuan,
your project - cocos2d have 3 bugs.
- default.propertiesandroid.library=true => android.library=false
- org.cocos2d.layers.CCTMXMapInfo: line 260 positionOffset.x = Integer.parseInt(attributes.getValue("x")) tileSize.width; positionOffset.y = Integer.parseInt(attributes.getValue("y")) tileSize.height; => try { positionOffset.x = Integer.parseInt(attributes.getValue("x")) tileSize.width; positionOffset.y = Integer.parseInt(attributes.getValue("y")) tileSize.height; } catch (Exception e) {}
- org.cocos2d.layers.CCTMXLayer: line 176 remove: tile = null;
into4g
Reply to this email directly or view it on GitHub: https://github.com/ZhouWeikuan/cocos2d/issues/37
This is Zhou, Weikuan(Ϊ)
This is Zhou, Weikuan(Ϊ)
Hi ZhouWeikuan,
your project - cocos2d have 3 bugs.
into4g