@petkoneo/phaser3-rex-plugins
Version:
29 lines (26 loc) • 358 B
JavaScript
var TimeTagKeys = {
d: 'tagD',
w: 'tagW',
m: 'tagM',
y: 'tagY',
a: 'tagA'
}
var ScoreKeys = {
d: 'scoreD',
w: 'scoreW',
m: 'scoreM',
y: 'scoreY',
a: 'scoreA'
}
var FullTimeName = {
d: 'day',
w: 'week',
m: 'month',
y: 'year',
a: 'all'
}
export {
TimeTagKeys,
ScoreKeys,
FullTimeName
}