Turn Paco into an object

This commit is contained in:
2023-08-30 03:23:05 +02:00
parent 49de845537
commit 9136d762fb
5 changed files with 74 additions and 28 deletions

View File

@@ -6,7 +6,6 @@ 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();
}