The main problem is scale and position, because different resolutions have different settings. I know about this
Code:
screenWidth = wndMgr.GetScreenWidth() screenHeight = wndMgr.GetScreenHeight() newScreenWidth = float(screenWidth - 270) newScreenHeight = float(screenHeight)
I dont know how to exert the same scale and position of char on select window in different resolutions.
Is it any way for make that? Any ideas? Maybe anyone released something like that?
BTW. I coded this on res. 800x600 - is fine, but in other resolutions it is a piece of ****.






