mirror of
https://github.com/veden/Rampant.git
synced 2025-01-05 22:53:24 +02:00
51 lines
1.3 KiB
Lua
51 lines
1.3 KiB
Lua
data:extend({
|
|
{
|
|
type = "tile",
|
|
name = "fillableDirt",
|
|
needs_correction = false,
|
|
collision_mask =
|
|
{
|
|
"water-tile",
|
|
},
|
|
layer = 40,
|
|
variants =
|
|
{
|
|
main =
|
|
{
|
|
{
|
|
picture = "__Rampant__/graphics/tiles/fillableDirt/dirt1.png",
|
|
count = 8,
|
|
size = 1
|
|
}
|
|
,
|
|
{
|
|
picture = "__Rampant__/graphics/tiles/fillableDirt/dirt2.png",
|
|
count = 8,
|
|
size = 2
|
|
},
|
|
{
|
|
picture = "__Rampant__/graphics/tiles/fillableDirt/dirt4.png",
|
|
count = 6,
|
|
size = 4
|
|
}
|
|
},
|
|
inner_corner =
|
|
{
|
|
picture = "__Rampant__/graphics/tiles/fillableDirt/dirt-inner-corner.png",
|
|
count = 6
|
|
},
|
|
outer_corner =
|
|
{
|
|
picture = "__Rampant__/graphics/tiles/fillableDirt/dirt-outer-corner.png",
|
|
count = 6
|
|
},
|
|
side =
|
|
{
|
|
picture = "__Rampant__/graphics/tiles/fillableDirt/dirt-side.png",
|
|
count = 8
|
|
}
|
|
},
|
|
map_color={r=0.4196, g=0.3294, b=0.2196},
|
|
ageing=0
|
|
}
|
|
}) |