2024-02-27 23:21:44 +01:00

5 lines
94 B
GDScript

extends DebugLabel
func _process(_delta: float):
text = str(Engine.get_frames_per_second())