Files
habitica/website/common/script/content/gear/body.js
Sabe Jones 9bfbeaf93e Armoire and Backgrounds December 2017 (#9659)
* feat(content): Armoire and Backgrounds 2017/12

* chore(sprites): compile

* chore(news): Bailey
2017-12-05 13:25:52 -06:00

15 lines
334 B
JavaScript

import {body as baseBody} from './sets/base';
import {body as mysteryBody} from './sets/mystery';
import {body as specialBody} from './sets/special';
import {body as armoireBody} from './sets/armoire';
let body = {
base: baseBody,
mystery: mysteryBody,
special: specialBody,
armoire: armoireBody,
};
module.exports = body;