6 lines
128 B
GDScript3
6 lines
128 B
GDScript3
|
@tool
|
||
|
extends PanelContainer
|
||
|
|
||
|
func _ready() -> void:
|
||
|
set("custom_styles/panel", get_theme_stylebox("Content", "EditorStyles"))
|