Skip to content

Commit

Permalink
Fix #347: Offset of Steam locomotives
Browse files Browse the repository at this point in the history
  • Loading branch information
telk5093 committed May 10, 2023
1 parent b7f36f9 commit f59a4e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* 수정: 8x00, 8500호대 기관차 전조등 표시가 잘못되어 있던 점 [#399]
* 수정: 협궤 차량의 오프셋 조정 [#401]
* 수정: 협궤 혀기7 기관차의 탄수차에서 증기가 나오는 현상 [#402]
* 수정: 증기 기관차의 오프셋 조정 [#347]

2.4.0
-----
Expand Down
16 changes: 8 additions & 8 deletions src/locomotive/steam/MATE2_graphic.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@

// Template
template tmpl_MATE2(x, y) {
[x+0, y, 8, 21, -3, -7]
[x+0, y, 8, 21, -3, -11]
[x+20, y, 21, 17, -14, -8]
[x+50, y, 31, 12, -17, -8]
[x+50, y, 31, 12, -16, -8]
[x+90, y, 21, 17, -6, -8]
[x+120, y, 8, 21, -3, -10]
[x+120, y, 8, 21, -3, -11]
[x+140, y, 21, 17, -14, -8]
[x+170, y, 31, 12, -15, -8]
[x+210, y, 21, 17, -5, -8]
[x+170, y, 31, 12, -16, -8]
[x+210, y, 21, 17, -6, -8]
}
template tmpl_MATE2_tender(x, y) {
[x+0, y, 8, 14, -3, -6]
[x+0, y, 8, 14, -3, -10]
[x+20, y, 13, 13, -6, -8]
[x+50, y, 15, 11, -1, -7]
[x+50, y, 15, 11, 0, -7]
[x+90, y, 13, 12, 2, -3]
[x+120, y, 8, 14, -3, -1]
[x+140, y, 13, 12, -14, -3]
[x+170, y, 15, 11, -15, -7]
[x+170, y, 15, 11, -16, -7]
[x+210, y, 13, 13, -6, -8]
}
spriteset(set_MATE2_purchase, "./src/locomotive/steam/MATE2.png") {
Expand Down
16 changes: 8 additions & 8 deletions src/locomotive/steam/MIKA3_graphic.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@

// Template
template tmpl_MIKA3(x, y) {
[x+0, y, 8, 20, -3, -9]
[x+0, y, 8, 20, -3, -12]
[x+20, y, 20, 16, -13, -8]
[x+50, y, 28, 12, -14, -8]
[x+90, y, 20, 17, -5, -9]
[x+90, y, 20, 17, -5, -8]
[x+120, y, 8, 20, -3, -9]
[x+140, y, 20, 17, -14, -9]
[x+170, y, 28, 12, -15, -8]
[x+140, y, 20, 17, -14, -8]
[x+170, y, 28, 12, -16, -8]
[x+210, y, 20, 16, -6, -8]
}
template tmpl_MIKA3_tender(x, y) {
[x+0, y, 8, 13, -3, -7]
[x+0, y, 8, 13, -3, -11]
[x+20, y, 12, 12, -6, -7]
[x+50, y, 14, 11, -1, -7]
[x+90, y, 12, 11, 2, -4]
[x+90, y, 12, 11, 2, -3]
[x+120, y, 8, 13, -3, -1]
[x+140, y, 12, 11, -13, -4]
[x+170, y, 14, 11, -14, -7]
[x+140, y, 12, 11, -13, -3]
[x+170, y, 14, 11, -15, -7]
[x+210, y, 12, 12, -5, -7]
}
spriteset(set_MIKA3_purchase, "./src/locomotive/steam/MIKA3.png") {
Expand Down

0 comments on commit f59a4e7

Please sign in to comment.