Add Dönerfisch

This commit is contained in:
2024-01-23 11:10:04 -05:00
parent 91b0e63451
commit 31bdf854a7
6 changed files with 26 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ namespace Assets {
using namespace JabyEngine;
namespace Main {
static constexpr auto PacoTIM = SimpleTIM(896, 0, 960, 510);
static constexpr auto PacoTIM = SimpleTIM(896, 0, 960, 510);
static constexpr auto DoenerFishTIM = SimpleTIM(896 + 30, 0, 960 + 16, 510);
void load();
}