Skip to content
New issue

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

[Bug] 증기기관차 스프라이트 정렬 #347

Closed
SerpensNebula opened this issue Jul 3, 2022 · 0 comments
Closed

[Bug] 증기기관차 스프라이트 정렬 #347

SerpensNebula opened this issue Jul 3, 2022 · 0 comments
Labels
bug Something isn't working prio: low

Comments

@SerpensNebula
Copy link
Member

SerpensNebula commented Jul 3, 2022

한국 열차 세트 버전(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]
}

@SerpensNebula SerpensNebula added the investigate Need an investigate or it is not sure label Jul 3, 2022
@telk5093 telk5093 added bug Something isn't working prio: low and removed investigate Need an investigate or it is not sure labels Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio: low
Projects
None yet
Development

No branches or pull requests

2 participants