mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added stats + ping, fixed box2d step size
This commit is contained in:
parent
ffb7db528a
commit
b4ef1203b1
8 changed files with 63 additions and 16 deletions
|
|
@ -7,10 +7,11 @@ var inspector = {};
|
|||
|
||||
requirejs([
|
||||
"Game/Client/Networker",
|
||||
"Lib/Vendor/SocketIO"
|
||||
"Lib/Vendor/SocketIO",
|
||||
"Game/Config/Settings"
|
||||
],
|
||||
|
||||
function (Networker, SocketIO) {
|
||||
function (Networker, SocketIO, Settings) {
|
||||
|
||||
var options = {
|
||||
"reconnect": false,
|
||||
|
|
@ -27,4 +28,5 @@ function (Networker, SocketIO) {
|
|||
var networker = new Networker(socket);
|
||||
|
||||
inspector.networker = networker;
|
||||
inspector.settings = Settings;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue