Skip to content

Commit

Permalink
Reworked OG Class 70 (SR CC Class)
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 24, 2024
1 parent 6433f33 commit c371c4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Added Class 93
- Added Class 99
- Adjusted EyeCandy engine to hopefully discourage AI use
- Reworked Southern Region CC Class (OG BR Class 70)
- Improved Class 89 sprites
- Added a pile of liveries for Class 66
- Fixed some animated pixels on HST rear power car
Expand Down
Binary file removed gfx/BR70_OG.png
Binary file not shown.
Binary file modified gfx/BR71.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 added gfx/Electric/SR_CC_BR70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/trains/electric_loco/BR70_OGSouthernRegion.pnml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
spriteset(spriteset_BR70OG_Purchase, "gfx/BR70_OG.png") {
spriteset(spriteset_BR70OG_Purchase, "gfx/Electric/SR_CC_BR70.png") {
template_purchase(0, 0)
}

spriteset(spriteset_BR70OG_BRGreen, "gfx/BR70_OG.png") {
template_train28px_old(0, 13)
spriteset(spriteset_BR70OG_BRGreen, "gfx/Electric/SR_CC_BR70.png") {
template_train28px(0, 13)
}

spriteset(spriteset_BR70OG_BRBlue, "gfx/BR70_OG.png") {
template_train28px_old(0, 36)
spriteset(spriteset_BR70OG_BRBlue, "gfx/Electric/SR_CC_BR70.png") {
template_train28px(0, 37)
}

switch(FEAT_TRAINS,SELF, sw_BR70OG,cargo_subtype){
Expand Down

0 comments on commit c371c4e

Please sign in to comment.