We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
한국 열차 세트 버전(Version of Korean Train Set): 2.4.0
버그 내용 설명(Describe the bug): 증기기관차 스프라이트가 조금씩 어긋나게 정렬되어있어서 알려드립니다.
올바른 상황 설명(Describe the expected situation):
미카3형 template tmpl_MIKA3(x, y) { [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, -8] [x+120, y, 8, 20, -3, -9] [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, -11] [x+20, y, 12, 12, -6, -7] [x+50, y, 14, 11, -1, -7] [x+90, y, 12, 11, 2, -3] [x+120, y, 8, 13, -3, -1] [x+140, y, 12, 11, -13, -3] [x+170, y, 14, 11, -15, -7] [x+210, y, 12, 12, -5, -7] }
파시5형 & 마터2형 template tmpl_MATE2(x, y) { [x+0, y, 8, 21, -3, -11] [x+20, y, 21, 17, -14, -8] [x+50, y, 31, 12, -16, -8] [x+90, y, 21, 17, -6, -8] [x+120, y, 8, 21, -3, -11] [x+140, y, 21, 17, -14, -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, -10] [x+20, y, 13, 13, -6, -8] [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, -16, -7] [x+210, y, 13, 13, -6, -8] }
The text was updated successfully, but these errors were encountered:
f59a4e7
No branches or pull requests
한국 열차 세트 버전(Version of Korean Train Set):
2.4.0
버그 내용 설명(Describe the bug):
증기기관차 스프라이트가 조금씩 어긋나게 정렬되어있어서 알려드립니다.
올바른 상황 설명(Describe the expected situation):
미카3형
template tmpl_MIKA3(x, y) {
[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, -8]
[x+120, y, 8, 20, -3, -9]
[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, -11]
[x+20, y, 12, 12, -6, -7]
[x+50, y, 14, 11, -1, -7]
[x+90, y, 12, 11, 2, -3]
[x+120, y, 8, 13, -3, -1]
[x+140, y, 12, 11, -13, -3]
[x+170, y, 14, 11, -15, -7]
[x+210, y, 12, 12, -5, -7]
}
파시5형 & 마터2형
template tmpl_MATE2(x, y) {
[x+0, y, 8, 21, -3, -11]
[x+20, y, 21, 17, -14, -8]
[x+50, y, 31, 12, -16, -8]
[x+90, y, 21, 17, -6, -8]
[x+120, y, 8, 21, -3, -11]
[x+140, y, 21, 17, -14, -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, -10]
[x+20, y, 13, 13, -6, -8]
[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, -16, -7]
[x+210, y, 13, 13, -6, -8]
}
The text was updated successfully, but these errors were encountered: