mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 18:27:01 +00:00
added multiplication sign to langen
This commit is contained in:
parent
b4b50c2b4d
commit
92419ccd25
@ -375,7 +375,7 @@ int main(int argc, char ** argv) {
|
||||
// superscripts
|
||||
"¹", "²", "³", "⁻", "ᵈ", "ᶻ",
|
||||
// other math symbols
|
||||
"∞", "½", "√",
|
||||
"∞", "½", "√", "×",
|
||||
// Greek letters
|
||||
"α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ", "λ", "μ", "ν", "ξ", "ο", "π", "ρ", "σ", "τ", "υ", "φ", "χ", "ψ", "ω",
|
||||
// other symbols
|
||||
|
Loading…
x
Reference in New Issue
Block a user