Skip to content

Commit

Permalink
Removed some unused templates
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed May 5, 2024
1 parent 5de2356 commit 95f1285
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/templates.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -214,29 +214,4 @@ template template_train170pt(x,y){
[ x+97, y, 22, 21, -14, -12, NOANIM|NOWHITE]
[ x+120, y, 32, 12, -20, -7, NOANIM|NOWHITE]
[ x+153, y, 22, 21, -4, -11, NOANIM|NOWHITE]
}

// Wtf are these offsets?
template tmpl_train_8(x, y) {
//leftx, topy, width, height, offsetx, offsety
[x + 25, y + 2, 8, 23, -3, -11] //n
[x + 35, y + 2, 21, 18, -11, -11] //ne
[x + 58, y + 2, 32, 12, -16, -7] //e
[x + 92, y + 2, 21, 18, -12, -12] //se
[x + 115, y + 2, 8, 23, -3, -11] //s
[x + 125, y + 2, 21, 18, -11, -11] //sw
[x + 148, y + 2, 32, 12, -15, -7] //w
[x + 182, y + 2, 21, 18, -12, -12] //nw
}
// Reverse of the above
template tmpl_train_8_reversed(x, y) {
//leftx, topy, width, height, offsetx, offsety
[x + 115, y + 2, 8, 23, -3, -11] //n
[x + 125, y + 2, 21, 18, -11, -11] //ne
[x + 148, y + 2, 32, 12, -16, -7] //e
[x + 182, y + 2, 21, 18, -12, -12] // se
[x + 25, y + 2, 8, 23, -3, -11] // s
[x + 35, y + 2, 21, 18, -11, -11] // sw
[x + 58, y + 2, 32, 12, -15, -7] //w
[x + 92, y + 2, 21, 18, -12, -12] // nw
}

0 comments on commit 95f1285

Please sign in to comment.