summaryrefslogblamecommitdiffstats
path: root/FPS Counter.gd
blob: cc082a21bb1a97198a0d1c4857e58e804f5bfde0 (plain) (tree)
1
2
3
4



                                                              
extends Label

func _process(_delta):
	set_text("FPS: %.1f" % Engine.get_frames_per_second())