1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-28 08:22:18 +00:00

rogueviz:: for ascending-descending, added -asd-where to set the path

This commit is contained in:
Zeno Rogue 2025-08-22 15:54:57 +02:00
parent 3bcbda790c
commit 7889b00cc3

View File

@ -289,6 +289,7 @@ void enable() {
auto plyhook =
arg::add3("-asd", enable) +
arg::add3("-asd-where", [] { arg::shift(); staircase.path = arg::args(); arg::shift(); staircase.fname = arg::args(); }) +
addHook(hooks_configfile, 100, [] {
param_b(animated, "ad_animated");
});