1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

up/down arrow unicode symbols

This commit is contained in:
Zeno Rogue
2025-09-29 11:50:34 +02:00
parent 01dde0c3c3
commit fc7dd296f4

View File

@@ -381,7 +381,7 @@ int main(int argc, char ** argv) {
// Greek capital letters
"Δ", "Ω", "Θ", "Λ", "Γ", "Ξ", "Π", "Σ", "Φ", "Ψ",
// other symbols
"", "", "", "", "",
"", "", "", "", "", "", "",
// international letters
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż"
})