You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add STRETCH_KEEP_ASPECT_COVERED to TextureRect StretchMode
Make TextureButton to the same resize behavior with TextureRect
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
STRETCH_KEEP_CENTERED,
|
||||
STRETCH_KEEP_ASPECT,
|
||||
STRETCH_KEEP_ASPECT_CENTERED,
|
||||
|
||||
STRETCH_KEEP_ASPECT_COVERED,
|
||||
};
|
||||
private:
|
||||
bool expand;
|
||||
|
||||
Reference in New Issue
Block a user