Support simple Menu

This commit is contained in:
2024-01-03 16:10:00 -06:00
parent aeb1cd57da
commit f024cba8c2
4 changed files with 83 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ namespace JabyEngine {
struct DefaultFont {
static constexpr auto Info = FontInfo {
.texture_size = {64, 80},
.font_size = {12, 16}
.font_size = {12, 16}
};
static void load(uint32_t* work_area, SimpleTIM vram_dst);