6 lines
97 B
GDScript

extends Label
func _process(_delta):
var fps = Engine.get_frames_per_second()
text = str(fps)