godotengine / godotengine/godot-docs
GUI Skinning theme tutorial doesn't provide inheritance information
Open
area:manual
enhancement
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
I was working through the creating a custom GUI skin tutorial, and realized there was no view of how each theme element inherits from one another. This can be figured out ultimately by looking at the list of inheritors of Control, but that is not explained. This could be a line or so addition, and would be helpful.
Example issues I encountered specifically.
* Creating a Class Item for panel, and discovering I needed to instead make one for Panel Container.
* Finding a common ancestor to set stuff like the background color of all text fields.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.