mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
dialog:: more intuitive rotation hotkeys
This commit is contained in:
parent
a5ada45164
commit
610d64d22a
@ -1177,9 +1177,9 @@ EX namespace dialog {
|
||||
ne.dialogflags |= dialogflags;
|
||||
});
|
||||
};
|
||||
rot_but(0, 2, "rotate in XZ", 'x');
|
||||
rot_but(1, 2, "rotate in YZ", 'y');
|
||||
rot_but(0, 1, "rotate in XY", 'z');
|
||||
rot_but(0, 2, "rotate in XZ", 'y');
|
||||
rot_but(1, 2, "rotate in YZ", 'x');
|
||||
}
|
||||
|
||||
addBoolItem("mouse control", dialogflags & sm::MOUSEAIM, 'm');
|
||||
|
Loading…
Reference in New Issue
Block a user