Jump to content
  • 0

Character select - scale and position of character


Daav

Question

I designed interface for character select but I have problem with coding. Maybe this is impossible?

The main problem is scale and position, because different resolutions have different settings. I know about this

 

screenWidth = wndMgr.GetScreenWidth()

	screenHeight = wndMgr.GetScreenHeight()

	newScreenWidth = float(screenWidth - 270)

	newScreenHeight = float(screenHeight)

 

in introselect.py, but try everything - (maybe something blocked in binary?) - nothing works..

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 shit.

#SOLVED!

Edited by Daav
solved
Link to comment
Share on other sites

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.