r3-next/fps.gd

5 lines
110 B
GDScript3
Raw Permalink Normal View History

2023-09-06 22:09:51 +02:00
extends Label
func _process(delta: float) -> void:
set_text("FPS: " + str(Engine.get_frames_per_second()));