infomediadesign / projektarbeit-ii-team-1

projektarbeit-ii-team-1 created by GitHub Classroom
Other
0 stars 0 forks source link

Character animations #44

Closed Ragnaroeck22 closed 2 years ago

Ragnaroeck22 commented 2 years ago

Implement a system capable of displaying simple walk cycles using spritesheets.

This system is the basis for all future animation systems (e.g. combat animations) in the game, so the code must be written in a way that allows it to be easily repurposed and/or expanded.

Current state: All functions are finished but may require polishing. There may have to be made some small adjustments when the art team finishes their spritesheets.

Ragnaroeck22 commented 2 years ago

Walking and idle animations have been finished