From: Lukas Krickl Date: Wed, 29 Jan 2025 18:58:49 +0000 (+0100) Subject: TODO: Added note about animations X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=527275153e6176afcec1b5666ee67ac484f82298;p=gbrg%2F.git TODO: Added note about animations --- diff --git a/TODO.md b/TODO.md index ced0977..5923c43 100644 --- a/TODO.md +++ b/TODO.md @@ -66,3 +66,9 @@ Some attacks might cost mana. Add stats menu that shows all the player's stat numbers. The player can level up. + +## Animations + +Each actor and player will have a space in ram for animation data like timers. +This section will not need to be saved in sram and can be used for movement animations. +Each entity can use this memory for whatever code they might wnat to run during a frame.