camchenry / super_shooter

A retro arcade shooter made with LÖVE.
MIT License
8 stars 3 forks source link

Gives bad resolution options #8

Open Nuthen opened 8 years ago

Nuthen commented 8 years ago

Possible to get a resolution value with a height bigger than you screen size. This can make it impossible to set it back, since the "Apply changes" can no longer be reached.

Solution 1) Add a "reset to defaults" button. Solution 2) Do not allow these resolution values. Solution 3) A keypress that resets options to default.

1 or 2 or 3 or any combination will work.