context awarenes in Core

This commit is contained in:
Jeena 2013-12-09 17:35:29 +01:00
parent b82b02d4ab
commit c1a4f16cc4
14 changed files with 50 additions and 14 deletions

View file

@ -1,7 +1,7 @@
define([
"Game/Core/Physics/Engine",
"Game/Core/Loader/Level",
"Game/Core/Player"
"Game/" + GLOBALS.context + "/Physics/Engine",
"Game/" + GLOBALS.context + "/Loader/Level",
"Game/" + GLOBALS.context + "/Player"
],
function (Engine, Level, Player) {