mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 11:08:05 +00:00
animate parameters from the edit dialog
This commit is contained in:
@@ -527,15 +527,15 @@ int read_cheat_args() {
|
||||
}
|
||||
else if(argis("-we")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(whatever); resetGeometry();
|
||||
shift_arg_formula(whatever, delayed_geo_reset);
|
||||
}
|
||||
else if(argis("-wei")) {
|
||||
PHASEFROM(2);
|
||||
shift(); whateveri = argi(); resetGeometry();
|
||||
shift(); whateveri = argi(); delayed_geo_reset();
|
||||
}
|
||||
else if(argis("-wei2")) {
|
||||
PHASEFROM(2);
|
||||
shift(); whateveri2 = argi(); resetGeometry();
|
||||
shift(); whateveri2 = argi(); delayed_geo_reset();
|
||||
}
|
||||
else if(argis("-W3")) {
|
||||
shift(); top_land = readland(args()); cheat();
|
||||
|
||||
Reference in New Issue
Block a user