Improved UI
This commit is contained in:
6
client/ui/UI.gd
Normal file
6
client/ui/UI.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends Control
|
||||
|
||||
var on_ping_changed: Signal
|
||||
|
||||
func _enter_tree():
|
||||
on_ping_changed = %Ping.changed
|
Reference in New Issue
Block a user