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();
+2
View File
@@ -1,4 +1,6 @@
extends layout
block content
a(href='https://github.com/jbillmann/GarageServer.IO')
img(style='position: absolute; top: 0; right: 0; border: 0;', src='https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png')
canvas#gameCanvas