Skip to content

Commit

Permalink
Fix & Change #140: Nuriro's pantograph position & graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
telk5093 committed Apr 28, 2021
1 parent 484515f commit 577a6d0
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* 변경: 증기 기관차 그래픽 및 길이 변경 [#210]
* 변경: 의정부경전철 그래픽 [#211]
* 변경: 인천공항자기부상열차 그래픽 [#211]
* 수정 & 변경: 누리로의 팬터그래프 방향이 잘못됨 + 누리로 그래픽 개선 [#140]

2.0.4
-----
Expand Down
Binary file modified docs/download_page/_static/NURIRO.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 modified docs/download_page/_static/NURIRO_KOREAN_WAVE.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 modified docs/download_page/_static/NURIRO_O_TRAIN.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 modified docs/download_page/_static/NURIRO_SANTA.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 modified src/locomotive/nuriro/NURIRO.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 modified src/locomotive/nuriro/NURIRO_SANTA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/locomotive/nuriro/nuriro_graphic.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spriteset(set_NURIRO_wagon_panto, "./src/locomotive/nuriro/NURIRO.png") {
tmpl_NURIRO_wagon_panto(60, 30)
}
spriteset(set_NURIRO_wagon, "./src/locomotive/nuriro/NURIRO.png") {
tmpl_NURIRO_wagon(60, 60)
tmpl_NURIRO_wagon_8dir(60, 60)
}
spriteset(set_NURIRO_engineT, "./src/locomotive/nuriro/NURIRO.png") {
tmpl_NURIRO_engine_r(60, 90)
Expand All @@ -80,7 +80,7 @@ spriteset(set_NURIRO_KOREAN_WAVE_wagon_panto, "./src/locomotive/nuriro/NURIRO.pn
tmpl_NURIRO_wagon_panto(60, 150)
}
spriteset(set_NURIRO_KOREAN_WAVE_wagon, "./src/locomotive/nuriro/NURIRO.png") {
tmpl_NURIRO_wagon(60, 180)
tmpl_NURIRO_wagon_8dir(60, 180)
}
spriteset(set_NURIRO_KOREAN_WAVE_engineT, "./src/locomotive/nuriro/NURIRO.png") {
tmpl_NURIRO_engine_r(60, 210)
Expand All @@ -97,7 +97,7 @@ spriteset(set_NURIRO_O_TRAIN_wagon_panto, "./src/locomotive/nuriro/NURIRO.png")
tmpl_NURIRO_wagon_panto(60, 270)
}
spriteset(set_NURIRO_O_TRAIN_wagon, "./src/locomotive/nuriro/NURIRO.png") {
tmpl_NURIRO_wagon(60, 300)
tmpl_NURIRO_wagon_8dir(60, 300)
}
spriteset(set_NURIRO_O_TRAIN_engineT, "./src/locomotive/nuriro/NURIRO.png") {
tmpl_NURIRO_engine_r(60, 330)
Expand Down
4 changes: 2 additions & 2 deletions src/locomotive/nuriro/nuriro_switch.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ switch(FEAT_TRAINS, SELF, sw_NURIRO_SANTA_wagon_panto, position_in_consist % 2)
}

switch(FEAT_TRAINS, SELF, sw_NURIRO_SANTA_wagon, position_in_consist % 2) {
1: set_NURIRO_SANTA_wagon_B;
set_NURIRO_SANTA_wagon_A;
1: set_NURIRO_SANTA_wagon_A;
set_NURIRO_SANTA_wagon_B;
}


Expand Down

0 comments on commit 577a6d0

Please sign in to comment.