CyberTower/scripts/ui/finish_screen.gd

7 lines
78 B
GDScript3
Raw Normal View History

2024-02-16 15:35:39 +00:00
extends Control
@export var stats: Statistics
func _show():
visible = true