mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 03:07:56 +00:00
the 'types' pattern is now choosable in the patterns menu when in arcm or arb
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user