mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
o_key:: texture mode option while in texture mode
This commit is contained in:
parent
bd44eab6f0
commit
8c796e64c4
@ -1003,6 +1003,9 @@ EX named_functionality get_o_key() {
|
||||
if(peace::on)
|
||||
res.push_back(named_dialog(XLAT("peaceful mode"), peace::showMenu));
|
||||
|
||||
if(texture::config.tstate)
|
||||
res.push_back(named_dialog(XLAT("texture mode"), texture::showMenu));
|
||||
|
||||
dialog::infix = "";
|
||||
|
||||
if((geometry != gNormal || NONSTDVAR) && !daily::on)
|
||||
|
Loading…
Reference in New Issue
Block a user