mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-14 05:04:07 +00:00
added the space symbol
This commit is contained in:
parent
8dc64e1a45
commit
2a58a6d4db
@ -381,7 +381,7 @@ int main(int argc, char ** argv) {
|
||||
// Greek capital letters
|
||||
"Δ", "Ω", "Θ", "Λ", "Γ", "Ξ", "Π", "Σ", "Φ", "Ψ",
|
||||
// other symbols
|
||||
"⌫", "⏎", "←", "→",
|
||||
"⌫", "⏎", "←", "→", "␣",
|
||||
// international letters
|
||||
"ñ", "Ñ", "ê", "Ç", "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż"
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user