StreamOverlay/UI/settings_panel.gd
Mario Steele 35931783cc Updated SettingsPanel
Removed Close button, and code associated with it, as we are switching
from in-viewport Panels, to Popup Windows.
2026-02-28 02:41:00 -06:00

5 lines
118 B
GDScript

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