mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Upgraded to Socket.IO v1.1
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
"dependencies": {
|
||||
"express": "3.1.0",
|
||||
"jade": "*",
|
||||
"socket.io": "0.9.14"
|
||||
"socket.io": "1.1.0"
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ $(function () {
|
||||
|
||||
window.addEventListener('resize', resizeCanvas, false);
|
||||
|
||||
GarageServerIO.initializeGarageServer('http://garageserver_io.jbillmann.c9.io', {
|
||||
GarageServerIO.initializeGarageServer('https://garageserver_io-c9-jbillmann.c9.io', {
|
||||
logging: true,
|
||||
onReady: startGame,
|
||||
onUpdatePlayerPrediction: GamePhysics.getNewPlayerState,
|
||||
|
||||
Reference in New Issue
Block a user