1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-13 07:46:00 +00:00

configurable field patterns

This commit is contained in:
Zeno Rogue
2017-11-07 00:40:46 +01:00
parent 64a37d3ba2
commit d007580967
5 changed files with 127 additions and 9 deletions

View File

@@ -217,6 +217,7 @@ int main() {
allchars.insert("δ");
allchars.insert("");
allchars.insert("½");
allchars.insert("²");
langPL(); langCZ(); langRU();
langTR(); langDE(); langPT();