Skip to content

Commit

Permalink
Kawaii font addition (#321)
Browse files Browse the repository at this point in the history
* Added font, 'Kawaii' to Fonts folder

I made this custom font by myself. each character is 6x3 pixels. It is a great font for visual fx / npc names in roguelikes.

* Updated Font Data

Woops! Previous push did not have all of the correct files. This branch has the data & png files for 'Kawaii' & 'KawaiiCompressed'

Kawaii is good for small user interfaces; it is readable.

KawaiiCompressed is good for using the font as a tileset, or for visual fx in roguelikes with particle systems.
  • Loading branch information
Eva authored Jun 1, 2023
1 parent c346eb5 commit 43c21ba
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Fonts/kawaii.font
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$type": "SadConsole.SadFont, SadConsole",
"FilePath": "kawaii.png",
"GlyphHeight": 7,
"GlyphPadding": 0,
"GlyphWidth": 4,
"Name": "Kawaii",
"SolidGlyphIndex": 219
}
Binary file added Fonts/kawaii.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Fonts/kawaii_compressed.font
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$type": "SadConsole.SadFont, SadConsole",
"FilePath": "kawaii_compressed.png",
"GlyphHeight": 6,
"GlyphPadding": 0,
"GlyphWidth": 3,
"Name": "KawaiiCompressed",
"SolidGlyphIndex": 219
}
Binary file added Fonts/kawaii_compressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43c21ba

Please sign in to comment.