mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
6 lines
93 B
GDScript
6 lines
93 B
GDScript
extends Label
|
|
|
|
|
|
func _process(_delta):
|
|
set_text("FPS: %d" % Engine.get_frames_per_second())
|