add zigzag and forbidden area markings

This commit is contained in:
webdesigner97 2016-03-01 23:00:15 +01:00
parent 2b69da0433
commit 6f6ba04512
5 changed files with 24 additions and 0 deletions

View File

@ -244,3 +244,27 @@ streets.register_road_marking({
{"dye:white", "?", "?"}
}
})
streets.register_road_marking({
suffix = "zizag",
friendly_suffix = "zigzag",
overlay = "streets_zigzag.png",
aka = {},
craft = {
{"dye:white", "?", "?"},
{"?", "dye:white", "?"},
{"?", "?", "dye:white"}
}
})
streets.register_road_marking({
suffix = "forbidden",
friendly_suffix = "forbidden area",
overlay = "streets_forbidden.png",
aka = {},
craft = {
{"dye:white", "?", "dye:white"},
{"?", "dye:white", "?"},
{"dye:white", "?", "dye:white"}
}
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

BIN
textures/streets_zigzag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B