shaunlebron/blinky

Feature Request: 21:9 resolution support

Closed this issue · 4 comments

I have a 21:9 monitor however the largest resolution is only 1080p 16:9.

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

This the windows commands?

For Windows:

  1. right-click blinky.exe > Create Shortcut.
  2. right-click the new shortcut > Properties
  3. in the Shortcut tab under Target, add -window -width <width> -height <height>

Screenshot:

blinky-shortcut

Worked just fine thanks.