Fixes some issues with icons in hydroponics

This commit is contained in:
Heroman
2021-12-10 04:49:11 +10:00
parent 21f62265ec
commit 55dbd70112
4 changed files with 3 additions and 3 deletions
@@ -5,11 +5,11 @@
ov_lowwater.plane = PLANE_LIGHTING_ABOVE
ov_lownutri = image(icon = icon, icon_state = "over_lownutri3")
ov_lownutri.plane = PLANE_LIGHTING_ABOVE
ov_harvest = image(icon = icon, icon_state = "over_alert3")
ov_harvest = image(icon = icon, icon_state = "over_harvest3")
ov_harvest.plane = PLANE_LIGHTING_ABOVE
ov_frozen = image(icon = icon, icon_state = "over_harvest3")
ov_frozen = image(icon = icon, icon_state = "over_frozen3")
ov_frozen.plane = PLANE_LIGHTING_ABOVE
ov_alert3 = image(icon = icon, icon_state = "over_frozen3")
ov_alert3 = image(icon = icon, icon_state = "over_alert3")
ov_alert3.plane = PLANE_LIGHTING_ABOVE
//Refreshes the icon and sets the luminosity
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB