Change minimap representation for vanilla locomotive

This commit is contained in:
Simon Brodtmann 2025-06-10 10:06:45 +02:00
parent d036653321
commit 274150e1ec
5 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -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"], {