How can i display the frames per second in my game? so that way i can see the performance in it. I was looking for tutorials but i can not find anyone to show fps :( .
Could someone help me? i really appreciate it thank you.
add a text object.
Every Tick > Text object > Set Text > "fps" without the quotes
Develop games in your browser. Powerful, performant & highly capable.
Create a text object: paste it to a layer that has no scrolling
every tick: text object set text to "FPS "&fps
pixel perfick
Ninja'd
thank you, i tried it and this works great, thanks again
I was needing it too, thanks guys...
I used this too
Simple and essential. Thanks guys