Change minimap representation for vanilla locomotive
This commit is contained in:
parent
d036653321
commit
274150e1ec
5 changed files with 7 additions and 1 deletions
BIN
sources/graphics/locomotive-minimap-representation.afphoto
Normal file
BIN
sources/graphics/locomotive-minimap-representation.afphoto
Normal file
Binary file not shown.
Binary file not shown.
BIN
train-overhaul/graphics/locomotive-minimap-representation.png
Normal file
BIN
train-overhaul/graphics/locomotive-minimap-representation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -8,7 +8,13 @@ table.merge(data.raw["locomotive"]["locomotive"], {
|
|||
max_power = "1150kW",
|
||||
max_speed = 1.25,
|
||||
friction_force = 0.50,
|
||||
braking_force = 15
|
||||
braking_force = 15,
|
||||
minimap_representation = {
|
||||
filename = "__train-overhaul__/graphics/locomotive-minimap-representation.png"
|
||||
},
|
||||
selected_minimap_representation = {
|
||||
filename = "__train-overhaul__/graphics/locomotive-selected-minimap-representation.png"
|
||||
}
|
||||
})
|
||||
|
||||
table.merge(data.raw["cargo-wagon"]["black-cargo-wagon"], {
|
||||
|
|
Loading…
Add table
Reference in a new issue