WIP: Mapping sprite IDs (broken)

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-13 18:06:40 +01:00
parent af17a0aaf7
commit bf8d9d7eb1
7 changed files with 220 additions and 31 deletions

1
lib/classes/sprite.dart Normal file
View File

@@ -0,0 +1 @@
typedef Sprite = ({double x, double y, int spriteIndex});