Updated air scrubber and air vent sprites. (#34223)
* vents * slower animation * formatting fix * scrubber
@@ -1,34 +1,133 @@
|
||||
{
|
||||
"version":1,
|
||||
"size":{
|
||||
"x":32,
|
||||
"y":32
|
||||
},
|
||||
"license":"CC-BY-SA-3.0",
|
||||
"copyright":"Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da",
|
||||
"states":[
|
||||
{
|
||||
"name":"scrub_off",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name":"scrub_welded",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name":"scrub_on",
|
||||
"directions": 4,
|
||||
"delays": [[0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08], [0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08]]
|
||||
},
|
||||
{
|
||||
"name": "scrub_purge",
|
||||
"directions": 4,
|
||||
"delays": [[0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04]]
|
||||
},
|
||||
{
|
||||
"name": "scrub_wide",
|
||||
"directions": 4,
|
||||
"delays": [[0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04]]
|
||||
}
|
||||
]
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/32742/commits/44820f5b6e2c864a35bfad448e0a9437f01ad2e2",
|
||||
"states": [
|
||||
{
|
||||
"name": "scrub_off",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "scrub_welded",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "scrub_on",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
],
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
],
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
],
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scrub_purge",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06
|
||||
],
|
||||
[
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06
|
||||
],
|
||||
[
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06
|
||||
],
|
||||
[
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scrub_wide",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
],
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
],
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
],
|
||||
[
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10,
|
||||
0.10
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1002 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 6.5 KiB |
@@ -1,37 +1,103 @@
|
||||
{
|
||||
"version":1,
|
||||
"size":{
|
||||
"x":32,
|
||||
"y":32
|
||||
},
|
||||
"license":"CC-BY-SA-3.0",
|
||||
"copyright":"Taken from https://github.com/BeeStation/BeeStation-Hornet at commit 4ccd79de285e79e504308bcd6fa5908d6b7685f7",
|
||||
"states":[
|
||||
{
|
||||
"name":"vent_passive",
|
||||
"directions" : 4
|
||||
},
|
||||
{
|
||||
"name":"vent_off",
|
||||
"directions" : 4
|
||||
},
|
||||
{
|
||||
"name":"vent_welded",
|
||||
"directions" : 4
|
||||
},
|
||||
{
|
||||
"name":"vent_out",
|
||||
"directions" : 4,
|
||||
"delays":[ [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ] ]
|
||||
},
|
||||
{
|
||||
"name":"vent_in",
|
||||
"directions" : 4,
|
||||
"delays":[ [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ] ]
|
||||
},
|
||||
{
|
||||
"name":"vent_lockout",
|
||||
"directions" : 4
|
||||
}
|
||||
]
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/32742/commits/44820f5b6e2c864a35bfad448e0a9437f01ad2e2",
|
||||
"states": [
|
||||
{
|
||||
"name": "vent_passive",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "vent_off",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "vent_welded",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "vent_out",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
],
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
],
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
],
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vent_in",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
],
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
],
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
],
|
||||
[
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vent_lockout",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 853 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.8 KiB |