I have a tilemap with 960*640 pixels using 64*64 tiles for hd retina display. Now, I need a tilemap for sd display.(I guess that it should be 480*320 pixels using 32*32 tiles)
So, is there easy way to go?
Finding tools like ‘Unretiner’ in Mac app store.
‘hd img -> sd img’ by Unretiner
‘hd tmx -> sd tmx’ by ??
thank u.
Here is a Python script I used to generate sd .tmx from hd .tmx.
You can use it by following shell command.
The script: