Skip to content

Commit

Permalink
Added purchase sprites for variant group headers
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 5, 2024
1 parent edd5aff commit 7b705fe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/sortpurchase.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ sort(FEAT_TRAINS, [
item_BluePullman_8Car, // Don't really belong anywhere but after the IC225 and before the DMUs seems to fit
item_BR121,
item_BR139,
header_Pacer,
item_BR140,
item_BR141,
item_BR142,
item_BR143,
header_Sprinter,
item_BR150,
item_BR150_1,
item_BR150_2,
Expand All @@ -80,6 +82,7 @@ sort(FEAT_TRAINS, [
item_BR165_1_2,
item_BR165_1_3,
item_BR166,
header_Turbostar,
item_BR168,
item_BR168_3,
item_BR168_4,
Expand Down
2 changes: 1 addition & 1 deletion src/trains/variantheaders/Aventra_Header.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ item (FEAT_TRAINS, header_Aventra, 10013) {
power: 1;
}
graphics {
purchase: spriteset_LU1967_Purchase;
purchase: spriteset_br_345_purchase;
}
}
2 changes: 1 addition & 1 deletion src/trains/variantheaders/Electrostar_Header.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ item (FEAT_TRAINS, header_Electrostar, 10012) {
power: 1;
}
graphics {
purchase: spriteset_LU1967_Purchase;
purchase: spriteset_BR378_Purchase;
}
}
2 changes: 1 addition & 1 deletion src/trains/variantheaders/IEP_Header.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ item (FEAT_TRAINS, header_IEP, 10014) {
power: 1;
}
graphics {
purchase: spriteset_LU1967_Purchase;
purchase: spriteset_BR800_purchase;
}
}
2 changes: 1 addition & 1 deletion src/trains/variantheaders/Sprinter_Header.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ item (FEAT_TRAINS, header_Sprinter, 10009) {
power: 1;
}
graphics {
purchase: spriteset_LU1967_Purchase;
purchase: spriteset_BR158_3_Purchase;
}
}
2 changes: 1 addition & 1 deletion src/trains/variantheaders/Turbostar_Header.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ item (FEAT_TRAINS, header_Turbostar, 10010) {
power: 1;
}
graphics {
purchase: spriteset_LU1967_Purchase;
purchase: spriteset_BR170_3_Purchase;
}
}
2 changes: 1 addition & 1 deletion src/trains/variantheaders/Voyager_Header.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ item (FEAT_TRAINS, header_Voyager, 10011) {
power: 1;
}
graphics {
purchase: spriteset_LU1967_Purchase;
purchase: spriteset_BR220_Purchase;
}
}

0 comments on commit 7b705fe

Please sign in to comment.