mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
checked paths for inheritance in client
This commit is contained in:
parent
d8933dc9d3
commit
907ef49a53
8 changed files with 33 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
define([
|
||||
"Lib/Vendor/Box2D",
|
||||
"Game/Core/GameController",
|
||||
"Lib/Vendor/Box2D",
|
||||
"Game/Client/Physics/Engine",
|
||||
"Game/Client/View/ViewController",
|
||||
"Game/Client/Control/PlayerController",
|
||||
|
|
@ -10,7 +10,7 @@ define([
|
|||
"Lib/Vendor/Stats"
|
||||
],
|
||||
|
||||
function (Box2D, Parent, PhysicsEngine, ViewController, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats) {
|
||||
function (Parent, Box2D, PhysicsEngine, ViewController, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats) {
|
||||
|
||||
function GameController () {
|
||||
this.viewController = new ViewController();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue