Arcade prop.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 23:51:15 +02:00
parent c07c0c0032
commit 5a09e91ca3
6 changed files with 51 additions and 7 deletions

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

File diff suppressed because one or more lines are too long