We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Step 1. Add a div to index.html, and style it as you like.
<div id="fps" style="position:absolute"></div>
Step 2. Add the following to client.js
setInterval(function(){document.getElementById('fps').innerHTML = ige.fps()+"fps "+ige.dps()+"dps "+ige.dpt()+" dpt";},1000);
FPS = Frames per second
DPS = Draws per second
DPT = Draws per tick