berkeley font

This commit is contained in:
kdx 2023-03-21 21:57:03 +01:00
parent 7f90ffd345
commit d34c041657
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 B

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,6 +1,6 @@
#pragma once
#define CHR_WIDTH 8
#define CHR_HEIGHT 16
#define CHR_WIDTH 13
#define CHR_HEIGHT 25
#define DISPLAY_WIDTH 400
#define DISPLAY_HEIGHT 224
#define TSIZE 16

View File

@ -3,7 +3,7 @@
#define LZY_GINT_TILESET bimg_tset
#define LZY_GINT_FONT bimg_font
#define LZY_CHR_WIDTH CHR_WIDTH
#define LZY_CHR_HEIGHT CHR_WIDTH
#define LZY_CHR_HEIGHT CHR_HEIGHT
#define LZY_DISPLAY_WIDTH DISPLAY_WIDTH
#define LZY_DISPLAY_HEIGHT DISPLAY_HEIGHT
#define LZY_FIRST_CHR ' '