7 lines
127 B
GDScript
7 lines
127 B
GDScript
extends Control
|
|
|
|
|
|
func show_notification(msg, number):
|
|
#TODO: Implement this method
|
|
print("show_notification:", msg, number)
|