Improved network handling
This commit is contained in:
5
ui/FPSLabel.gd
Normal file
5
ui/FPSLabel.gd
Normal file
@ -0,0 +1,5 @@
|
||||
extends Label
|
||||
|
||||
func _process(_delta):
|
||||
var fps = Engine.get_frames_per_second()
|
||||
text = str(fps)
|
Reference in New Issue
Block a user