mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 15:23:43 +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:
parent
383bd8ab6c
commit
54abd7bf55
@ -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 |
Loading…
Reference in New Issue
Block a user