5 lines
87 B
GDScript3
5 lines
87 B
GDScript3
|
extends DebugLabel
|
||
|
|
||
|
func _process(_delta):
|
||
|
text = str(Engine.get_frames_per_second())
|