Skip to content

Commit

Permalink
[BLB] Fix offset of big monsters (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman authored Feb 22, 2021
1 parent 479b8a7 commit 11eb4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/BrownLikeBears/tile_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tall.png": { "sprite_width": 30, "sprite_height": 60, "sprite_offset_x": 0, "sprite_offset_y": -40 }
},
{
"big.png": { "sprite_width": 40, "sprite_height": 40, "sprite_offset_x": 0, "sprite_offset_y": -20 }
"big.png": { "sprite_width": 40, "sprite_height": 40, "sprite_offset_x": -20, "sprite_offset_y": -20 }
},
{
"toped.png": { "sprite_width": 20, "sprite_height": 25, "sprite_offset_x": -1, "sprite_offset_y": -5 }
Expand Down

0 comments on commit 11eb4c3

Please sign in to comment.