7 lines
78 B
GDScript
7 lines
78 B
GDScript
extends Control
|
|
|
|
@export var stats: Statistics
|
|
|
|
func _show():
|
|
visible = true
|