Progress: Delta time & fixed timestep

This commit is contained in:
Jeremiah Billmann
2013-07-01 21:45:21 -04:00
parent 9b7b0a9531
commit 415dceb524
3 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ $(function () {
ctxGameCanvas.clearRect(0, 0, gameCanvas.width, gameCanvas.height);
GarageServerIO.getPlayerStates(function (state) {
ctxGameCanvas.fillRect(state.x, state.y, 10, 10);
ctxGameCanvas.fillRect(state.x, state.y, 15, 15);
});
},