Add fill level visuals for water bottle in-hand sprites (#24708)

Fill level visuals for water bottle inhands
This commit is contained in:
Tayrtahn
2024-01-29 18:19:55 -05:00
committed by GitHub
parent f661e8f486
commit cebb20d535
6 changed files with 19 additions and 1 deletions

View File

@@ -526,6 +526,8 @@
- type: SolutionContainerVisuals
maxFillLevels: 5
fillBaseName: icon-
inHandsMaxFillLevels: 2
inHandsFillBaseName: -fill-
- type: entity
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

View File

@@ -29,11 +29,27 @@
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-left-fill-1",
"directions": 4
},
{
"name": "inhand-left-fill-2",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-right-fill-1",
"directions": 4
},
{
"name": "inhand-right-fill-2",
"directions": 4
}
],
"version": 1
}
}