Moved interpolation & prediction options to server.

This commit is contained in:
Jeremiah Billmann
2013-07-05 14:56:56 -04:00
parent 5991f725d9
commit e5fe1487ff
4 changed files with 27 additions and 23 deletions
+2
View File
@@ -47,5 +47,7 @@ sockets.set('log level', 0);
garageServer.createGarageServer(sockets,{
logging: true,
interpolation: true,
clientSidePrediction: true,
onUpdatePlayerPhysics: gamePhysics.onUpdatePlayerPhysics
});