Skip to content

Commit

Permalink
add freeze compatability and images to cherrybombs
Browse files Browse the repository at this point in the history
Fixes bug #1036, closes #58 (PR) on Github.
  • Loading branch information
Sydney Dykstra authored and tobbi committed Apr 8, 2015
1 parent f2ccb15 commit e76c04f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion data/images/creatures/mr_cherry/mr_cherry.sprite
Expand Up @@ -44,5 +44,16 @@ sparkle-3.png
sparkle-4.png
sparkle-5.png
))
)
(action
(name "iced-left")
(hitbox 3 26 36 40)
(images "cherrybomb-freeze.png"))

(action
(name "iced-right")
(hitbox 3 26 36 40)
(mirror-action "iced-left")
))



13 changes: 12 additions & 1 deletion data/images/creatures/mr_cherry/mr_juicebox.sprite
Expand Up @@ -44,5 +44,16 @@ sparkle-3.png
sparkle-4.png
sparkle-5.png
))
)
(action
(name "iced-left")
(hitbox 3 26 36 40)
(images "juicebox-freeze.png"))

(action
(name "iced-right")
(hitbox 3 26 36 40)
(mirror-action "iced-left")
))



0 comments on commit e76c04f

Please sign in to comment.