Skip to content

Commit 6443255

Browse files
committed
press start font
1 parent e7d7f59 commit 6443255

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

data/fonts/font.tga

-2.87 MB
Binary file not shown.

data/fonts/font.xcf

-1.04 MB
Binary file not shown.

data/gfx.tgz

-315 Bytes
Binary file not shown.

src/my_ui.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#define UI_CONSOLE_WIDTH (TERM_WIDTH - 3)
1313
#define UI_CURSOR_COLOR GRAY
1414
#define UI_CURSOR_OTHER_COLOR WHITE
15-
#define UI_FONT_HEIGHT 230
16-
#define UI_FONT_WIDTH 152
15+
#define UI_FONT_HEIGHT 8
16+
#define UI_FONT_WIDTH 8
1717
#define UI_LOGGING_EMPTY_LINE "`" // Complete hack, char I use to force space
1818
#define UI_MOUSE_DOUBLE_CLICK 500 // Double click time
1919
#define UI_MOUSE_WHEEL_SCALE 1.2 // How much the wheel mouse moves.

0 commit comments

Comments
 (0)