mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Added a constant
This commit is contained in:
parent
ae09efa381
commit
9c49eccab4
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
||||||
|
define(function() {
|
||||||
|
|
||||||
|
function Detector() {
|
||||||
|
}
|
||||||
|
|
||||||
|
Detecotr.COLLISION_IDENTIFIER_TILE = "tile";
|
||||||
|
|
||||||
|
Detector.prototype.name = function(arguments){
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Detector;
|
||||||
|
|
||||||
|
});
|
||||||
Loading…
Add table
Add a link
Reference in a new issue