Maescool / Catacomb-Snatch

Mojang's Humble bundle source
Other
295 stars 99 forks source link

support different resolutions #940

Closed LiamDawe closed 12 years ago

LiamDawe commented 12 years ago

Is it possible to have it support other resolutions? On my laptop the bottom always gets cut off :(

master-lincoln commented 12 years ago

It's not yet possible. But wouldn't be too hard to implement. The only problem is that menu items are positioned by absolute values. This needs to be redone.

For the other devs: Maybe adding an option that sets the scale to 1 is a temporary solution to be able to play on small screens.

Flet commented 12 years ago

hmm, could the scale be scalable? make it adjustable between 1 and 2? or make it simple and give a small, medium,and large scale option, which would set scale to 1, 1.5 and 2...

Maescool commented 12 years ago

we can do that as a quick fix.. before someone will commit on a decent resolution system :)

LiamDawe commented 12 years ago

Anything to help laptop users play would be ideal!

Flet commented 12 years ago

@liamdawe this should do it...#941

LiamDawe commented 12 years ago

Many thanks!