I am new to this site. I am learning about Pico8 and that is what brought me here. I'm mostly a C programmer but recently started experimenting with Lua partly because I was interested in using PICO-8. I love all things retro and my favorite game of all time is Tetris.
I saw you attempting font size change in your code, @chastitywhiterose.
In Pico-8 it is done with P8SCII codes:
https://www.lexaloffle.com/dl/docs/pico-8_manual.html#Appendix_A
cls() ?"normal text." ?"" ?"\^wwide text." ?"" ?"\^ttall text." ?"" ?"\^=\^wstripey text." ?"" ?"\^=\^talso stripey text." ?"" ?"\^ppinball text." |
Looks a little complicated but could prove useful if I learn that way for times when I do need bigger text.
[Please log in to post a comment]