diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-23 12:21:24 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-23 12:21:24 +0000 |
commit | ce13d7eaa45b59647325b97e40906c54dbcf4b38 (patch) | |
tree | 7de8d3ddf19313c54f892fb9024d161835921354 /data | |
parent | 3312d78396821bf8fee9e158066fde05bde77a9e (diff) | |
download | space-plat-hs-ce13d7eaa45b59647325b97e40906c54dbcf4b38.tar.gz space-plat-hs-ce13d7eaa45b59647325b97e40906c54dbcf4b38.zip |
Bitmap font
Diffstat (limited to 'data')
-rw-r--r-- | data/font.json | 5 | ||||
-rw-r--r-- | data/font.png | bin | 0 -> 7342 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/font.json b/data/font.json new file mode 100644 index 0000000..d33dd03 --- /dev/null +++ b/data/font.json @@ -0,0 +1,5 @@ +{ + "width": 6, + "height": 10, + "map": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!?()@:/'., " +} diff --git a/data/font.png b/data/font.png Binary files differnew file mode 100644 index 0000000..9f44e46 --- /dev/null +++ b/data/font.png |