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:
@@ -383,7 +383,9 @@ int main(int argc, char ** argv) {
|
||||
// other symbols
|
||||
"⌫", "⏎", "←", "→", "␣", "↑", "↓",
|
||||
// international letters
|
||||
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż"
|
||||
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż",
|
||||
// controller symbols
|
||||
"Ⓐ", "Ⓑ", "Ⓧ", "Ⓨ", "Ⓛ", "Ⓡ"
|
||||
})
|
||||
allchars.insert(s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user