Merge pull request #11997 from Heroman3003/hydro-icon-fixes

Fixes some issues with icons in hydroponics
This commit is contained in:
Casey
2021-12-11 03:45:13 +00:00
committed by Chompstation Bot
parent 4e6cfa7f72
commit ab7e21e51c
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