Cigarette packs now use StackVisualizer's sprite specifier (#3530)

This commit is contained in:
Swept
2021-03-07 19:20:00 +00:00
committed by GitHub
parent 4e07b183f4
commit c9c9d8bdeb
30 changed files with 30 additions and 72 deletions

View File

@@ -19,6 +19,7 @@
- type: BagOpenCloseVisualizer - type: BagOpenCloseVisualizer
openIcon: open openIcon: open
- type: StackVisualizer - type: StackVisualizer
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi
composite: true composite: true
stackLayers: stackLayers:
- cig1 - cig1

View File

@@ -7,24 +7,6 @@
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "cig1"
},
{
"name": "cig2"
},
{
"name": "cig3"
},
{
"name": "cig4"
},
{
"name": "cig5"
},
{
"name": "cig6"
},
{ {
"name": "closed" "name": "closed"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

View File

@@ -7,24 +7,6 @@
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "cig1"
},
{
"name": "cig2"
},
{
"name": "cig3"
},
{
"name": "cig4"
},
{
"name": "cig5"
},
{
"name": "cig6"
},
{ {
"name": "closed" "name": "closed"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

View File

@@ -7,24 +7,6 @@
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "cig1"
},
{
"name": "cig2"
},
{
"name": "cig3"
},
{
"name": "cig4"
},
{
"name": "cig5"
},
{
"name": "cig6"
},
{ {
"name": "closed" "name": "closed"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 B

View File

@@ -7,24 +7,6 @@
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "cig1"
},
{
"name": "cig2"
},
{
"name": "cig3"
},
{
"name": "cig4"
},
{
"name": "cig5"
},
{
"name": "cig6"
},
{ {
"name": "closed" "name": "closed"
}, },

View File

@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/f18aa05685f13c8b424867e4219a1e727019c026",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "cig1"
},
{
"name": "cig2"
},
{
"name": "cig3"
},
{
"name": "cig4"
},
{
"name": "cig5"
},
{
"name": "cig6"
}
]
}