2024-05-12 00:22:34 -04:00
|
|
|
extends RichTextLabel
|
|
|
|
|
|
|
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
2024-05-14 21:40:18 -04:00
|
|
|
func _physics_process(_delta):
|
2024-05-12 00:22:34 -04:00
|
|
|
text = "FPS: " + str(Engine.get_frames_per_second())
|