Skip to content

Commit

Permalink
Finished alignment for new standard templates and old 28px/32px templ…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
audigex committed Apr 29, 2024
1 parent da6ab58 commit 825cd59
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/templates.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ template template_train24px(x,y){

template template_train28px(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
[ x, y, 8, 23, -3, -11] //n
[ x, y, 8, 23, -3, -12] //n
[ x+9, y, 20, 18, -11, -12] //ne
[ x+30, y, 29, 13, -16, -9] //e
[ x+60, y, 20, 18, -3, -10] //se
Expand All @@ -60,13 +60,13 @@ template template_train28px(x,y){

template template_train32px(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
[ x, y, 8, 25, -3, -11, NOANIM] //n
[ x, y, 8, 25, -3, -12, NOANIM] //n
[ x+9, y, 22, 19, -13, -12, NOANIM] //ne
[ x+32, y, 33, 12, -19, -9, NOANIM] //e
[ x+32, y, 33, 13, -20, -9, NOANIM] //e
[ x+66, y, 22, 19, -5, -11, NOANIM] //se
[ x+89, y, 8, 25, -3, -19, NOANIM] //s
[ x+98, y, 22, 19, -13, -12, NOANIM] //sw
[ x+121, y, 33, 12, -15, -9, NOANIM] //w
[ x+121, y, 33, 13, -15, -9, NOANIM] //w
[ x+155, y, 22, 19, -6, -11, NOANIM] //nw
}

Expand All @@ -79,23 +79,23 @@ template template_train28px_old(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
[ x, y, 8, 22, -3, -11] //n
[ x+9, y, 19, 17, -11, -11] //ne *
[ x+29, y, 28, 12, -16, -8] //e
[ x+58, y, 19, 17, -3, -9] //se
[ x+78, y, 8, 22, -3, -17] //s
[ x+29, y, 28, 12, -15, -8] //e
[ x+58, y, 19, 17, -2, -9] //se
[ x+78, y, 8, 22, -3, -16] //s
[ x+87, y, 19, 17, -13, -10] //sw
[ x+107, y, 28, 12, -15, -8] //w
[ x+107, y, 28, 12, -14, -8] //w
[ x+136, y, 19, 17, -5, -10] //nw
}

template template_train32px_old(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
[ x, y, 8, 24, -3, -11, NOANIM] //n
[ x+9, y, 21, 18, -13, -11, NOANIM] //ne *
[ x+31, y, 32, 12, -20, -8, NOANIM] //e
[ x+64, y, 21, 18, -5, -10, NOANIM] //se
[ x+86, y, 8, 24, -3, -19, NOANIM] //s
[ x+31, y, 32, 12, -19, -8, NOANIM] //e
[ x+64, y, 21, 18, -4, -10, NOANIM] //se
[ x+86, y, 8, 24, -3, -18, NOANIM] //s
[ x+95, y, 21, 18, -13, -11, NOANIM] //sw
[ x+117, y, 32, 12, -15, -8, NOANIM] //w
[ x+117, y, 32, 12, -14, -8, NOANIM] //w
[ x+150, y, 21, 18, -5, -10, NOANIM] //nw
}

Expand Down

0 comments on commit 825cd59

Please sign in to comment.