Add fill level visuals for water bottle in-hand sprites (#24708)
Fill level visuals for water bottle inhands
This commit is contained in:
@@ -526,6 +526,8 @@
|
|||||||
- type: SolutionContainerVisuals
|
- type: SolutionContainerVisuals
|
||||||
maxFillLevels: 5
|
maxFillLevels: 5
|
||||||
fillBaseName: icon-
|
fillBaseName: icon-
|
||||||
|
inHandsMaxFillLevels: 2
|
||||||
|
inHandsFillBaseName: -fill-
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkWaterBottleFull
|
parent: DrinkWaterBottleFull
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 158 B |
Binary file not shown.
|
After Width: | Height: | Size: 181 B |
Binary file not shown.
|
After Width: | Height: | Size: 169 B |
Binary file not shown.
|
After Width: | Height: | Size: 186 B |
@@ -29,11 +29,27 @@
|
|||||||
{
|
{
|
||||||
"name": "inhand-left",
|
"name": "inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left-fill-1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left-fill-2",
|
||||||
|
"directions": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "inhand-right",
|
"name": "inhand-right",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right-fill-1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right-fill-2",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user