Skip to content

Commit

Permalink
Removed an unused template. Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed May 8, 2024
1 parent d50f480 commit 7596d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
7 changes: 3 additions & 4 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Added Class 321
- Re-drew class 66

# v2.8
# v2.9
- Added Furness Railway 0-4-0 "Coppernob"
- Added Furness Railway 4-4-0 K2 "Large Seagull"
- Added Caledonian Railway 4-2-2 "Single"
Expand All @@ -20,6 +20,7 @@
- Re-drew Class 195
- Re-drew Class 331
- Re-drew Class 397
- Re-drew Class 460
- Re-drew Class 507 and 508
- Re-drew Mk5 coaches and DVT
- Improved Class 67
Expand All @@ -37,7 +38,7 @@
- Re-templated a bunch of units (more than I want to count)
- Re-aligned all templates

# v2.7 (2024-4-2)
# v2.8 (2024-4-2)
- Added BR Standard Class 9F
- Added Mk4 coaches as a separate purchase item (previously only available as part of IC225 "MU")
- Added Mk3 DVT
Expand All @@ -60,8 +61,6 @@
- Added FOOD as a refit option for locomotives (enables FIRS compatibility)
- Extended some steam train purchase lifespans to avoid gaps where nothing is available



# v2.7 (2024-3-28)
- Added Class 50
- Added Class 805
Expand Down
12 changes: 0 additions & 12 deletions src/templates.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -191,18 +191,6 @@ template template_trainBRMk2(x,y){
[ x+150, y, 21, 17, -9, -9, NOANIM|NOWHITE]
}

template template_450(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
[ x, y, 8, 26, -3, -9]
[ x+9, y, 22, 21, -16, -10]
[ x+32, y, 32, 13, -15, -7]
[ x+65, y, 22, 21, -1, -10]
[ x+88, y, 8, 26, -3, -11]
[ x+97, y, 22, 21, -16, -10]
[ x+120, y, 32, 13, -12, -7]
[ x+153, y, 22, 21, -3, -10]
}

// Only used by MPV
template template_train170pt(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
Expand Down

0 comments on commit 7596d7a

Please sign in to comment.