mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-24 09:24:49 +00:00
rogueviz:: for ascending-descending, added -asd-where to set the path
This commit is contained in:
@@ -289,6 +289,7 @@ void enable() {
|
|||||||
|
|
||||||
auto plyhook =
|
auto plyhook =
|
||||||
arg::add3("-asd", enable) +
|
arg::add3("-asd", enable) +
|
||||||
|
arg::add3("-asd-where", [] { arg::shift(); staircase.path = arg::args(); arg::shift(); staircase.fname = arg::args(); }) +
|
||||||
addHook(hooks_configfile, 100, [] {
|
addHook(hooks_configfile, 100, [] {
|
||||||
param_b(animated, "ad_animated");
|
param_b(animated, "ad_animated");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user