How Big a Map is my Limit?
belleech
Member Posts: 34
Hi,
Im making a game where the main actor just rides around a square map currently 720x720 pixels. My question is is that too big ? Im thinking about doing 10 levels for the first release so anyone has ideas performance wise about how big a map can you make for the iphone per level?
Regards,
Belleech.
Im making a game where the main actor just rides around a square map currently 720x720 pixels. My question is is that too big ? Im thinking about doing 10 levels for the first release so anyone has ideas performance wise about how big a map can you make for the iphone per level?
Regards,
Belleech.
Comments
Best to limit to 1024 in either dimension and then chain them together if you need a big background/playfield.
Stunt Squirrels uses this technique... a lot of the levels are 2048 wide or tall.
the bonus levels have a 2048x2048 background Actor set to tiled. it uses a 512x512 pixel png.
It plays fine on all the devices I've tested it on. A little slower on the older devices, but certainly acceptable.