Support loading Assets for Overlays

This commit is contained in:
Jaby
2024-01-03 21:26:21 -06:00
committed by Jaby
parent e2f86f53b2
commit f56148a095
6 changed files with 45 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <PSX/File/cd_file_types.hpp>
namespace GPUTest {
using namespace JabyEngine;
static constexpr auto TexPageTIM = SimpleTIM(384, 0, 384, 511);
static constexpr auto IconTIM = SimpleTIM(384, 256, 384, 510);
}