Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Bottom Panel Creator
A tool to add a bottom panel that you can add enterable fields too. Formatting them properly is up to you though.
Supported Engine Version
3.1
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL
A simple bottom panel for the godot editor
- Current value returns:
- "LineEdit", "TextEdit":
- The text in them
- "CheckBox", "CheckButton":
- Boolean status
- "OptionButton":
- Returns an array with the current index then the id tied to the selected item
- "SpinBox":
- The number entered
- "ColorPickerButton":
- The color value selected
- "MenuButton":
- Not happy with this at all just returns a link to the popup that appears when clicked
- "LineEdit", "TextEdit":
A tool to add a bottom panel that you can add enterable fields too. Formatting them properly is up to you though.
Reviews
Quick Information

Bottom Panel Creator
A tool to add a bottom panel that you can add enterable fields too. Formatting them properly is up to you though.
Supported Engine Version
3.1
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL