1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-22 05:23:14 +00:00

Make the ColorCurve's render mode be unshaded

Makes transparency works as intended, as with the rest of the effects
This commit is contained in:
Emmanouil Papadeas 2025-02-18 04:01:09 +02:00
parent f84fbb18a0
commit 65ef6ff4a2

View file

@ -1,4 +1,5 @@
shader_type canvas_item; shader_type canvas_item;
render_mode unshaded;
uniform sampler2D selection : filter_nearest; uniform sampler2D selection : filter_nearest;
// CurveTexture(s) // CurveTexture(s)