added image mirroring, added translation
This commit is contained in:
parent
7c48ab41ce
commit
a809b48c0b
@ -14,3 +14,4 @@ Industrial with yellow line floor=Промышленный пол с желто
|
||||
Direction to the emergency exit down right=Направление к эвакуационному выходу направо вниз
|
||||
Direction to the emergency exit to the right up=Направление к эвакуационному выходу направо вверх
|
||||
Direction to the emergency exit left up=Направление к эвакуационному выходу налево вверх
|
||||
Direction to the emergency exit left down=Направление к эвакуационному выходу налево вниз
|
@ -224,7 +224,7 @@ minetest.register_node("plant_blocks:e05", {
|
||||
--plant_blocks:e06
|
||||
minetest.register_node("plant_blocks:e06", {
|
||||
description = S("Direction to the emergency exit left up"),
|
||||
inventory_image = "plant_blocks_e05.png",
|
||||
inventory_image = "plant_blocks_e05.png^[transform4",
|
||||
tiles = {
|
||||
"bg_green_sign.png",
|
||||
"bg_green_sign.png",
|
||||
@ -296,7 +296,7 @@ minetest.register_node("plant_blocks:e07", {
|
||||
--plant_blocks:e06
|
||||
minetest.register_node("plant_blocks:e08", {
|
||||
description = S("Direction to the emergency exit left down"),
|
||||
inventory_image = "plant_blocks_e05.png",
|
||||
inventory_image = "plant_blocks_e07.png^[transform4",
|
||||
tiles = {
|
||||
"bg_green_sign.png",
|
||||
"bg_green_sign.png",
|
||||
|
Loading…
Reference in New Issue
Block a user