1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

refactored the parameter (saver/setting) system

This commit is contained in:
Zeno Rogue
2024-05-26 20:22:29 +02:00
parent a80a73458a
commit 1c74774bfa
15 changed files with 657 additions and 778 deletions

View File

@@ -1181,7 +1181,7 @@ EX void add_options() {
}
auto a = addHook(hooks_configfile, 100, [] {
param_b(auto_eyelevel, "auto_eyelevel")
param_b(auto_eyelevel, "intra_eyelevel")
-> editable("keep eye level when walking enabled", 'L');
param_f(eye_level, "walk_eye_level")
-> editable(0, 5, .1, "walking eye level",