projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e4090
)
TODO: Added note about animations
author
Lukas Krickl
<lukas@krickl.dev>
Wed, 29 Jan 2025 18:58:49 +0000
(19:58 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Wed, 29 Jan 2025 18:58:49 +0000
(19:58 +0100)
TODO.md
patch
|
blob
|
history
diff --git
a/TODO.md
b/TODO.md
index ced0977d47315e26b0e355b72bcaf2c8be520b36..5923c432152011ffe34004e013b40d2049a49202 100644
(file)
--- 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.