Testing font and color font

This commit is contained in:
2023-06-15 20:48:25 +02:00
parent 501ed1cd35
commit d40486a308
5 changed files with 61 additions and 12 deletions

View File

@@ -1,7 +1,11 @@
#ifndef __ASSETS_HPP__
#define __ASSETS_HPP__
#include <PSX/File/Processor/cd_file_processor.hpp>
namespace Assets {
using namespace JabyEngine;
static constexpr auto FontTIM = SimpleTIM(960, 0, 960, 511);
void load_for_main();
}