Cleanup
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
extends DebugLabel
|
||||
|
||||
func _process(_delta):
|
||||
func _process(_delta: float):
|
||||
text = str(Engine.get_frames_per_second())
|
||||
|
Reference in New Issue
Block a user