UNPKG

phaser4-rex-plugins

Version:
26 lines (23 loc) 337 B
var TimeTagKeys = { d: 'tagD', w: 'tagW', m: 'tagM', y: 'tagY' } var ScoreKeys = { d: 'scoreD', w: 'scoreW', m: 'scoreM', y: 'scoreY' } var FullTimeName = { d: 'day', w: 'week', m: 'month', y: 'year' } export { TimeTagKeys, ScoreKeys, FullTimeName }