mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +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)
|
||||
stop_game();
|
||||
whichCanvas = uni;
|
||||
|
Loading…
Reference in New Issue
Block a user