StreamOverlay/UI/Controls/general_panel.gd
Mario Steele 5455ad5071 Created General Panel
Started work on Settings panel for Overlay
2026-02-27 16:16:50 -06:00

6 lines
142 B
GDScript

extends PanelContainer
class_name GeneralPanel
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass