SQUONT8NG
Author:
Sunday, May 10, 2020 - 17:13
Art Type:
License(s):
Collections:
Favorites:
1
This is a remix of my old squont8.
This time it's focused solely on ASCII.
All ASCII special characters are available, lower case characters are still missing.
Additional special characters can be used via lower case characters.
This font is optimized for RLE compression. I tried to repeat lines in 8x8 tiles where possible.
I would map the last ASCII line like this:
if(chr >= '{') chr-=2;
if(chr >= 'p') chr-=16;
File(s):
squont8ng.png 628 b [103 download(s)]
Comments
Thank you for making this. I am using it in this free to play project on itch.io: https://dpb-ryu.itch.io/adventure-of-baldero
Used for many things in the game, including player health.