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

Remove `GradientTexture2D` #170

Closed Xrayez closed 2 years ago

Xrayez commented 2 years ago

Merged in Godot 3.x now, see godotengine/godot#54824, therefore mission accomplished. 🙂

Xrayez commented 2 years ago

Note that godotengine/godot#54824 introduces a regression in relation to Goost features, waiting until godotengine/godot#56603 is merged before removing the class in Goost.

Xrayez commented 2 years ago

Lets merge the PR I guess, even if this means introducing a regression with Light2D (I no longer have maintainer privileges in Godot to fix the bug promptly, unfortunately). Besides, it's not currently possible to build Goost on latest Godot 3.x branch (duplicate symbols caused by merging the same feature in Godot).

But hopefully godotengine/godot#56603 gets eventually merged, so we won't have to patch the Godot source for this.