diff --git a/app/Game/Core/Collision/Detector.js b/app/Game/Core/Collision/Detector.js index e69de29..de5bd8d 100644 --- a/app/Game/Core/Collision/Detector.js +++ b/app/Game/Core/Collision/Detector.js @@ -0,0 +1,14 @@ +define(function() { + + function Detector() { + } + + Detecotr.COLLISION_IDENTIFIER_TILE = "tile"; + + Detector.prototype.name = function(arguments){ + return null; + } + + return Detector; + +}); \ No newline at end of file