Removed Close button, and code associated with it, as we are switching from in-viewport Panels, to Popup Windows.
5 lines
118 B
GDScript
5 lines
118 B
GDScript
extends PanelContainer
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready() -> void:
|
|
pass
|