Added big sign for stations

This commit is contained in:
Gabriel Pérez-Cerezo 2017-12-01 12:12:25 +01:00
parent d89b63e1b7
commit 6e0608f302
No known key found for this signature in database
GPG Key ID: 90422B01A46D0B3E
2 changed files with 19 additions and 0 deletions

View File

@ -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,

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B