From 2793710819bf57fbd0e7e48190e48846ee30f7fe Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 8 Apr 2024 14:52:55 +0200 Subject: [PATCH] +more stuff to do --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6c56f0e..b1d5f86 100644 --- a/TODO.md +++ b/TODO.md @@ -56,7 +56,10 @@ or south (NOT left or north!) it snaps in visibly, so a short wobble can be seen. - +- Rework animation system: since it is impossible to assign multiple + animation types to an entity via LDTK, hard code it in Tiles. Keep + implementation though. CAUTION: last time I changed this, the + collectible detonation didn't work anymore!