update readme

This commit is contained in:
Carly Ho 2024-03-10 13:47:04 -05:00
parent d804c099b7
commit fbe4668f3e
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# BitFont
Takes an image file with characters laid out in a consistent grid and turns it into a .bitsyfont file for use in [Bitsy](https://ledoux.itch.io/bitsy) games.
Right now this only (probably?) works with 1-bit images (i.e., the entire thing is composed of black and white pixels). Technically, it'll just filter out everything that isn't black to white, but it probably won't look great. (Most image formats should be fine, though.)
You'll need to know the .bitsyfont character codes for each character you're adding, since it'll need you to manually recognize each character. If you don't know the character codes, you can look [here](https://seansleblanc.itch.io/fontsy) under the edit > draw section—if you hover over a glyph it'll show you the number code.