Gas mask sprite from Eris.

This commit is contained in:
Pieter-Jan Briers
2019-10-22 23:34:15 +02:00
parent 69796bf1bc
commit 50755a040b
7 changed files with 53 additions and 3 deletions

View File

@@ -14,9 +14,13 @@
description: Regulations require these to be stocked after the fourth coolant leak
components:
- type: Sprite
texture: Clothing/gasmask.png
sprite: Clothing/gas_mask.rsi
state: gas_mask
- type: Icon
texture: Clothing/gasmask.png
sprite: Clothing/gas_mask.rsi
state: gas_mask
- type: Clothing
sprite: Clothing/gas_mask.rsi
- type: entity
@@ -47,4 +51,4 @@
sprite: Clothing/mask_clown.rsi
state: icon
- type: Clothing
sprite: Clothing/mask_clown.rsi
sprite: Clothing/mask_clown.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

View File

@@ -0,0 +1,46 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9f4bd6e0d5e457b6a36f3c505a8194116a666d6f",
"states": [
{
"name": "gas_mask",
"directions": 1,
"delays": [ [ 1.0 ] ]
},
{
"name": "equipped-MASK",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B