This commit is contained in:
Jeremiah Billmann
2013-07-14 14:52:59 -04:00
parent 0883042510
commit 9d364265e9
5 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ $(function () {
});
entityStates.forEach(function (entity) {
ctxCanvas.fillRect(entity.state.x, entity.state.y, 15, 15);
ctxCanvas.fillRect(entity.state.x, entity.state.y, 5, 5);
});
});
},