5 lines
87 B
GDScript3
Raw Normal View History

2024-01-18 23:35:17 +01:00
extends DebugLabel
func _process(_delta):
text = str(Engine.get_frames_per_second())