Add visualizer to hot coffee and tea (#11211)
@@ -176,6 +176,14 @@
|
|||||||
maxVol: 20
|
maxVol: 20
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/hot_coffee.rsi
|
sprite: Objects/Consumable/Drinks/hot_coffee.rsi
|
||||||
|
layers:
|
||||||
|
- state: icon-0
|
||||||
|
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
state: icon-4
|
||||||
|
- type: Appearance
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 4
|
||||||
|
fillBaseName: icon-
|
||||||
- type: TrashOnEmpty
|
- type: TrashOnEmpty
|
||||||
solution: drink
|
solution: drink
|
||||||
|
|
||||||
@@ -194,7 +202,14 @@
|
|||||||
maxVol: 20
|
maxVol: 20
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/teacup.rsi
|
sprite: Objects/Consumable/Drinks/teacup.rsi
|
||||||
state: icon-1
|
layers:
|
||||||
|
- state: icon-0
|
||||||
|
- map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
|
state: icon-4
|
||||||
|
- type: Appearance
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 4
|
||||||
|
fillBaseName: icon-
|
||||||
- type: TrashOnEmpty
|
- type: TrashOnEmpty
|
||||||
solution: drink
|
solution: drink
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 318 B |
|
After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 307 B |
@@ -1 +1,25 @@
|
|||||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi", "states": [{"name": "icon"}]}
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
|
||||||
|
"states": [{
|
||||||
|
"name": "icon-0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-4"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 161 B |
|
After Width: | Height: | Size: 164 B |
@@ -12,6 +12,15 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "icon-1"
|
"name": "icon-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-4"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||