6 lines
97 B
GDScript3
Raw Normal View History

2024-01-14 11:22:14 +00:00
extends Label
func _process(_delta):
var fps = Engine.get_frames_per_second()
text = str(fps)