mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
17 lines
No EOL
292 B
JavaScript
17 lines
No EOL
292 B
JavaScript
define(function() {
|
|
|
|
function Detector() {
|
|
}
|
|
|
|
Detector.IDENTIFIER = {
|
|
TILE: "tile",
|
|
PLAYER: "player",
|
|
PLAYER_HEAD: 'head',
|
|
PLAYER_CHEST: 'chest',
|
|
PLAYER_LEGS: 'legs',
|
|
PLAYER_FOOT_SENSOR: 'footsensor'
|
|
}
|
|
|
|
return Detector;
|
|
|
|
}); |