mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Made core for constants more awesome.
This commit is contained in:
parent
50770509b5
commit
ceafcc628c
1 changed files with 7 additions and 13 deletions
|
|
@ -1,6 +1,4 @@
|
|||
define(function() {
|
||||
|
||||
var Constants = {
|
||||
define({
|
||||
COLLISION_IDENTIFIER_PLAYER: 'player',
|
||||
COLLISION_IDENTIFIER_PLAYER_HEAD: 'head',
|
||||
COLLISION_IDENTIFIER_PLAYER_CHEST: 'chest',
|
||||
|
|
@ -8,8 +6,4 @@ define(function() {
|
|||
COLLISION_IDENTIFIER_PLAYER_FOOT_SENSOR: 'footsensor',
|
||||
|
||||
COLLISION_IDENTIFIER_TILE: 'tile'
|
||||
}
|
||||
|
||||
return Constants;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue