Display Pacos art

This commit is contained in:
2023-08-28 16:48:42 +02:00
parent 98395df929
commit c6c9231670
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();
}