xiandie/addons/project-statistics/nodes/PanelContainer.gd
2024-12-23 09:30:31 +08:00

6 lines
128 B
GDScript

@tool
extends PanelContainer
func _ready() -> void:
set("custom_styles/panel", get_theme_stylebox("Content", "EditorStyles"))