1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 04:48:06 +00:00

controller button gluphs

This commit is contained in:
Zeno Rogue
2025-12-11 20:15:01 +01:00
parent 88e778f3fe
commit a64e79fb84
4 changed files with 13 additions and 3 deletions

View File

@@ -383,7 +383,9 @@ int main(int argc, char ** argv) {
// other symbols
"", "", "", "", "", "", "",
// international letters
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż"
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż",
// controller symbols
"", "", "", "", "", ""
})
allchars.insert(s);