fake-08
fake-08 copied to clipboard
P8SCII Control Code support
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 most common usages of p8scii control codes have been implemented, but a few have not (audio, decoration characters, possibly others)
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:
- https://pico-8.fandom.com/wiki/P8SCII_Control_Codes#Default_attributes
That didn't work on fake-08. Just noting here FYI :+1:
I refactored my code to prepend control codes to strings, and with them using v0.0.2.20 it is working.