1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

added Halloween to start menu and fixed it in quit menu; message log

This commit is contained in:
Zeno Rogue
2017-10-09 10:51:16 +02:00
parent 32ab46d5cd
commit 32edc68a6d
8 changed files with 145 additions and 60 deletions

View File

@@ -188,6 +188,10 @@ void initConfig() {
// basic config
addsaver(vid.flashtime, "flashtime", 8);
addsaver(vid.msgleft, "message style", 2);
addsaver(vid.msglimit, "message limit", 5);
addsaver(vid.timeformat, "message log time format", 0);
addsaver(vid.mobilecompasssize, "mobile compass size", 30);
addsaver(vid.axes, "movement help", 1);
addsaver(vid.shifttarget, "shift-targetting", 2);
@@ -302,9 +306,6 @@ void initConfig() {
addsaver(viewdists, "expansion mode");
addsaver(vid.msgleft, "message style", 2);
addsaver(vid.msglimit, "message limit", 5);
#if CAP_SHMUP
shmup::initConfig();
#endif