godot-puzzle/fps.gd
2026-09-07 13:01:13 -04:00

5 lines
102 B
GDScript

extends Label
func _process(_delta: float) -> void:
text = str(int(Engine.get_frames_per_second()))