Start refactor of FontWriter

This commit is contained in:
2023-08-31 05:15:34 +02:00
parent 9136d762fb
commit 1e94d0352b
6 changed files with 88 additions and 46 deletions

View File

@@ -24,7 +24,7 @@ namespace object {
{TIM.get_texture_x(), TIM.get_texture_y()},
GPU::TexturePageColor::$4bit).linked()),
sprite(GPU::SPRT(
// This pic used to be 122px (file size) and every tool would except it - however the display would be corrupt. Try it!!
#pragma GCC warning "This pic used to be 122px (file size) and every tool would except it - however the display would be corrupt"
GPU::AreaI16({0, 100}, {120, 128}),
GPU::PagePositionClut({0, 0}, GPU::PageClut(TIM.get_clut_x(), TIM.get_clut_y())),
GPU::Color24::Blue()).linked()),