mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 09:02:07 +00:00
- Introduced new PNG assets for crab attack, idle, and jump animations. - Created `FrameAnimation` component for handling frame-based animations. - Implemented `CrabAttackAnimation`, `CrabIdleAnimation`, and `CrabJumpAnimation` components to utilize the new assets. - Updated index file to export the new animation components for easy access.