Display Pacos art

This commit is contained in:
Jaby
2023-08-28 16:48:42 +02:00
committed by Jaby
parent 964840c201
commit b02c4c386e
6 changed files with 25 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ namespace Assets {
using namespace JabyEngine;
static constexpr auto FontTIM = SimpleTIM(960, 0, 960, 511);
static constexpr auto PacoTIM = SimpleTIM(896, 0, 960, 510);
void load_for_main();
}