diff --git a/docs/changelog.txt b/docs/changelog.txt index 0fc22e3e..f55a52da 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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 diff --git a/gfx/Rolling Stock/LNER/LNERTeakBCK.png b/gfx/Rolling Stock/LNER/LNERTeakBCK.png index 0dc33cc9..8bf341a6 100644 Binary files a/gfx/Rolling Stock/LNER/LNERTeakBCK.png and b/gfx/Rolling Stock/LNER/LNERTeakBCK.png differ diff --git a/gfx/Rolling Stock/LNER/LNERTeakBG.png b/gfx/Rolling Stock/LNER/LNERTeakBG.png index 1d4b6338..28dc1486 100644 Binary files a/gfx/Rolling Stock/LNER/LNERTeakBG.png and b/gfx/Rolling Stock/LNER/LNERTeakBG.png differ diff --git a/gfx/Rolling Stock/LNER/LNERTeakPV.png b/gfx/Rolling Stock/LNER/LNERTeakPV.png index 343b12fd..45e91b3f 100644 Binary files a/gfx/Rolling Stock/LNER/LNERTeakPV.png and b/gfx/Rolling Stock/LNER/LNERTeakPV.png differ diff --git a/gfx/Rolling Stock/LNER/LNERTeakTK.png b/gfx/Rolling Stock/LNER/LNERTeakTK.png index 957d6e9a..c96b1544 100644 Binary files a/gfx/Rolling Stock/LNER/LNERTeakTK.png and b/gfx/Rolling Stock/LNER/LNERTeakTK.png differ diff --git a/src/trains/rollingstock/LNERBCK.pnml b/src/trains/rollingstock/LNERBCK.pnml index c3e7f2c4..d7451ba4 100644 --- a/src/trains/rollingstock/LNERBCK.pnml +++ b/src/trains/rollingstock/LNERBCK.pnml @@ -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) } @@ -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) }