earok / scorpion-editor-demos

Editor for Scorpion engine (closed source), along with demo games (open source)
210 stars 8 forks source link

Rework animation system to allow for infinitely long animations (not clamped to 26 frames) #37

Closed earok closed 4 years ago

earok commented 4 years ago

Infinitely long animations now allowed. Note that this should save memory overall (as the memory space per animation is not a fixed 256 bytes, but only the minimum needed to store an animation)