[posila] [0.16.2] two_direction_only = false is ignored
Posted: Thu Dec 14, 2017 2:52 pm
Hi,
the two_direction_only = false seems to be irgnored for storage tanks.
Only north and south are displayed.
Greetings, steinio.
the two_direction_only = false seems to be irgnored for storage tanks.
Only north and south are displayed.
Code: Select all
two_direction_only = false,
pictures =
{
picture =
{
north =
{
filename = "__StoneWaterWell__/graphics/stone-waterwell.png",
priority = "extra-high",
shift = {0.3, 0.8},
width = 256,
height = 256
},
east =
{
filename = "__StoneWaterWell__/graphics/stone-waterwell.png",
priority = "extra-high",
shift = {0.3, 0.8},
x = 256,
width = 256,
height = 256
},
south =
{
filename = "__StoneWaterWell__/graphics/stone-waterwell.png",
priority = "extra-high",
shift = {0.3, 0.8},
x = 512,
width = 256,
height = 256
},
west =
{
filename = "__StoneWaterWell__/graphics/stone-waterwell.png",
priority = "extra-high",
shift = {0.3, 0.8},
x = 768,
width = 256,
height = 256
}
},