1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

nilrider:: unilrun removed

This commit is contained in:
Zeno Rogue 2022-05-09 14:46:24 +02:00
parent 0f1f4ce99b
commit 3c491fb7ac

View File

@ -593,7 +593,6 @@ auto celldemo = arg::add3("-unilcycle", initialize) + arg::add3("-unilplan", []
param_f(min_gfx_slope, "min_gfx_slope")
->editable(-90*degree, 90*degree, degree, "min camera slope", "affected by up/down", 'm');
})
+ arg::add3("-unilrun", [] { pushScreen(run); })
+ arg::add3("-fullsim", [] {
/* for animations */
popScreenAll();