Schwungus-Software / PNEngine

Fully external 3D engine for GameMaker
MIT License
1 stars 1 forks source link

Make Animations a unique asset #13

Closed LocalInsomniac closed 7 months ago

LocalInsomniac commented 8 months ago

Animations should go into their own folder. As a result, models will no longer have pre-defined animation indices and animations could instead be cached in variables by fetching them using AnimationMap.get() (ANIMATIONS.get() in scripts). This will allow animations to be loaded separately and shared between multiple animated models.