1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

monmirror editable

This commit is contained in:
Zeno Rogue 2021-06-16 13:13:24 +02:00
parent c953b2dda6
commit 1be1713b91

View File

@ -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] () {