add_theme_type
Add a control type (like Button, Label, Panel) to a Godot Theme, specifying default font size and font color.
Instructions
Add a control type (font size/color) to a Theme.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Control type to add (e.g. "Button", "Label", "Panel") | |
| font_size | No | Default font size for this type | |
| font_color | No | Default font color (e.g. "Color(1, 1, 1, 1)") | |
| theme_path | Yes | Path to .tres Theme file |