Home | History | Annotate | Download | only in resources

Lines Matching refs:FPS

39   this.msPerFrame = 1000 / FPS;
78 var FPS = 60;
1188 this.xPos -= Math.floor((speed * FPS / 1000) * deltaTime);
1292 this.msPerFrame = 1000 / FPS;
2030 var increment = Math.floor(speed * (FPS / 1000) * deltaTime);