Add Dönerfisch

This commit is contained in:
Jaby
2024-01-23 11:10:04 -05:00
committed by Jaby
parent d25650a749
commit 995c98c815
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();
}