Skip to content

Commit

Permalink
위치값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CoconutKR committed Apr 17, 2022
1 parent 639dae3 commit 8816e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/template/Aircraft_template.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
1. 기본 템플릿
--------------------------------------------------------------------*/
template tp_B737_800(x, y) {
[x, y, 43, 23, -20, -18]
[x, y, 43, 23, -20, -16]
[x+48, y, 40, 20, -16, -12]
[x+94, y, 46, 25, -20, -18]
[x+146, y, 40, 32, -20, -18]
Expand All @@ -15,10 +15,10 @@ template tp_B737_800(x, y) {
template tp_A321_200(x, y) {
[x, y, 45, 22, -20, -18]
[x+50, y, 42, 22, -16, -12]
[x+100, y, 50, 23, -20, -18]
[x+100, y, 50, 23, -20, -10]
[x+160, y, 41, 31, -20, -18]
[x+210, y, 45, 35, -20, -18]
[x+260, y, 41, 31, -20, -18]
[x+310, y, 50, 23, -20, -18]
[x+310, y, 50, 23, -20, -10]
[x+370, y, 42, 22, -16, -12]
}

0 comments on commit 8816e7c

Please sign in to comment.