1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 12:27:57 +00:00

some extra parameters for tours

This commit is contained in:
Zeno Rogue
2025-06-22 15:51:59 +02:00
parent 8fca46ded1
commit e29cf996fa
2 changed files with 6 additions and 1 deletions

View File

@@ -3527,6 +3527,8 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
addMessage(XLAT("Save the config to always use %1.", scorefile));
});
param_i(tour::tour_value, "tval");
param_ccolor(ccolor::which, "pattern");
param_b(ccolor::live_canvas, "live_canvas")
-> editable("apply color/pattern changes to canvas automatically", 'l');