Skip to content

Commit

Permalink
Fix missing frozen sprite for Old Bomb [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusty-Box authored Jul 27, 2023
1 parent 1f62f93 commit c31af16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/images/creatures/mr_bomb/old_bomb/old_bomb.sprite
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

(action
(name "iced-left")
(hitbox 5 8 32 32)
(images "iced-left.png"))
(hitbox 14 19 32 32)
(images "left-0.png"))

(action
(name "iced-right")
(hitbox 5 8 32 32)
(hitbox 14 19 32 32)
(mirror-action "iced-left"))

(action
Expand Down

0 comments on commit c31af16

Please sign in to comment.