Skip to content

Commit

Permalink
Improved Great Bear GWR logo, fixed 32px_anim tand 20px_anim template…
Browse files Browse the repository at this point in the history
…s (for Great Bear and A1/A3)
  • Loading branch information
audigex committed Jul 25, 2021
1 parent 1f22b73 commit b863eb4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified gfx/GreatBearEngine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions src/templates.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ template template_train20px(x,y){

template template_train20px_anim(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
[ x, y, 8, 17, -3, -9, ANIM|WHITE]
[ x+10, y, 15, 15, -7, -9, ANIM|WHITE]
[ x+27, y, 20, 12, -6, -6, ANIM|WHITE]
[ x+49, y, 15, 15, -1, -5, ANIM|WHITE]
[ x+66, y, 8, 17, -3, -3, ANIM|WHITE]
[ x+76, y, 15, 15, -13, -5, ANIM|WHITE]
[ x+93, y, 20, 12, -13, -7, ANIM|WHITE]
[ x+115, y, 15, 15, -7, -9, ANIM|WHITE]
[ x, y, 8, 17, -4, -11, ANIM|WHITE]
[ x+10, y, 15, 15, -7, -10, ANIM|WHITE]
[ x+27, y, 20, 12, -4, -8, ANIM|WHITE]
[ x+49, y, 15, 15, -1, -8, ANIM|WHITE]
[ x+66, y, 8, 17, -4, -3, ANIM|WHITE]
[ x+76, y, 15, 15, -13, -7, ANIM|WHITE]
[ x+93, y, 20, 12, -16, -8, ANIM|WHITE]
[ x+115, y, 15, 15, -7, -11, ANIM|WHITE]
}

template template_train20pxTallDiag(x,y){
Expand Down Expand Up @@ -202,14 +202,14 @@ template template_train32px(x,y){

template template_train32px_anim(x,y){
//left_x, upper_y, width, height, offset_x, offset_y
[ x, y, 8, 24, -3, -12, ANIM|NOWHITE]
[ x+9, y, 21, 18, -12, -10, ANIM|NOWHITE]
[ x, y, 8, 24, -4, -10, ANIM|NOWHITE]
[ x+9, y, 21, 18, -13, -10, ANIM|NOWHITE]
[ x+31, y, 32, 12, -16, -8, ANIM|NOWHITE]
[ x+64, y, 21, 18, -5, -10, ANIM|NOWHITE]
[ x+86, y, 8, 24, -3, -12, ANIM|NOWHITE]
[ x+95, y, 21, 18, -12, -10, ANIM|NOWHITE]
[ x+64, y, 21, 18, -7, -11, ANIM|NOWHITE]
[ x+86, y, 8, 24, -4, -10, ANIM|NOWHITE]
[ x+95, y, 21, 18, -13, -10, ANIM|NOWHITE]
[ x+117, y, 32, 12, -16, -8, ANIM|NOWHITE]
[ x+150, y, 21, 18, -5, -10, ANIM|NOWHITE]
[ x+150, y, 21, 18, -7, -11, ANIM|NOWHITE]
}

template template_train32px4v(x,y){
Expand Down

0 comments on commit b863eb4

Please sign in to comment.