When creating a map in tiled map editor, the tool ask for a map size.
Like 50 x 50 using each tile with 32 px would result in : 1600 x 1600 pixels.
I want to create a level using this tool for my game. But, i just want to cover the hole screen of the device without having to scroll the map.
Each device has a resolution, how do i accomplish that? If i build using a iphone resolution i don’t think it will work for other devices even if using the ultimate config file.
PS: Using MTE engine.