kxcrl / foundryvtt-retro

MIT License
0 stars 0 forks source link

Add movement animations #24

Closed kxcrl closed 10 months ago

kxcrl commented 10 months ago

Context

Currently, the module only handles a single sprite sheet. This should instead be set as the idle animation, and a new sprite sheet should be added for walking animations.

Feature

Add a walking animation sprite sheet. As soon as a movement key is pressed, play the corresponding walk animation, then return to idle.

Note

Alternatively, this could just be part of the same sheet.