-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.