mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Jazzed up and added fork me ribbon
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user