add zigzag and forbidden area markings
This commit is contained in:
parent
2b69da0433
commit
6f6ba04512
@ -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"}
|
||||
}
|
||||
})
|
||||
|
BIN
textures/streets_forbidden.png
Normal file
BIN
textures/streets_forbidden.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 434 B |
BIN
textures/streets_forbidden_yellow.png
Normal file
BIN
textures/streets_forbidden_yellow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 387 B |
BIN
textures/streets_zigzag.png
Normal file
BIN
textures/streets_zigzag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 438 B |
BIN
textures/streets_zigzag_yellow.png
Normal file
BIN
textures/streets_zigzag_yellow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 B |
Loading…
x
Reference in New Issue
Block a user