mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
resizable is now editable
This commit is contained in:
parent
7798632b9d
commit
fcb270f78e
@ -637,6 +637,9 @@ EX void initConfig() {
|
||||
|
||||
param_i(vid.msglimit, "message limit", 5);
|
||||
param_i(vid.timeformat, "message log time format", 0);
|
||||
|
||||
param_b(resizable, "resizable", true)
|
||||
-> editable("resizable window", 'r');
|
||||
|
||||
param_b(vid.relative_font, "relative_font", true)
|
||||
-> editable("set relative font size", 'r')
|
||||
|
Loading…
Reference in New Issue
Block a user