bjaraujo / Bombermaaan

Bombermaaan is inspired on the classic Bomberman game.
GNU General Public License v3.0
108 stars 13 forks source link

[Feature request] Add displays options #39

Closed sourcecode-reloaded closed 3 years ago

sourcecode-reloaded commented 4 years ago

F3...... : set 640x480 display mode F4...... : set windowed display mode

Can you add these settings to options? Not just keyboard press. (This is the first i go to change to window mode).

Thank you for your great work.

bjaraujo commented 3 years ago

There is already a setting for this:

    <DisplayMode value="3" />

in config.xml. This file is created first time you run the game. It is stored locally or in C:\Users\\AppData\Roaming\Bombermaaan.

value="3" => F3 value="4" => F4