Line signs are no longer upside down on the back
This commit is contained in:
parent
5288279aba
commit
f736a7d877
5
init.lua
5
init.lua
@ -68,7 +68,10 @@ end
|
|||||||
for count = 0, 10, 1 do
|
for count = 0, 10, 1 do
|
||||||
minetest.register_node("trainblocks:line" .. count, {
|
minetest.register_node("trainblocks:line" .. count, {
|
||||||
description = S("Line sign @1", count),
|
description = S("Line sign @1", count),
|
||||||
tiles = { "front_line" .. count .. ".png" },
|
tiles = {
|
||||||
|
"front_line" .. count .. ".png",
|
||||||
|
"front_line" .. count .. ".png^[transformR180",
|
||||||
|
},
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
legacy_wallmounted = true,
|
legacy_wallmounted = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user