Skip to content

Commit

Permalink
Improved some misc. animations across the board.
Browse files Browse the repository at this point in the history
- Also fixed the exported Onion graphics not being at the right resolution.
  • Loading branch information
Espyo committed Sep 18, 2024
1 parent f5fd7df commit 76ab861
Show file tree
Hide file tree
Showing 36 changed files with 1,686 additions and 572 deletions.
16 changes: 12 additions & 4 deletions Game_data/Animations/Ink.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
name
engine_version=0.25.0
animations{
main{
frames{
main_01{
duration=0.0800
interpolate=true
}
main_02{
duration=0.0800
interpolate=true
}
main_03{
duration=0.0800
interpolate=true
}
main_04{
duration=0.0800
interpolate=true
}
}
}
Expand All @@ -24,19 +30,21 @@ sprites{
}
main_02{
file=Ink.png
file_pos=33.0000 0.0000
file_pos=0.0000 0.0000
file_size=32.0000 32.0000
angle=1.5708
}
main_03{
file=Ink.png
file_pos=66.0000 0.0000
file_pos=0.0000 0.0000
file_size=32.0000 32.0000
angle=3.1416
}
main_04{
file=Ink.png
file_pos=99.0000 0.0000
file_pos=0.0000 0.0000
file_size=32.0000 32.0000
angle=4.7124
}
}
body_parts
engine_version=0.25.0
Binary file modified Game_data/Graphics/Blue_Onion.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 modified Game_data/Graphics/Cloaking_Burrow-nit.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 modified Game_data/Graphics/Electric_Water_Dumple.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 modified Game_data/Graphics/Fiery_Blowhog.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 modified Game_data/Graphics/Ink.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 modified Game_data/Graphics/Master_Onion.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 modified Game_data/Graphics/Red_Onion.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 modified Game_data/Graphics/Rock_Onion.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 modified Game_data/Graphics/Water_Dumple.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 modified Game_data/Graphics/Winged_Onion.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 modified Game_data/Graphics/Yellow_Onion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion Game_data/Types/Bouncers/Geyser/Animations.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name
engine_version=0.25.0
animations{
bouncing{
frames{
Expand Down Expand Up @@ -78,6 +80,7 @@ sprites{
file=Geyser.png
file_pos=196.0000 0.0000
file_size=48.0000 48.0000
scale=1.0500 1.0500
}
spraying_03{
file=Geyser.png
Expand All @@ -88,7 +91,7 @@ sprites{
file=Geyser.png
file_pos=294.0000 0.0000
file_size=48.0000 48.0000
scale=0.9500 0.9500
}
}
body_parts
engine_version=0.25.0
51 changes: 48 additions & 3 deletions Game_data/Types/Converters/Crimson_Candypop_Bud/Animations.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name
engine_version=0.25.0
animations{
bumped{
frames{
Expand Down Expand Up @@ -32,8 +34,12 @@ animations{
closing_04{
duration=0.1000
}
closing_05{
duration=0.1000
interpolate=true
}
closed{
duration=0.8000
duration=0.7000
}
}
}
Expand Down Expand Up @@ -120,19 +126,27 @@ animations{
closing_01{
duration=0.1000
}
idling_big{
duration=0.0500
interpolate=true
}
idling_01{
duration=0.1000
}
}
}
spitting{
frames{
closing_05{
duration=0.1000
interpolate=true
}
closing_04{
duration=0.1000
sound=pop
}
closed{
duration=0.3000
sound=pop
}
}
}
Expand Down Expand Up @@ -245,6 +259,22 @@ sprites{
}
}
}
closing_05{
file=Crimson_Candypop_Bud.png
file_pos=645.0000 0.0000
file_size=102.0000 162.0000
offset=0.0000 -8.0000
scale=0.9000 0.9000
hitboxes{
receptacle{
coords=0.0000 0.0000 0.0000
height=48.0000
radius=40.0000
type=2
value=1.0000
}
}
}
dying_01{
file=Crimson_Candypop_Bud.png
file_pos=645.0000 0.0000
Expand Down Expand Up @@ -404,8 +434,23 @@ sprites{
}
}
}
idling_big{
file=Crimson_Candypop_Bud.png
file_pos=0.0000 0.0000
file_size=170.0000 162.0000
offset=0.0000 -8.0000
scale=1.1000 1.1000
hitboxes{
receptacle{
coords=0.0000 0.0000 0.0000
height=48.0000
radius=40.0000
type=0
value=0.0000
}
}
}
}
body_parts{
receptacle
}
engine_version=0.25.0
51 changes: 48 additions & 3 deletions Game_data/Types/Converters/Golden_Candypop_Bud/Animations.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name
engine_version=0.25.0
animations{
bumped{
frames{
Expand Down Expand Up @@ -32,8 +34,12 @@ animations{
closing_04{
duration=0.1000
}
closing_05{
duration=0.1000
interpolate=true
}
closed{
duration=0.8000
duration=0.7000
}
}
}
Expand Down Expand Up @@ -121,19 +127,27 @@ animations{
closing_01{
duration=0.1000
}
idling_big{
duration=0.0500
interpolate=true
}
idling_01{
duration=0.1000
}
}
}
spitting{
frames{
closing_05{
duration=0.1000
interpolate=true
}
closing_04{
duration=0.1000
sound=pop
}
closed{
duration=0.3000
sound=pop
}
}
}
Expand Down Expand Up @@ -246,6 +260,22 @@ sprites{
}
}
}
closing_05{
file=Golden_Candypop_Bud.png
file_pos=645.0000 0.0000
file_size=102.0000 162.0000
offset=0.0000 -8.0000
scale=0.9000 0.9000
hitboxes{
receptacle{
coords=0.0000 0.0000 0.0000
height=48.0000
radius=40.0000
type=2
value=1.0000
}
}
}
dying_01{
file=Golden_Candypop_Bud.png
file_pos=645.0000 0.0000
Expand Down Expand Up @@ -405,8 +435,23 @@ sprites{
}
}
}
idling_big{
file=Golden_Candypop_Bud.png
file_pos=0.0000 0.0000
file_size=170.0000 162.0000
offset=0.0000 -8.0000
scale=1.1000 1.1000
hitboxes{
receptacle{
coords=0.0000 0.0000 0.0000
height=48.0000
radius=40.0000
type=0
value=0.0000
}
}
}
}
body_parts{
receptacle
}
engine_version=0.25.0
51 changes: 48 additions & 3 deletions Game_data/Types/Converters/Gray_Candypop_Bud/Animations.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name
engine_version=0.25.0
animations{
bumped{
frames{
Expand Down Expand Up @@ -32,8 +34,12 @@ animations{
closing_04{
duration=0.1000
}
closing_05{
duration=0.1000
interpolate=true
}
closed{
duration=0.8000
duration=0.7000
}
}
}
Expand Down Expand Up @@ -121,19 +127,27 @@ animations{
closing_01{
duration=0.1000
}
idling_big{
duration=0.0500
interpolate=true
}
idling_01{
duration=0.1000
}
}
}
spitting{
frames{
closing_05{
duration=0.1000
interpolate=true
}
closing_04{
duration=0.1000
sound=pop
}
closed{
duration=0.3000
sound=pop
}
}
}
Expand Down Expand Up @@ -246,6 +260,22 @@ sprites{
}
}
}
closing_05{
file=Gray_Candypop_Bud.png
file_pos=645.0000 0.0000
file_size=102.0000 162.0000
offset=0.0000 -8.0000
scale=0.9000 0.9000
hitboxes{
receptacle{
coords=0.0000 0.0000 0.0000
height=48.0000
radius=40.0000
type=2
value=1.0000
}
}
}
dying_01{
file=Gray_Candypop_Bud.png
file_pos=645.0000 0.0000
Expand Down Expand Up @@ -405,8 +435,23 @@ sprites{
}
}
}
idling_big{
file=Gray_Candypop_Bud.png
file_pos=0.0000 0.0000
file_size=170.0000 162.0000
offset=0.0000 -8.0000
scale=1.1000 1.1000
hitboxes{
receptacle{
coords=0.0000 0.0000 0.0000
height=48.0000
radius=40.0000
type=0
value=0.0000
}
}
}
}
body_parts{
receptacle
}
engine_version=0.25.0
Loading

0 comments on commit 76ab861

Please sign in to comment.