BurgundyDev / ReddyEngine

Game for the 2022 GitHub Game Off!
MIT License
2 stars 1 forks source link

FrameAnimComponent #53

Open Daivuk opened 2 years ago

Daivuk commented 2 years ago

FrameAnim will load an animation file (json) that specifies animation names + frames to use, and time for each frame. Updates its animation in onUpdate, and inject the proper sprite+uvs in SpriteComponent