Jazzed up and added fork me ribbon

This commit is contained in:
Jeremiah Billmann
2013-08-02 22:28:29 -04:00
parent ce024503d2
commit 5262f538af
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@ $(function () {
//Render Loop
function () {
ctxCanvas.clearRect(0, 0, canvas.width, canvas.height);
ctxCanvas.font = "40pt Helvetica";
ctxCanvas.fillText('GarageServer.IO Demo', 10, canvas.height - 50);
ctxCanvas.fillStyle = 'white';
var playerStates = GarageServerIO.getPlayerStates(),
entityStates = GarageServerIO.getEntityStates();