debug font: Added basic pixelart font.
authorLukas Krickl <lukas@krickl.dev>
Thu, 26 Feb 2026 20:38:49 +0000 (21:38 +0100)
committerLukas Krickl <lukas@krickl.dev>
Thu, 26 Feb 2026 20:38:49 +0000 (21:38 +0100)
commit526076f3008fc6425375fdd6b0b33ebd02b8613b
tree34c2049233347f824bf4d643c9a7dbb03a97b9f3
parentdda30a73d03a79956f6af297914d07f77d530807
debug font: Added basic pixelart font.

The font is included as a C header file and was generated using a png
and a quick script.
The font is not complete but good enough as a built-in way of rendering
text.
src/p_r_sdl/p_draw.c
src/r_render.c
src/u_debug.c
src/u_debug.h
src/u_debug_font.h [new file with mode: 0644]