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