This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
ease
/
godot-demo-projects
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
master
Ramuri
Etichete
master
godot-demo-proj...
/
2d
/
physics_tests
/
utils
/
label_fps.gd
label_fps.gd
93 B
Permalink
Istoric
Crud
1
2
3
4
5
extends Label
func _process(_delta):
set_text("FPS: %d" % Engine.get_frames_per_second())