feat(customize): new hairstyles

This commit is contained in:
Sabe Jones
2016-11-14 22:26:14 +00:00
parent 8c4f35daf4
commit 55a15f938c
10 changed files with 364 additions and 2 deletions

View File

@@ -395,6 +395,7 @@ let schema = new Schema({
beard: {type: Number, default: 0},
mustache: {type: Number, default: 0},
flower: {type: Number, default: 1},
topHair: {type: Number, default: 0},
},
hideHeader: {type: Boolean, default: false},
skin: {type: String, default: '915533'},