Remove Rectangle constructors

This commit is contained in:
Jaby Blubb
2023-09-27 22:09:15 +02:00
parent 7e5b92253c
commit 765cd539fe
3 changed files with 44 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ namespace object {
tex_page(GPU::TexPage::create(
{TIM.get_texture_x(), TIM.get_texture_y()},
GPU::TexturePageColor::$4bit).linked()),
sprite(GPU::SPRT(
sprite(GPU::SPRT::create(
#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())),