zac-garby / solar-system

A strategy/simulation game.
MIT License
33 stars 17 forks source link

problem with the screen size #19

Closed 0x72D0 closed 7 years ago

0x72D0 commented 7 years ago

when I lauch the program I got a size problem: deepinscreenshot_desktop_20171014115146

and when I change the value in config.h: deepinscreenshot_20171014120426

I still have problem....

zac-garby commented 7 years ago

Yeah, I know what's going on here. Since I'm on a Retina display, my screen is about 5000x2000 (about that) so I set the screen size to what looked good for me.

It's possible to get the display pixel density and work out sizes from that, but I haven't got round to it yet.

If you (or anyone else) wants to have a go at fixing this, you're welcome, but I'll have a look at it at some point too.