Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-29 | Decrease the default GradientTexture and CurveTexture size | Hugo Locurcio | |
This provides better usability when a GradientTexture or CurveTexture is added to a Control node. Visual appearance of most GradientTextures and CurveTextures will be unaffected. | |||
2021-11-07 | Rename `GradientTexture` to `GradientTexture1D` | Andrii Doroshenko (Xrayez) | |
1. Explicit and unambiguous when comparing to `GradientTexture2D` 2. Consistent with other class names where 1D is used in the engine. |