1 2 3 4 5 6 7
extends Label func _ready(): pass # Replace with function body. func _process(_delta: float) -> void: set_text("FPS " + String(Engine.get_frames_per_second()))