You created this hack for people.
Not Supertux - Revenge in Redmond. Images are made by Eric Windisch and Wesley Poole in 2002.
You added some new images, changed some images and you know in how to change Mr. Ice Block to a chomper?
First, open mr_iceblock.sprite with a text editor.
Before you see the code, change the code from this:
Code: Select all
(action
(name "left")
(hitbox 2 5 31.8 31.8)
(images "left-0.png"
"left-1.png"
"left-2.png"
"left-1.png"))
(action (name "right")
(hitbox 2 5 31.8 31.8)
(mirror-action "left"))
(action (name "falling-left")
(hitbox 2 5 31.8 31.8)
(images "flat-left.png"))
(action (name "falling-right")
(hitbox 2 5 31.8 31.8)
(mirror-action "falling-left"))
(action (name "flat-left")
(hitbox 2 5 31.8 31.8)
(images "flat-left.png"))
(action (name "flat-right")
(hitbox 2 5 31.8 31.8)
(mirror-action "falling-left"))
The creatures start here:
Mr Ice Block = chomper