superRaptor911 / WarZone_2

Top down multiplayer shooting game made using godot engine for android
18 stars 7 forks source link

New bone based animation instead of spritesheets. #17

Closed superRaptor911 closed 4 years ago

superRaptor911 commented 4 years ago

Bone based animations are better than spritesheets because they are memory efficient and are more flexible and less cumbersome.

So need to replace spritesheets with bone based animation.