6 lines
120 B
GDScript
6 lines
120 B
GDScript
class_name AchievementPopup extends PanelContainer
|
|
|
|
|
|
func set_achievement() -> void:
|
|
$HBoxContainer/Label.text = "wuh"
|