BUGS: Added bug note for anim_move
authorLukas Krickl <lukas@krickl.dev>
Wed, 15 Jan 2025 17:03:16 +0000 (18:03 +0100)
committerLukas Krickl <lukas@krickl.dev>
Wed, 15 Jan 2025 17:03:16 +0000 (18:03 +0100)
BUGS.md

diff --git a/BUGS.md b/BUGS.md
index 6700309df09f0543b5f015fe9161411ae0d2d373..34d27a22a4f54bd9fc545f97d73c754512e79794 100644 (file)
--- a/BUGS.md
+++ b/BUGS.md
@@ -1,3 +1,4 @@
 # Known Bugs
 
-- When rooms are linked it is possible to overwrite exits 
+- When rooms are linked it is possible to overwrite exits
+- anim_move does not actually move the way it was intended. anim_move should have another parameter that allows configuration of the loop step. Currently this is only a `dec operation`.