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