mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-04 17:20:40 +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();
|
||||
|
||||
Reference in New Issue
Block a user