Bar signs implemented.
This commit is contained in:
25
Resources/Prototypes/Entities/Buildings/barSign.yml
Normal file
25
Resources/Prototypes/Entities/Buildings/barSign.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
- type: entity
|
||||
id: BarSign
|
||||
name: bar sign
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: Sprite
|
||||
drawdepth: WallTops
|
||||
sprite: Buildings/barsign.rsi
|
||||
state: empty
|
||||
- type: Icon
|
||||
sprite: Buildings/barsign.rsi
|
||||
state: empty
|
||||
- type: PowerDevice
|
||||
- type: BarSign
|
||||
|
||||
|
||||
- type: entity
|
||||
id: BarSignMalteseFalcon
|
||||
name: Maltese Falcon
|
||||
parent: BarSign
|
||||
components:
|
||||
- type: BarSign
|
||||
current: MalteseFalcon
|
||||
Reference in New Issue
Block a user