summaryrefslogtreecommitdiffstats
path: root/scene/resources/texture.h
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-17 02:56:25 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-04-20 16:32:42 +0200
commit0a4a1bc4b82581b64735ca76544f71e87a6bf435 (patch)
tree71160bae3a637d7a4a9b22d799871416e19ccaee /scene/resources/texture.h
parent68b8156fe3075e0e45b070d26fce2a0baae6f293 (diff)
downloadredot-engine-0a4a1bc4b82581b64735ca76544f71e87a6bf435.tar.gz
Add a square fill mode to GradientTexture2D
Diffstat (limited to 'scene/resources/texture.h')
-rw-r--r--scene/resources/texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h
index 50bcec58f6..6b5e87ae21 100644
--- a/scene/resources/texture.h
+++ b/scene/resources/texture.h
@@ -829,6 +829,7 @@ public:
enum Fill {
FILL_LINEAR,
FILL_RADIAL,
+ FILL_SQUARE,
};
enum Repeat {
REPEAT_NONE,