5 lines
94 B
GDScript
5 lines
94 B
GDScript
extends DebugLabel
|
|
|
|
func _process(_delta: float):
|
|
text = str(Engine.get_frames_per_second())
|