Skip to content

Commit b8a8948

Browse files
author
Gwen Bradshaw
committed
gurgle
1 parent 514557d commit b8a8948

383 files changed

Lines changed: 23230 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/game.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ music:
99
- music/07 jolly roger.ogg
1010
- music/08 krill or be krilled.ogg
1111
- music/09 landlubber.ogg
12+
- music/10 fish bucket.ogg
1213
character_screen: music/10 fish bucket.ogg
1314
results_screen: music/11 thar she blows!.ogg
1415
credits: music/12 all hands hoay!.ogg
16+
gurgle: player/sounds/gurgle.ogg
1517

1618
main_menu:
1719
title_font:
@@ -55,6 +57,7 @@ default_settings:
5557
slide: !Button North
5658
pause: !Button Start
5759
ragdoll: !Button RightTrigger
60+
gurgle: !Button LeftTrigger
5861
menu_back: !Button East
5962
menu_start: !Button Start
6063
menu_confirm: !Button South
@@ -71,6 +74,7 @@ default_settings:
7174
shoot: !Keyboard C
7275
slide: !Keyboard B
7376
ragdoll: !Keyboard F
77+
gurgle: !Keyboard X
7478
pause: !Keyboard Escape
7579
menu_back: !Keyboard Escape
7680
menu_start: !Keyboard Return
@@ -88,6 +92,7 @@ default_settings:
8892
shoot: !Keyboard Period
8993
slide: !Keyboard Slash
9094
ragdoll: !Keyboard M
95+
gurgle: !Keyboard N
9196
menu_confirm: !Keyboard Comma
9297
menu_back: !Keyboard ShiftRight
9398

assets/player/sounds/gurgle.ogg

6.67 KB
Binary file not shown.

jumpy-v0.12.2/LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'Fish Folk: Jumpy' source code is dual-licensed under either
2+
3+
* MIT License (licenses/LICENSE-MIT or http://opensource.org/licenses/MIT)
4+
* Apache License, Version 2.0 (licenses/LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
5+
6+
at your option.
7+
8+
Fish Folk media assets are Copyright (c) 2020-2024 The Fish Folk Game & Spicy Lobster Developers and licensed as [CC BY-NC](https://creativecommons.org/licenses/by-nc/4.0/).
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
image: ./win_indicator.png
2+
tile_size: [32, 32]
3+
columns: 1
4+
rows: 1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: win_indicator
2+
atlas: ./win_indicator.atlas.yaml
3+
offset: [0, 40]
4+
animation:
5+
fps: 1
6+
frames:
7+
- 0
8+
attachment_easing: ./win_indicator.attachment_easing.yaml
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
delta_offset: [0,60]
2+
offset_ease_duration: 3s
3+
ease:
4+
ease_in: true
5+
ease_out: false
6+
function: Quadratic
5.91 KB
Binary file not shown.
360 Bytes
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
attachment: ./win_indicator.attachment.yaml
2+
sound: ./win_indicator.ogg
3+
volume: 0.5
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
image: ./anemones.png
2+
tile_size: [48, 51]
3+
rows: 1
4+
columns: 5

0 commit comments

Comments
 (0)