YMFS/core/tools/fps_label.gd

6 lines
91 B
GDScript3
Raw Normal View History

2025-02-03 04:55:33 +00:00
extends Label
func _process(delta):
text = str(Engine.get_frames_per_second()) + " FPS"