From: Lukas Krickl Date: Wed, 15 Jan 2025 17:03:16 +0000 (+0100) Subject: BUGS: Added bug note for anim_move X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=45d641ecef2d44b9c4f462932cb0722e3ba94adc;p=gbrg%2F.git BUGS: Added bug note for anim_move --- diff --git a/BUGS.md b/BUGS.md index 6700309..34d27a2 100644 --- 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`.