Made core for constants more awesome.

This commit is contained in:
Tobias Tom 2012-07-19 12:06:24 +03:00
parent 50770509b5
commit ceafcc628c

View file

@ -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;
});