CyberTower/scripts/ui/finish_screen.gd
2024-02-16 23:35:39 +08:00

7 lines
78 B
GDScript

extends Control
@export var stats: Statistics
func _show():
visible = true