5 lines
80 B
GDScript
5 lines
80 B
GDScript
extends Control
|
|
class_name MissionEndScreen
|
|
|
|
@onready var label: Label = $Label
|