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.

P#125783 2023-02-13 02:02 ( Edited 2023-02-18 03:11)

1

Hello :)

P#125858 2023-02-14 18:06

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."
P#126016 2023-02-18 04:09 ( Edited 2023-02-18 04:10)

Looks a little complicated but could prove useful if I learn that way for times when I do need bigger text.

P#126019 2023-02-18 08:13

[Please log in to post a comment]