mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
the 'types' pattern is now choosable in the patterns menu when in arcm or arb
This commit is contained in:
parent
3e33aadba4
commit
0aa94f073a
@ -1813,6 +1813,9 @@ EX namespace patterns {
|
||||
dialog::addSelItem(XLAT("Penrose staircase"), "Nil", '/');
|
||||
}
|
||||
|
||||
if(arb::in() || arcm::in())
|
||||
dialog::addSelItem(XLAT("types"), "types", 'A');
|
||||
|
||||
dialog::addSelItem(XLAT("sides"), "sides", 'B');
|
||||
|
||||
if(!ISMOBILE)
|
||||
|
Loading…
Reference in New Issue
Block a user