diff options
author | Brendan Coles <bcoles@gmail.com> | 2020-11-04 11:49:50 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-11-04 19:36:27 +0100 |
commit | e558f6b184e6a8d2a42814726c500d8103022236 (patch) | |
tree | 63ae0ced6b2017a94f56efccf7c9f6cdcd05a7ff /Base | |
parent | 0603402c80cce7e5e39d6d9d56a943c1cfaf7b79 (diff) | |
download | serenity-e558f6b184e6a8d2a42814726c500d8103022236.zip |
Minesweeper+Snake: load config file before calling unveil()
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/.config/Minesweeper.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Base/home/anon/.config/Minesweeper.ini b/Base/home/anon/.config/Minesweeper.ini new file mode 100644 index 0000000000..ce44bcaf45 --- /dev/null +++ b/Base/home/anon/.config/Minesweeper.ini @@ -0,0 +1,8 @@ +[Minesweeper] +SingleChording=0 + +[Game] +MineCount=10 +Columns=9 +Rows=9 + |