mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 18:52:51 +00:00
patterns: selectable '/' pattern
This commit is contained in:
parent
5f9970fce2
commit
c9e45e0db3
@ -1793,7 +1793,7 @@ EX namespace patterns {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
else if((uni >= 'a' && uni <= 'z') || (uni >= 'A' && uni <= 'Z') || among(uni, '#', '=')) {
|
else if((uni >= 'a' && uni <= 'z') || (uni >= 'A' && uni <= 'Z') || among(uni, '#', '=', '/')) {
|
||||||
if(instant)
|
if(instant)
|
||||||
stop_game();
|
stop_game();
|
||||||
whichCanvas = uni;
|
whichCanvas = uni;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user