Log In  


Cart #chastity_hello-0 | 2023-02-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

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.

1


1

Hello :)


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]