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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user