mlthelama / LamasTinyHUD

A Quick Slot HUD Mod. The goal is a Quick Item Menu like AC Valhalla, Elden Ring and more.
GNU General Public License v3.0
8 stars 6 forks source link

Add animation handler logic #3

Closed MinhazMurks closed 1 year ago

MinhazMurks commented 1 year ago

Added logic to handle animations to the UI. These animations will be defined in the resources/animation/[animation-name]/ directory. Currently, the paths to the frames are hard coded but in the future, I have an idea to remove most of the hard-coded paths from the codebase.

Let me know if you have any questions or would like me to change something!