mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 14:01:48 +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", '/');
|
dialog::addSelItem(XLAT("Penrose staircase"), "Nil", '/');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(arb::in() || arcm::in())
|
||||||
|
dialog::addSelItem(XLAT("types"), "types", 'A');
|
||||||
|
|
||||||
dialog::addSelItem(XLAT("sides"), "sides", 'B');
|
dialog::addSelItem(XLAT("sides"), "sides", 'B');
|
||||||
|
|
||||||
if(!ISMOBILE)
|
if(!ISMOBILE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user