goostengine / goost

A general-purpose, extensible and customizable C++ extension for Godot Engine.
https://goostengine.github.io/
MIT License
481 stars 18 forks source link

Fix `ImageFrames` accepting invalid `Image` when adding frames #122

Closed Xrayez closed 3 years ago

Xrayez commented 3 years ago

ImageFrames.add_frame() no longer accepts index to override existing frames, which could lead to hard to debug errors.

Part of #120.