Hi everybody!
New user here, just starting development in Wintermute.
I have some questions regarding screen resolutions on different platforms that WMLite supports.
I'm developing a low-res adventure. From what I found out about "big" Wintermute is that it doesn't support screen scaling, ie. game always runs in resolution it was made for.
Since my graphics are based on 320x240 I currently scale them to 640x480 and run WM in that resolution.
What I wold like to know is how this will behave on WMLite and iOS devices? Will WMLite scale it down to iPhone 480x320 (with side borders?) and enlarge to iPad 1024x768? Or do I have to make everything for biggest denominator (iPad) and it only scales down?
Basically, what is the "safest" resolution that would allow cross platform deployment without having to resize backgrounds and re-region scenes?
Going higher than 640x480 seems like an overkill, especially for memory hungry devices like older iPhones/Touches.