all the gauges for uismelter

This commit is contained in:
minjaesong
2024-01-30 01:37:03 +09:00
parent a027506ad2
commit 9fa28760fa
4 changed files with 83 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ class FixtureSmelterBasic : FixtureBase, CraftingStation {
var fuelCaloriesNow = 0f
var fuelCaloriesMax: Float? = null
var temperature = 0f // 0f..1f
var progress = 0f
var progress = 0f // 0f..1f
var oreItem: InventoryPair? = null
var fireboxItem: InventoryPair? = null