mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed bug regarding #11
This commit is contained in:
parent
c8f5d9c820
commit
7df7e015c7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,13 +1,14 @@
|
||||||
var requires = [
|
var requires = [
|
||||||
"Chuck/Physics/Engine",
|
"Chuck/Physics/Engine",
|
||||||
"Chuck/Player",
|
"Chuck/Player",
|
||||||
|
"Chuck/Settings",
|
||||||
"Vendor/Box2D",
|
"Vendor/Box2D",
|
||||||
"Chuck/Loader/Level",
|
"Chuck/Loader/Level",
|
||||||
"Chuck/Control/InputController",
|
"Chuck/Control/InputController",
|
||||||
"RequestAnimationFrame"
|
"RequestAnimationFrame"
|
||||||
];
|
];
|
||||||
|
|
||||||
define(requires, function(PhysicsEngine, Player, Box2D, Level, InputController, requestAnimFrame){
|
define(requires, function(PhysicsEngine, Settings, Player, Box2D, Level, InputController, requestAnimFrame){
|
||||||
|
|
||||||
function ServerProcessor (serverGame) {
|
function ServerProcessor (serverGame) {
|
||||||
this.serverGame = serverGame;
|
this.serverGame = serverGame;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue