Feature Request: 21:9 resolution support
Closed this issue · 4 comments
wargamesqcf commented
I have a 21:9 monitor however the largest resolution is only 1080p 16:9.
shaunlebron commented
This issue is related to the engine tyrquake, which I didn't work on.
You may be able to set the screen size with command line args:
$ ./play.sh -width ... -height ...
If that doesn't work, try adding the -window
option.
$ ./play.sh -width ... -height ... -window
wargamesqcf commented
This the windows commands?
shaunlebron commented
wargamesqcf commented
Worked just fine thanks.