-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do i use the star icon? #25
Comments
in-game chat in sm64ex-coop only supports a specific set of characters in order to limit possible user input codepaths to a reasonable number, and Unicode Character “★” (U+2605) is not among the supported characters. This behavior matches the Desktop version of the game. |
If you're talking about a star like this, That's not a normal Unicode ★, it's actually a 0x7F, the ASCII/Unicode You can already use that symbol in your name on Android or any other version of the game by copying and pasting the 0x7F that's placed here for you on the codepoints.net website into the star.webm |
In version 36.1 the star character looks more or less identical to U+2605, but in version 37+ it has little eyes. To get that change you can wait for #19 . |
i can use it here like this: ★ but in-game it doesn't work. and i tried every letter, number, and symbol. help?
The text was updated successfully, but these errors were encountered: