Arcade prop.
This commit is contained in:
24
Resources/Prototypes/Entities/Buildings/computers/arcade.yml
Normal file
24
Resources/Prototypes/Entities/Buildings/computers/arcade.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
- type: entity
|
||||
id: Arcade
|
||||
name: arcade
|
||||
parent: ComputerBase
|
||||
components:
|
||||
- type: Icon
|
||||
state: arcade
|
||||
- type: PowerDevice
|
||||
priority: Low
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: arcade
|
||||
map: ["enum.ComputerVisualizer2D+Layers.Body"]
|
||||
- state: invaders
|
||||
shader: unshaded
|
||||
map: ["enum.ComputerVisualizer2D+Layers.Screen"]
|
||||
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: ComputerVisualizer2D
|
||||
screen: invaders
|
||||
key: ""
|
||||
body: arcade
|
||||
bodyBroken: arcade
|
||||
Reference in New Issue
Block a user