Small Pixel Numbers
A downloadable asset pack
Download NowName your own price
Put together 4x4 pixel numbers for something I was working on in pico-8 and wanted to try 3x3 as well. Will eventually set it up as OFF or TTF too when I get around to it, as well as showcase some use cases.
4px uses 3 sprites and 3px uses only 2. Both utilize a simple getnumber() function which works as follows in PICO-8/lua
getnumber(i,x,y)
where i is the number in question (10 or 0 work for "0")
x is the x position to display it (top left corner)
y is the y position to display it (top left corner)
CC-0
No rights reserved, but attribution is always appreciated :)
Download
Download NowName your own price
Click download now to get access to the following files:
3x3_font.p8 17 kB
4x4_font.p8 1.4 kB
Comments
Log in with itch.io to leave a comment.
Hello! You should add the license into metadata for the asset pack(s):
"Edit asset pack->Metadata->Release Info->License for assets" It will increase the size of audience that will be able to find your art
Oh very cool - didn't realize. Thanks for the tip!