4 lines
61 B
GDScript
4 lines
61 B
GDScript
extends Label
|
|
|
|
func on_update_ip(to: StringName):
|
|
text = to
|