Adds directionals for arcade machines (#7143)
@@ -15,6 +15,7 @@
|
|||||||
color: "#3db83b"
|
color: "#3db83b"
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Machines/arcade.rsi
|
sprite: Structures/Machines/arcade.rsi
|
||||||
|
noRot: true
|
||||||
layers:
|
layers:
|
||||||
- state: arcade
|
- state: arcade
|
||||||
map: ["enum.ComputerVisualizer+Layers.Body"]
|
map: ["enum.ComputerVisualizer+Layers.Body"]
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 1010 B After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 6.0 KiB |
@@ -9,25 +9,15 @@
|
|||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "arcade",
|
"name": "arcade",
|
||||||
"directions": 1,
|
"directions": 4
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "arcade_broken",
|
"name": "arcade_broken",
|
||||||
"directions": 1,
|
"directions": 4
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "invaders",
|
"name": "invaders",
|
||||||
"directions": 1,
|
"directions": 4,
|
||||||
"delays": [
|
"delays": [
|
||||||
[
|
[
|
||||||
0.3,
|
0.3,
|
||||||
@@ -36,12 +26,21 @@
|
|||||||
0.3,
|
0.3,
|
||||||
0.3,
|
0.3,
|
||||||
0.3
|
0.3
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "blockgame",
|
"name": "blockgame",
|
||||||
"directions": 1,
|
"directions": 4,
|
||||||
"delays": [
|
"delays": [
|
||||||
[
|
[
|
||||||
0.2,
|
0.2,
|
||||||
@@ -69,6 +68,15 @@
|
|||||||
0.1,
|
0.1,
|
||||||
0.1,
|
0.1,
|
||||||
0.5
|
0.5
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
0
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||