add basic arrows

fork-master
webdesigner97 2016-03-01 10:38:43 +01:00
parent ddebdafaaf
commit 6541fb1e22
7 changed files with 36 additions and 0 deletions

View File

@ -148,3 +148,39 @@ streets.register_road_marking({
{"?", "?", "?"}
}
})
streets.register_road_marking({
suffix = "arrow_straight",
friendly_suffix = "arrow straight on",
overlay = "streets_arrow_straight.png",
aka = {},
craft = {
{"?", "?", "?"},
{"?", "dye:white", "?"},
{"?", "dye:white", "?"}
}
})
streets.register_road_marking({
suffix = "arrow_left",
friendly_suffix = "arrow left",
overlay = "streets_arrow_left.png",
aka = {},
craft = {
{"?", "?", "?"},
{"dye:white", "dye:white", "?"},
{"?", "dye:white", "?"}
}
})
streets.register_road_marking({
suffix = "arrow_right",
friendly_suffix = "arrow right",
overlay = "streets_arrow_right.png",
aka = {},
craft = {
{"?", "?", "?"},
{"?", "dye:white", "dye:white"},
{"?", "dye:white", "?"}
}
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B