6 lines
98 B
GDScript3
6 lines
98 B
GDScript3
|
extends Control
|
||
|
|
||
|
var on_ping_changed: Signal
|
||
|
|
||
|
func _enter_tree():
|
||
|
on_ping_changed = %Ping.changed
|