mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Added back doll image buckets.
This commit is contained in:
parent
7f97a3b91e
commit
8c7e62b9bd
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ _.extend ThangTypeSchema.properties,
|
||||||
maleRangerThumb: { type: 'string', format: 'image-file', title: 'Thumb (Male Ranger)' }
|
maleRangerThumb: { type: 'string', format: 'image-file', title: 'Thumb (Male Ranger)' }
|
||||||
femaleRanger: { type: 'string', format: 'image-file', title: 'Glove (Female Ranger)' }
|
femaleRanger: { type: 'string', format: 'image-file', title: 'Glove (Female Ranger)' }
|
||||||
femaleRangeThumbr: { type: 'string', format: 'image-file', title: 'Thumb (Female Ranger)' }
|
femaleRangeThumbr: { type: 'string', format: 'image-file', title: 'Thumb (Female Ranger)' }
|
||||||
|
maleBack: { type: 'string', format: 'image-file', title: ' Male Back' }
|
||||||
|
femaleBack: { type: 'string', format: 'image-file', title: ' Female Back' }
|
||||||
colorGroups: c.object
|
colorGroups: c.object
|
||||||
title: 'Color Groups'
|
title: 'Color Groups'
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
Loading…
Reference in a new issue