mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-24 07:13:44 +01:00
Added big sign for stations
This commit is contained in:
parent
d89b63e1b7
commit
6e0608f302
@ -39,6 +39,25 @@ local models = {
|
||||
inventory_image = "signs_road_blue.png",
|
||||
},
|
||||
},
|
||||
large_street_sign = {
|
||||
depth = 1/16,
|
||||
width = 64/16,
|
||||
height = 12/16,
|
||||
entity_fields = {
|
||||
resolution = { x = 30, y = 20 },
|
||||
maxlines = 1,
|
||||
color = "#000",
|
||||
},
|
||||
node_fields = {
|
||||
visual_scale = 1,
|
||||
description = S("Large banner"),
|
||||
tiles = { "signs_road_sides.png", "signs_road_sides.png",
|
||||
"signs_road_sides.png", "signs_road_sides.png",
|
||||
"signs_road_sides.png", "station_sign.png" },
|
||||
inventory_image = "signs_road_white.png",
|
||||
},
|
||||
},
|
||||
|
||||
red_street_sign = {
|
||||
depth = 1/16,
|
||||
width = 1,
|
||||
|
BIN
signs_road/textures/station_sign.png
Normal file
BIN
signs_road/textures/station_sign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 168 B |
Loading…
Reference in New Issue
Block a user