An incomplete collection of various control nodes.
- Search for
Assorted Controls
in theAssetLib
editor tab. - Download and install the plugin.
- Enable the plugin in the project settings via the
Plugins
tab.
or...
- Clone this repository or download the archive.
- Copy the folder
addons/detomon.assorted-controls
to your project'saddons
folder (create it if needed). - Enable the plugin in the project settings via the
Plugins
tab.
- Add the desired control nodes to a scene.
- Apply the theme located in
res://addons/detomon.assorted-controls/theme/theme.tres
to the control or a parent control. - Alternatively, import the default theme's properties into a custom theme.
When the theme is missing, some control elements are not drawn.
A 2D slider that goes from bottom left (min_value
) to top right (max_value
), used to set independant values for the horizontal and vertical axis.
A slider that goes from left (min_value
) to right (max_value
), used to adjust a range by moving grabbers along a horizontal axis.
A slider that goes from bottom (min_value
) to top (max_value
), used to adjust a range by moving grabbers along a vertical axis.
When using a custom theme, you can import the properties for the used control nodes from the default theme.
- Edit your custom theme resource.
- In the bottom
Theme
panel, click onManage Items...
.
- Select the
Import Items
tab. - Select the
Another Theme
tab. - Choose the default theme file (
res://addons/detomon.assorted-controls/theme/theme.tres
) by clicking on the folder icon. - Select below which nodes and properties should be imported into your custom theme.
- Click
Import Selected