Fix clothing.yml prototypes.
This commit is contained in:
parent
3601245d6f
commit
b6eb825c5c
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
parent: BaseItem
|
||||
id: ShoesItem
|
||||
name: Shoes
|
||||
components:
|
||||
- type: WearableAnimatedSprite
|
||||
sprite: player_shoes
|
||||
notWornSprite: shoes
|
||||
|
|
@ -10,6 +11,7 @@
|
|||
parent: BaseItem
|
||||
id: JanitorUniformItem
|
||||
name: Janitor Jumpsuit
|
||||
components:
|
||||
- type: WearableAnimatedSprite
|
||||
sprite: player_jumpsuit_gray
|
||||
notWornSprite: janitorsuit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue