Split client and server
This commit is contained in:
4
client/ui/debug/FPSLabel.gd
Normal file
4
client/ui/debug/FPSLabel.gd
Normal file
@ -0,0 +1,4 @@
|
||||
extends DebugLabel
|
||||
|
||||
func _process(_delta):
|
||||
text = str(Engine.get_frames_per_second())
|
Reference in New Issue
Block a user