mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
6 lines
93 B
GDScript3
6 lines
93 B
GDScript3
|
extends Label
|
||
|
|
||
|
|
||
|
func _process(_delta):
|
||
|
set_text("FPS: %d" % Engine.get_frames_per_second())
|