Proper drawdepths for items & clothing.
This commit is contained in:
parent
439b8d772f
commit
7fcd424c71
2 changed files with 3 additions and 5 deletions
|
|
@ -1,14 +1,10 @@
|
|||
- type: entity
|
||||
name: "Clothing"
|
||||
id: Clothing
|
||||
parent: BaseItem
|
||||
components:
|
||||
- type: Transform
|
||||
- type: Clothing
|
||||
Size: 5
|
||||
- type: Clickable
|
||||
- type: BoundingBox
|
||||
- type: Physics
|
||||
mass: 5
|
||||
|
||||
- type: entity
|
||||
parent: Clothing
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
- type: BoundingBox
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Sprite
|
||||
drawdepth: Items
|
||||
|
||||
- type: entity
|
||||
name: "Emergency Toolbox With Handle"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue