Added new button image for BLOCKED state.

Warning image (black exclamation mark on yellow field) added and
used for BLOCKED state. Player can now see the difference between
BLOCKED and FAULT states while accessing machine panel (formspec).

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2019-02-07 10:51:45 +01:00
parent 383bd8ab6c
commit 54abd7bf55
2 changed files with 2 additions and 2 deletions

@ -30,7 +30,7 @@ tubelib.StatesImg = {
"tubelib_inv_button_on.png",
"tubelib_inv_button_standby.png",
"tubelib_inv_button_error.png",
"tubelib_inv_button_error.png",
"tubelib_inv_button_warning.png",
"tubelib_inv_button_off.png",
}
@ -86,4 +86,4 @@ function tubelib.statestring(running)
else
return "fault"
end
end
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B