Line signs are no longer upside down on the back

This commit is contained in:
1F616EMO 2024-08-22 16:33:42 +08:00
parent 5288279aba
commit f736a7d877
No known key found for this signature in database
GPG Key ID: EF52EFA8E05859B2

View File

@ -68,7 +68,10 @@ end
for count = 0, 10, 1 do
minetest.register_node("trainblocks:line" .. count, {
description = S("Line sign @1", count),
tiles = { "front_line" .. count .. ".png" },
tiles = {
"front_line" .. count .. ".png",
"front_line" .. count .. ".png^[transformR180",
},
drawtype = "nodebox",
paramtype2 = "wallmounted",
legacy_wallmounted = true,