Split client and server
This commit is contained in:
6
client/ui/debug/PerformanceLabel.gd
Normal file
6
client/ui/debug/PerformanceLabel.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends DebugLabel
|
||||
|
||||
@export var monitor: Performance.Monitor
|
||||
|
||||
func _process(_delta):
|
||||
text = str(Performance.get_monitor(monitor))
|
Reference in New Issue
Block a user