feat: Add wheelchair to avatar customization

This commit is contained in:
Nick Bunn
2016-02-29 20:14:04 -06:00
committed by Blade Barringer
parent 01a7132b0b
commit 0f9cf57613
32 changed files with 11123 additions and 11092 deletions

View File

@@ -3,6 +3,7 @@ import shirts from './shirt.js';
import skins from './skin.js';
import sizes from './size.js';
import backgrounds from './backgrounds.js';
import chairs from './chair.js';
import {forOwn, clone} from 'lodash';
let reorderedBgs = {};
@@ -25,6 +26,7 @@ let appearances = {
shirt: shirts,
size: sizes,
skin: skins,
chair: chairs,
background: reorderedBgs,
};