6 lines
84 B
GDScript
6 lines
84 B
GDScript
extends Control
|
|
|
|
func display_notification(message):
|
|
$msg.text = message
|
|
show()
|