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