mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Added a slot for the wizard hand hero doll images.
This commit is contained in:
parent
b253eb9be8
commit
8318606457
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ _.extend ThangTypeSchema.properties,
|
||||||
head: { type: 'string', format: 'image-file', title: 'Head' }
|
head: { type: 'string', format: 'image-file', title: 'Head' }
|
||||||
hair: { type: 'string', format: 'image-file', title: 'Hair' }
|
hair: { type: 'string', format: 'image-file', title: 'Hair' }
|
||||||
thumb: { type: 'string', format: 'image-file', title: 'Thumb' }
|
thumb: { type: 'string', format: 'image-file', title: 'Thumb' }
|
||||||
|
wizardHand: { type: 'string', format: 'image-file', title: 'Wizard Hand' }
|
||||||
dollImages: c.object { title: 'Paper Doll Images' },
|
dollImages: c.object { title: 'Paper Doll Images' },
|
||||||
male: { type: 'string', format: 'image-file', title: ' Male' }
|
male: { type: 'string', format: 'image-file', title: ' Male' }
|
||||||
female: { type: 'string', format: 'image-file', title: ' Female' }
|
female: { type: 'string', format: 'image-file', title: ' Female' }
|
||||||
|
|
Loading…
Reference in a new issue