6 lines
90 B
GDScript
6 lines
90 B
GDScript
extends Control
|
|
|
|
func display_notification(title):
|
|
$v/quest_title.text = title
|
|
show()
|