mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
context awarenes in Core
This commit is contained in:
parent
b82b02d4ab
commit
c1a4f16cc4
14 changed files with 50 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
define([
|
||||
"Game/Config/Settings",
|
||||
"Lib/Vendor/Box2D",
|
||||
"Game/Core/Collision/Detector"
|
||||
"Game/" + GLOBALS.context + "/Collision/Detector"
|
||||
],
|
||||
|
||||
function (Settings, Box2D, CollisionDetector) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue