Skip to content

Commit

Permalink
Darkened LNER Teak coach roofs, adjusted window height and position
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 24, 2024
1 parent 8c339c2 commit 0af761a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Added Furness Railway Rectangular Tanker Wagon
- Added Furness Railway 20-ton Hopper Wagon
- Added AnsaldoBreda T-68 (Manchester Metrolink tram)
- Improved LNER Teak coach windows and roofs to fit scale better
- Fixed some introduction and model lifespans (set is now fully freight playable from ~1850 onwards)
- Fixed 730/0 and /2 having swapped livery options
- Fixed some horizontal view lengths
Expand Down
Binary file modified gfx/Rolling Stock/LNER/LNERTeakBCK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Rolling Stock/LNER/LNERTeakBG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Rolling Stock/LNER/LNERTeakPV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gfx/Rolling Stock/LNER/LNERTeakTK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/trains/rollingstock/LNERBCK.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spriteset(spriteset_LNERBCK_Purchase, "gfx/Rolling Stock/LNER/LNERTeakBCK.png")
template_purchase(0, 0)
}

spriteset(spriteset_LNERBCK_Teak, "gfx/Rolling Stock/LNER/LNERTeakTK.png") {
spriteset(spriteset_LNERBCK_Teak, "gfx/Rolling Stock/LNER/LNERTeakBCK.png") {
template_train28px_old(0, 36)
}

Expand All @@ -14,15 +14,15 @@ spriteset(spriteset_LNERBCK_BRCarmCream, "gfx/Rolling Stock/LNER/LNERBRCarmCream
template_train28px_old(0, 36)
}

spriteset(spriteset_LNERBCK_TeakR, "gfx/Rolling Stock/LNER/LNERTeakTK.png") {
spriteset(spriteset_LNERBCK_TeakR, "gfx/Rolling Stock/LNER/LNERTeakBCK.png") {
template_train28px_old(0, 59)
}

spriteset(spriteset_LNERBCK_BRMaroonR, "gfx/Rolling Stock/LNER/LNERTeakTK.png") {
spriteset(spriteset_LNERBCK_BRMaroonR, "gfx/Rolling Stock/LNER/LNERTeakBCK.png") {
template_train28px_old(0, 59)
}

spriteset(spriteset_LNERBCK_BRCarmCreamR, "gfx/Rolling Stock/LNER/LNERTeakTK.png") {
spriteset(spriteset_LNERBCK_BRCarmCreamR, "gfx/Rolling Stock/LNER/LNERTeakBCK.png") {
template_train28px_old(0, 59)
}

Expand Down

0 comments on commit 0af761a

Please sign in to comment.