1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 05:23:00 +00:00

vr:: fixed buttons

This commit is contained in:
Zeno Rogue
2022-05-07 15:17:30 +02:00
parent acfc18b6a8
commit 9c29f39f7e
2 changed files with 15 additions and 10 deletions

View File

@@ -563,6 +563,7 @@ 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();