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:
parent
3bcbda790c
commit
7889b00cc3
@ -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");
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user