Doors! (#12)
* Doors WiP * Kinda seem to work now? * Finished * Oh yeah maybe enable that. * It works except it doesn't * Undo formatting changes * BuildChecker too
This commit is contained in:
committed by
GitHub
parent
ec3e7968a6
commit
7f196fc415
@@ -7,6 +7,9 @@
|
||||
sprite: player_shoes
|
||||
notWornSprite: shoes
|
||||
|
||||
- type: Icon
|
||||
icon: shoes
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: JanitorUniformItem
|
||||
@@ -15,3 +18,6 @@
|
||||
- type: WearableAnimatedSprite
|
||||
sprite: player_jumpsuit_gray
|
||||
notWornSprite: janitorsuit
|
||||
|
||||
- type: Icon
|
||||
icon: janitorsuit
|
||||
|
||||
25
Resources/Prototypes/Entities/Door.yml
Normal file
25
Resources/Prototypes/Entities/Door.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
- type: entity
|
||||
id: DoorContent
|
||||
name: Actual door
|
||||
components:
|
||||
- type: Transform
|
||||
- type: Clickable
|
||||
- type: Interactable
|
||||
- type: Sprite
|
||||
drawdepth: FloorPlaceable
|
||||
sprites:
|
||||
- door_ew
|
||||
- door_ewo
|
||||
|
||||
- type: Icon
|
||||
icon: door_ew
|
||||
|
||||
- type: BoundingBox
|
||||
sizeX: 1.9
|
||||
offsetY: 1.5
|
||||
- type: Collidable
|
||||
- type: Door
|
||||
|
||||
placement:
|
||||
snap:
|
||||
- Wall
|
||||
Reference in New Issue
Block a user