mirror of
https://github.com/joe7575/techpack.git
synced 2025-02-16 18:02:25 +01:00
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:
@ -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
|
||||
|
BIN
tubelib/textures/tubelib_inv_button_warning.png
Normal file
BIN
tubelib/textures/tubelib_inv_button_warning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 B |
Reference in New Issue
Block a user