midori-school/fps.gd
2024-01-26 14:16:00 -07:00

6 lines
133 B
GDScript

extends Label
func _process(delta: float) -> void:
if !Global.mangohud:
set_text("FPS: " + str(Engine.get_frames_per_second()));