Adds directionals for arcade machines (#7143)

This commit is contained in:
Mith-randalf
2022-03-16 21:30:05 +00:00
committed by GitHub
parent 5c33e95cea
commit 38011eda11
6 changed files with 23 additions and 14 deletions

View File

@@ -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"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1010 B

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -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
] ]
] ]
} }