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