1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-18 14:24:07 +00:00

added multiplication sign to langen

This commit is contained in:
Zeno Rogue 2025-03-08 16:37:46 +01:00
parent b4b50c2b4d
commit 92419ccd25

View File

@ -375,7 +375,7 @@ int main(int argc, char ** argv) {
// superscripts // superscripts
"¹", "²", "³", "", "", "", "¹", "²", "³", "", "", "",
// other math symbols // other math symbols
"", "½", "", "", "½", "", "×",
// Greek letters // Greek letters
"α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ", "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "τ", "υ", "φ", "χ", "ψ", "ω", "α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ", "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "τ", "υ", "φ", "χ", "ψ", "ω",
// other symbols // other symbols