Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
!! SOUNDS FROM THE SWF FILE
Browse files Browse the repository at this point in the history
A very BIG THANK YOU to Brendan Chan for the Zuma Blitz SWF files!

Commits 19c9951 through 4e43092 has already made use of the SWF file assets. This commit adds in sounds from bundle5.swf, which handles the in-game sounds. Moreover, it renames the "time" powerup to "timeball". Sphere.lua has also been changed to detect powerup names - although expect false errors from detecting powerup sound event JSONs every time they appear.

This commit also makes some changes to SoundInstance.lua to accommodate for random sounds. This is to be changed in the future.
  • Loading branch information
ShamblesSM committed Feb 12, 2023
1 parent 4e43092 commit 0b9726c
Show file tree
Hide file tree
Showing 146 changed files with 142 additions and 93 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Any new features added in this fork may be added for OpenSMCE in general.
- Discord: Shambles#3117

### Contributors
- **Brendan Chan** - Zuma Blitz SWF file contribution
- GitHub: [bchantech](https://github.com/bchantech)
- **Cat Warrior** - Asset contributions
- GitHub: [CatWarriorOfficial](https://github.com/CatWarriorOfficial)
- Discord: Cta warrior#4126
Expand All @@ -96,5 +98,3 @@ Any new features added in this fork may be added for OpenSMCE in general.
- **Oreztov** - Wild Ball 3d cube recreation
- GitHub: [Oreztov](https://github.com/Oreztov)
- Discord: Oreztov#2411
- **JeffMakesGames** - ZB Kroakatoa Music
- [YouTube playlist](https://www.youtube.com/playlist?list=PLEdhomj1r33983BrSBOdUrh0lpAFC-sQ-)
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/config/levels/level_101.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dangerMusic": "danger",
"powerupFrequency": 15,
"individualPowerupFrequencies": {
"time": 16,
"timeball": 16,
"multiplier": 18
},
"targetFrequency": {
Expand Down
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/config/levels/level_102.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dangerMusic": "danger",
"powerupFrequency": 15,
"individualPowerupFrequencies": {
"time": 16,
"timeball": 16,
"multiplier": 18
},
"powerupGenerator": "vanilla_powerup.json",
Expand Down
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/config/levels/level_103.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dangerMusic": "danger",
"powerupFrequency": 15,
"individualPowerupFrequencies": {
"time": 16,
"timeball": 16,
"multiplier": 18
},
"targetFrequency": {
Expand Down
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/config/levels/level_104.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dangerMusic": "danger",
"powerupFrequency": 15,
"individualPowerupFrequencies": {
"time": 16,
"timeball": 16,
"multiplier": 18
},
"targetFrequency": {
Expand Down
4 changes: 2 additions & 2 deletions games/ZumaBlitzRemake/config/spheres/sphere_-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"shootBehavior": {
"type": "normal"
},
"shootSound": "sound_events/sphere_shoot_fire_hotfrog.json",
"shootSound": "sound_events/sphere_shoot_fire.json",
"hitBehavior": {
"type": "fireball",
"range": 125
},
"hitSound": "sound_events/sphere_hit_fire_hotfrog.json",
"hitSound": "sound_events/sphere_hit_fire.json",
"matches": [
-1,
1,
Expand Down
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/config/spheres/sphere_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sprite": "sprites/game/ball_1.json",
"destroyParticle": "particles/collapse_ball_1.json",
"powerupSprites": {
"time": "sprites/game/time_ball_1.json",
"timeball": "sprites/game/time_ball_1.json",
"multiplier": "sprites/game/multiplier_ball_1.json"
},
"multiplierOverlaySprites": {
Expand Down
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/config/spheres/sphere_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sprite": "sprites/game/ball_2.json",
"destroyParticle": "particles/collapse_ball_2.json",
"powerupSprites": {
"time": "sprites/game/time_ball_2.json",
"timeball": "sprites/game/time_ball_2.json",
"multiplier": "sprites/game/multiplier_ball_2.json"
},
"multiplierOverlaySprites": {
Expand Down
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/config/spheres/sphere_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sprite": "sprites/game/ball_3.json",
"destroyParticle": "particles/collapse_ball_3.json",
"powerupSprites": {
"time": "sprites/game/time_ball_3.json",
"timeball": "sprites/game/time_ball_3.json",
"multiplier": "sprites/game/multiplier_ball_3.json"
},
"multiplierOverlaySprites": {
Expand Down
4 changes: 2 additions & 2 deletions games/ZumaBlitzRemake/config/spheres/sphere_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"colorblindSprite": "sprites/game/ball_4_cb.json",
"destroyParticle": "particles/collapse_ball_4.json",
"powerupSprites": {
"time": "sprites/game/time_ball_4.json",
"timeball": "sprites/game/time_ball_4.json",
"multiplier": "sprites/game/multiplier_ball_4.json"
},
"colorblindPowerupSprites": {
"time": "sprites/game/time_ball_4_cb.json",
"timeball": "sprites/game/time_ball_4_cb.json",
"multiplier": "sprites/game/multiplier_ball_4_cb.json"
},
"multiplierOverlaySprites": {
Expand Down
4 changes: 2 additions & 2 deletions games/ZumaBlitzRemake/config/spheres/sphere_5.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"colorblindSprite": "sprites/game/ball_5_cb.json",
"destroyParticle": "particles/collapse_ball_5.json",
"powerupSprites": {
"time": "sprites/game/time_ball_5.json",
"timeball": "sprites/game/time_ball_5.json",
"multiplier": "sprites/game/multiplier_ball_5.json"
},
"colorblindPowerupSprites": {
"time": "sprites/game/time_ball_5_cb.json",
"timeball": "sprites/game/time_ball_5_cb.json",
"multiplier": "sprites/game/multiplier_ball_5_cb.json"
},
"multiplierOverlaySprites": {
Expand Down
Binary file added games/ZumaBlitzRemake/music/15toGoMusic_1.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/music/15toGoMusic_2.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/music/GameEndMusic.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/music/GameMusic1.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/music/GameMusic2.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/music/GameMusic3.ogg
Binary file not shown.
4 changes: 0 additions & 4 deletions games/ZumaBlitzRemake/sound_events/chain_bonus.json

This file was deleted.

3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain1.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain10.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain2.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain3.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain4.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain5.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain6.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain7.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain8.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/chain_bonus_9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chain9.ogg"
}
4 changes: 0 additions & 4 deletions games/ZumaBlitzRemake/sound_events/critical_shot.json

This file was deleted.

2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/sound_events/curve_clear.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"path": "sounds/curve_clear.ogg",
"path": "sounds/curveclear.ogg",
"flat": true
}
3 changes: 1 addition & 2 deletions games/ZumaBlitzRemake/sound_events/despawn_powerup.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"path": "sounds/powerup_disappears.ogg",
"flat": true
"path": "sounds/powerup_disappears.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/multiplier_disappears.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/timeball_disappears.ogg"
}
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/sound_events/hot_frog_activate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"path": "sounds/hot_frog_activate.ogg"
"path": "sounds/hotfrogactivate.ogg"
}
3 changes: 1 addition & 2 deletions games/ZumaBlitzRemake/sound_events/last_hurrah.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"path": "sounds/lasthurrah.ogg",
"flat": true
"path": "sounds/last_hurrah.ogg"
}
4 changes: 0 additions & 4 deletions games/ZumaBlitzRemake/sound_events/multiplier_appear.json

This file was deleted.

4 changes: 0 additions & 4 deletions games/ZumaBlitzRemake/sound_events/multiplier_disappear.json

This file was deleted.

2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/sound_events/shooter_swap.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"path": "sounds/bullet_swap.ogg"
"path": "sounds/button2.ogg"
}
3 changes: 0 additions & 3 deletions games/ZumaBlitzRemake/sound_events/spawn_powerup.json

This file was deleted.

3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/spawn_powerup_bomb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/bomb_appears.ogg"
}
3 changes: 3 additions & 0 deletions games/ZumaBlitzRemake/sound_events/spawn_powerup_cannons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/cannons_appears.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/multiplier_appears.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/timeball_appears.ogg"
}
4 changes: 0 additions & 4 deletions games/ZumaBlitzRemake/sound_events/sphere_destroy_chime.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chime1.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chime2.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chime3.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chime4.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chime5.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chime6.ogg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/chime7.ogg"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"path": "sounds/multiplierdestroyed.ogg",
"flat": true
"path": "sounds/multiplieractivated.ogg"
}
4 changes: 0 additions & 4 deletions games/ZumaBlitzRemake/sound_events/sphere_destroy_time.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "sounds/timeball.ogg"
}
3 changes: 1 addition & 2 deletions games/ZumaBlitzRemake/sound_events/sphere_group_join.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"path": "sounds/collide_spheres_path.ogg",
"flat": "true"
"path": "sounds/ballclick1.ogg"
}
8 changes: 6 additions & 2 deletions games/ZumaBlitzRemake/sound_events/sphere_hit_fire.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"path": "sounds/collapse_fireball.ogg",
"flat": true
"random": true,
"paths": [
"sounds/bombexplode1.ogg",
"sounds/bombexplode2.ogg",
"sounds/bombexplode3.ogg"
]
}

This file was deleted.

3 changes: 1 addition & 2 deletions games/ZumaBlitzRemake/sound_events/sphere_hit_normal.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"path": "sounds/collide_spheres_shot.ogg",
"flat": true
"path": "sounds/ballclick2.ogg"
}
3 changes: 2 additions & 1 deletion games/ZumaBlitzRemake/sound_events/sphere_shoot_fire.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"path": "sounds/launch_fireball.ogg"
"path": "sounds/firehotfrog.ogg",
"flat": true
}

This file was deleted.

3 changes: 1 addition & 2 deletions games/ZumaBlitzRemake/sound_events/sphere_shoot_normal.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"path": "sounds/launch_sphere.ogg",
"flat": true
"path": "sounds/fireball1.ogg"
}
2 changes: 1 addition & 1 deletion games/ZumaBlitzRemake/sound_events/time_up.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"path": "sounds/time_up.ogg"
"path": "sounds/times_up.ogg"
}
3 changes: 1 addition & 2 deletions games/ZumaBlitzRemake/sound_events/ui_extra_life.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"path": "sounds/curve_clear.ogg",
"flat": true
"path": "sounds/curveclear.ogg"
}
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/ballclick1.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/ballclick2.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/ballsdestroyed1.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/ballsdestroyed2.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/ballsdestroyed3.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/ballsdestroyed4.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/ballsdestroyed5.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/blunderbussfire.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/blunderbusspowerup.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/bomb_appears.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/bombexplode1.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/bombexplode2.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/bombexplode3.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/bullet_swap.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/button2.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/cannon_appears.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/cannons_appears.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/chain1.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain10.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain2.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain3.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain4.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain5.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain6.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain7.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain8.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chain9.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/chime1.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chime2.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chime3.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chime4.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chime5.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chime6.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/chime7.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/colorpop.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/critical_shot.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/curve_clear.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/curveclear.ogg
Binary file not shown.
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/fireball1.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/fireball_hotfrog.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/firehotfrog.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/firewildshot.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/food_eat.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/gameover1.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/gapbonus1.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/hot_frog_activate.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/hot_frog_explosion.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/hotfrogactivate.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/last_hurrah.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/lasthurrah.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/multiplierappears.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/multiplierdestroyed.ogg
Binary file not shown.
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/powerup_appears.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/powerup_disappears.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/rolling.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/spirit_blast.ogg
Binary file not shown.
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/tikiappears.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/tikidisappears.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/tikihit.ogg
Binary file not shown.
Binary file removed games/ZumaBlitzRemake/sounds/time_up.ogg
Binary file not shown.
Binary file modified games/ZumaBlitzRemake/sounds/timeball.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/timeball_appears.ogg
Binary file not shown.
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/times_up.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/unknown_1.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/unknown_2.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/unknown_3.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/unknown_4.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/unknown_5.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/unknown_6.ogg
Binary file not shown.
Binary file added games/ZumaBlitzRemake/sounds/unknown_7.ogg
Binary file not shown.

0 comments on commit 0b9726c

Please sign in to comment.