added image mirroring, added translation

This commit is contained in:
Vitaliy Olkhin 2024-01-25 14:29:11 +05:00
parent 7c48ab41ce
commit a809b48c0b
2 changed files with 3 additions and 2 deletions

View File

@ -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=Направление к эвакуационному выходу налево вниз

View File

@ -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",