We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Added in Pico-8 0.2.2 https://www.lexaloffle.com/bbs/?tid=41544
\w should make wide text, \t should make tall text, etc.
The text was updated successfully, but these errors were encountered:
The most common usages of p8scii control codes have been implemented, but a few have not (audio, decoration characters, possibly others)
Sorry, something went wrong.
i noticed that the "\0" to prevent a newline at the end of a string doesn't work. let me see if I can fix that...
I'm using PICO-8 for a jam. A friend is testing using fake-08. I was poke'ing memory addresses to change the printing attributes:
That didn't work on fake-08. Just noting here FYI 👍
I refactored my code to prepend control codes to strings, and with them using v0.0.2.20 it is working.
No branches or pull requests
Added in Pico-8 0.2.2 https://www.lexaloffle.com/bbs/?tid=41544
\w should make wide text, \t should make tall text, etc.
The text was updated successfully, but these errors were encountered: