mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring
This commit is contained in:
commit
7c01f1c9c6
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ define([
|
||||||
"Game/Core/GameController",
|
"Game/Core/GameController",
|
||||||
"Game/Server/Physics/Engine",
|
"Game/Server/Physics/Engine",
|
||||||
"Game/Config/Settings",
|
"Game/Config/Settings",
|
||||||
"Chuck/Control/InputController",
|
"Game/Core/Control/InputController",
|
||||||
"RequestAnimationFrame",
|
"Lib/Unilities/RequestAnimFrame",
|
||||||
"NotificationCenter"
|
"Game/Server/NotificationCenter"
|
||||||
],
|
],
|
||||||
|
|
||||||
function(Parent, PhysicsEngine, Settings, InputController, requestAnimFrame, NotificationCenter) {
|
function(Parent, PhysicsEngine, Settings, InputController, requestAnimFrame, NotificationCenter) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue