Narendrabrsoft / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

loading of tileset is not working as expected #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Problem description:
1. I created a tmx map with Tiled see attached level-001.tmx
2. Also i have imported a tileset with the size 2048x256 (attached png file).

What is the expected output? What do you see instead?

when the map is loaded in android the tileset displayed is only 1024x256. The 
following 1024 pixels are repeated from the beginning. Stepping trough the 
debugger I can see the size of the tileset as 2048x256.

What version of the product are you using? On what operating system?

I am currently on the the repository head.

Any hints where I could look in the code?

Please provide any additional information below.

level-001.png --> screenshot of the tiled editor
level-001.tmx --> tmx map created with tiled
medievaltown.png --> tileset in the tmx 
andro-screen.png --> how it actually looks in android

Original issue reported on code.google.com by Bauer.Va...@gmail.com on 23 Jan 2011 at 3:31

Attachments: