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 crashes, add tests and update doc of `ImageBlender` #124

Closed 98teg closed 3 years ago

98teg commented 3 years ago

Part of #120.

I also added tests to ImageBlender and updated the doc. It includes a fix to blend_colors behaviour.