Skip to content

Commit

Permalink
Updated Jumping Fish sprites + add missing variants (#2491)
Browse files Browse the repository at this point in the history
- Adds new sprites for Brown Fish (forest variant of Chasing Fish) and Blue Fish (forest variant of Swimming Fish)
- Update Jumping Fish sprites to fit in with the other two
  • Loading branch information
Rusty-Box authored and Semphris committed Jun 29, 2023
1 parent 6a85348 commit 1c938a0
Show file tree
Hide file tree
Showing 48 changed files with 161 additions and 60 deletions.
31 changes: 31 additions & 0 deletions data/images/creatures/fish/bluefish.sprite
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
(supertux-sprite
(action
(name "swim-left")
(hitbox 8 15 48 32)
(fps 12)
(images "swim_blue-0.png"
"swim_blue-1.png"
"swim_blue-2.png"
"swim_blue-3.png"
"swim_blue-4.png"
"swim_blue-5.png"
"swim_blue-6.png"
"swim_blue-7.png"))

(action
(name "swim-right")
(hitbox 8 15 48 32)
(fps 12)
(mirror-action "swim-left"))

(action
(name "iced-left")
(hitbox 2 10 48 32)
(images "swim_blue-0.png"))

(action
(name "iced-right")
(hitbox 2 10 48 32)
(mirror-action "iced-left"))

)
66 changes: 66 additions & 0 deletions data/images/creatures/fish/brownfish.sprite
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
(supertux-sprite
(action
(name "swim-left")
(hitbox 9 10 46 46)
(fps 12)
(images "swim_brown-0.png"
"swim_brown-1.png"
"swim_brown-2.png"
"swim_brown-3.png"
"swim_brown-4.png"
"swim_brown-5.png"
"swim_brown-6.png"
"swim_brown-7.png"))

(action
(name "swim-right")
(hitbox 11 10 46 46)
(fps 12)
(mirror-action "swim-left"))

(action
(name "notice-left")
(hitbox 9 10 46 46)
(loops 1)
(fps 18)
(images "swim_brown-0.png"
"notice_brown-0.png"
"notice_brown-1.png"
"notice_brown-2.png"
"notice_brown-3.png"))

(action
(name "notice-right")
(hitbox 11 10 46 46)
(loops 1)
(fps 18)
(mirror-action "notice-left"))

(action
(name "chase-left")
(hitbox 9 10 46 46)
(fps 20)
(images "chase_brown-0.png"
"chase_brown-1.png"
"chase_brown-2.png"
"chase_brown-3.png"
"chase_brown-4.png"
"chase_brown-5.png"))

(action
(name "chase-right")
(hitbox 11 10 46 46)
(fps 20)
(mirror-action "chase-left"))

(action
(name "iced-left")
(hitbox 9 10 46 46)
(images "swim_brown-0.png"))

(action
(name "iced-right")
(hitbox 11 10 46 46)
(mirror-action "iced-left"))

)
Binary file added data/images/creatures/fish/chase_brown-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/chase_brown-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/chase_brown-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/chase_brown-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/chase_brown-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/chase_brown-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/jump_blue-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 63 additions & 59 deletions data/images/creatures/fish/jumpfish.sprite
Original file line number Diff line number Diff line change
@@ -1,59 +1,63 @@
(supertux-sprite
(action
(name "normal")
(fps 12)
(loops 1)
(hitbox 9 21 31.8 31.8)
(images "jump-0.png"
"jump-0.png"
"jump-0.png"
"jump-1.png"
"jump-2.png"
"jump-3.png"))

(action
(name "down")
(fps 15)
(loops 1)
(hitbox 9 29 31.8 31.8)
(images "jump-4.png"
"jump-5.png"
"jump-6.png"
"jump-7.png"))

(action
(name "wait")
(fps 12)
(hitbox 19 9 31.8 31.8)
(images "wait-0.png"
"wait-1.png"
"wait-2.png"
"wait-3.png"
"wait-4.png"
"wait-5.png"))

(action
(name "iced")
(hitbox 4 10 31.8 31.8)
(images "jump-0.png"))

(action
(name "iced-down")
(hitbox 4 10 31.8 31.8)
(images "jump-7.png"))

(action
(name "burning-left")
(fps 15)
(hitbox 4 29 31.8 31.8)
(images "burning-0.png"
"burning-1.png"
"burning-2.png"
"burning-3.png"
"burning-4.png"
"burning-5.png"
"burning-6.png"
"burning-7.png"
"burning-8.png"
"burning-9.png"))
)
(supertux-sprite
(action
(name "normal")
(fps 18)
(loops 1)
(hitbox 12 24 40 46)
(images "jump_blue-0.png"
"jump_blue-0.png"
"jump_blue-0.png"
"jump_blue-1.png"
"jump_blue-2.png"
"jump_blue-3.png"))

(action
(name "down")
(fps 18)
(loops 1)
(hitbox 12 24 40 46)
(images "jump_blue-4.png"
"jump_blue-5.png"
"jump_blue-6.png"
"jump_blue-7.png"
"jump_blue-8.png"
"jump_blue-9.png"))

(action
(name "wait")
(fps 15)
(hitbox 14 9 40 46)
(images "wait_blue-0.png"
"wait_blue-1.png"
"wait_blue-2.png"
"wait_blue-3.png"
"wait_blue-4.png"
"wait_blue-5.png"
"wait_blue-6.png"
"wait_blue-7.png"))

(action
(name "iced")
(hitbox 12 24 40 46)
(images "jump_blue-3.png"))

(action
(name "iced-down")
(hitbox 14 9 40 46)
(images "wait_blue-1.png"))

(action
(name "burning-left")
(fps 15)
(hitbox 4 29 32 32)
(images "burning-0.png"
"burning-1.png"
"burning-2.png"
"burning-3.png"
"burning-4.png"
"burning-5.png"
"burning-6.png"
"burning-7.png"
"burning-8.png"
"burning-9.png"))
)
Binary file added data/images/creatures/fish/notice_brown-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/notice_brown-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/notice_brown-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/notice_brown-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/swim_blue-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/swim_blue-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/swim_blue-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/swim_blue-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/swim_blue-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fish/swim_blue-5.png
Binary file added data/images/creatures/fish/swim_blue-6.png
Binary file added data/images/creatures/fish/swim_blue-7.png
Binary file added data/images/creatures/fish/swim_brown-0.png
Binary file added data/images/creatures/fish/swim_brown-1.png
Binary file added data/images/creatures/fish/swim_brown-2.png
Binary file added data/images/creatures/fish/swim_brown-3.png
Binary file added data/images/creatures/fish/swim_brown-4.png
Binary file added data/images/creatures/fish/swim_brown-5.png
Binary file added data/images/creatures/fish/swim_brown-6.png
Binary file added data/images/creatures/fish/swim_brown-7.png
Binary file added data/images/creatures/fish/wait_blue-0.png
Binary file added data/images/creatures/fish/wait_blue-1.png
Binary file added data/images/creatures/fish/wait_blue-2.png
Binary file added data/images/creatures/fish/wait_blue-3.png
Binary file added data/images/creatures/fish/wait_blue-4.png
Binary file added data/images/creatures/fish/wait_blue-5.png
Binary file added data/images/creatures/fish/wait_blue-6.png
Binary file added data/images/creatures/fish/wait_blue-7.png
2 changes: 1 addition & 1 deletion data/images/engine/editor/objects.stoi
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
(icon "images/creatures/mole/center.png"))
(object
(class "fish-jumping")
(icon "images/creatures/fish/jump-1.png"))
(icon "images/creatures/fish/forest/jump_blue-3.png"))
(object
(class "fish-chasing")
(icon "images/creatures/fish/ice/swim_green-0.png"))
Expand Down

0 comments on commit 1c938a0

Please sign in to comment.