mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-03 15:04:07 +00:00
Greek capital letters in langen
This commit is contained in:
parent
283928bf5e
commit
c544f4ce15
@ -378,6 +378,8 @@ int main(int argc, char ** argv) {
|
||||
"∞", "½", "√", "×",
|
||||
// Greek letters
|
||||
"α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ", "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "τ", "υ", "φ", "χ", "ψ", "ω",
|
||||
// Greek capital letters
|
||||
"Δ", "Ω", "Θ", "Λ", "Γ", "Ξ", "Π", "Σ", "Φ", "Ψ",
|
||||
// other symbols
|
||||
"⌫", "⏎", "←", "→",
|
||||
// international letters
|
||||
|
Loading…
x
Reference in New Issue
Block a user