YMFS/core/tools/fps_label.gd
gskeough 6b85034a30 Rescaled maps and reworked drone code
Rescaled maps and reworked drone code to support fpv remote and joy controller with a menu switch
2025-02-15 22:31:27 -05:00

6 lines
92 B
GDScript

extends Label
func _process(_delta):
text = str(Engine.get_frames_per_second()) + " FPS"