mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Armoire and Backgrounds December 2017 (#9659)
* feat(content): Armoire and Backgrounds 2017/12 * chore(sprites): compile * chore(news): Bailey
This commit is contained in:
@@ -2,12 +2,13 @@ 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user