mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
'standard rotation' option in Euclidean
This commit is contained in:
parent
ecde911db2
commit
22bfbf17db
@ -757,6 +757,10 @@ EX namespace euclid3 {
|
||||
if(S3 == 3) torus_config_option(XLAT("HyperRogue classic torus"), 'G', single_row_torus(381, -22));
|
||||
}
|
||||
|
||||
dialog::addBreak(50);
|
||||
dialog::addBoolItem(XLAT("standard rotation"), eqmatrix(models::euclidean_spin, Id), 's');
|
||||
dialog::add_action([] { rotate_view(models::euclidean_spin); });
|
||||
|
||||
dialog::addBreak(50);
|
||||
|
||||
char xch = 'p';
|
||||
|
Loading…
Reference in New Issue
Block a user