Add Dönerfisch

This commit is contained in:
Jaby
2024-01-23 11:10:04 -05:00
parent 22a8f9f4ac
commit 5218ad1c7a
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();
}