mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Display a revert icon on ColorPicker's old sample
This denotes that the color can be clicked to revert to the old color.
This commit is contained in:
parent
b7449a3d1a
commit
079f1c8ead
5 changed files with 15 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ private:
|
|||
|
||||
Ref<Texture2D> bar_arrow;
|
||||
Ref<Texture2D> sample_bg;
|
||||
Ref<Texture2D> sample_revert;
|
||||
Ref<Texture2D> overbright_indicator;
|
||||
Ref<Texture2D> picker_cursor;
|
||||
Ref<Texture2D> color_hue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue