ColorPicker UX improvements
- Tabs and MenuButton for mode selection and enabling/disabling colorized sliders - MenuButton for shape selection with new icon for each shape - Drag and drop functionality for presets to arrange order - A chronological list of recently selected presets which are global for the editor - Presets are now highlighted as being active or inactive - Thicker sliders for easy targeting - `grabber_offset` theme constant for Slider - Uncolorized sliders
This commit is contained in:
@ -10,6 +10,9 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<theme_items>
|
||||
<theme_item name="grabber_offset" data_type="constant" type="int" default="0">
|
||||
Vertical offset of the grabber.
|
||||
</theme_item>
|
||||
<theme_item name="grabber" data_type="icon" type="Texture2D">
|
||||
The texture for the grabber (the draggable element).
|
||||
</theme_item>
|
||||
|
||||
Reference in New Issue
Block a user