diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-04-17 02:56:25 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-04-20 16:32:42 +0200 |
commit | 0a4a1bc4b82581b64735ca76544f71e87a6bf435 (patch) | |
tree | 71160bae3a637d7a4a9b22d799871416e19ccaee /scene/resources/texture.h | |
parent | 68b8156fe3075e0e45b070d26fce2a0baae6f293 (diff) | |
download | redot-engine-0a4a1bc4b82581b64735ca76544f71e87a6bf435.tar.gz |
Add a square fill mode to GradientTexture2D
Diffstat (limited to 'scene/resources/texture.h')
-rw-r--r-- | scene/resources/texture.h | 1 |
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, |