Use the print() function to display text on your PICO-8 screen.
If "Pixel Piece8" is a brand name or username you’re building, here is a short bio:
-- Example PICO-8 code to display text function _draw() cls() print("pixel piece 8", 40, 60, 7) -- "Text", x, y, color end Use code with caution.
Pixel Piece8 -
Use the print() function to display text on your PICO-8 screen.
If "Pixel Piece8" is a brand name or username you’re building, here is a short bio: Pixel Piece8
-- Example PICO-8 code to display text function _draw() cls() print("pixel piece 8", 40, 60, 7) -- "Text", x, y, color end Use code with caution. Use the print() function to display text on