mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +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 = [
|
||||
"Chuck/Physics/Engine",
|
||||
"Chuck/Player",
|
||||
"Chuck/Settings",
|
||||
"Vendor/Box2D",
|
||||
"Chuck/Loader/Level",
|
||||
"Chuck/Control/InputController",
|
||||
"RequestAnimationFrame"
|
||||
];
|
||||
|
||||
define(requires, function(PhysicsEngine, Player, Box2D, Level, InputController, requestAnimFrame){
|
||||
define(requires, function(PhysicsEngine, Settings, Player, Box2D, Level, InputController, requestAnimFrame){
|
||||
|
||||
function ServerProcessor (serverGame) {
|
||||
this.serverGame = serverGame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue