Support for loading TIM

This commit is contained in:
Jaby
2024-12-29 21:57:38 +01:00
parent c3cc4a729d
commit c66b68a0e8
19 changed files with 286 additions and 125 deletions

View File

@@ -10,7 +10,7 @@ namespace Assets {
GPU::SizeI16 size;
};
static constexpr auto PacoTIM = SimpleTIM::create(896, 0, 960, 510);
static constexpr auto PacoTIM = SimpleTIM::create(896, 0, 960, 510);
static constexpr auto DoenerFishInfo = ImageInfo{
.tim = SimpleTIM::create(896 + 30, 0, 960 + 16, 510),
.size = GPU::SizeI16::create(128, 64)