mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
monmirror editable
This commit is contained in:
parent
c953b2dda6
commit
1be1713b91
@ -469,6 +469,9 @@ struct debugScreen {
|
||||
dialog::add_action([what] () {
|
||||
bitfield_editor(what->mondir, [what] (int i) { what->mondir = i; },
|
||||
"monster direction");
|
||||
dialog::extra_options = [what] () {
|
||||
dialog::addBoolItem(XLAT("mirrored"), what->monmirror, 'M');
|
||||
};
|
||||
});
|
||||
dialog::addSelItem("stuntime", its(what->stuntime), 's');
|
||||
dialog::add_action([what] () {
|
||||
|
Loading…
Reference in New Issue
Block a user