Skip to content

Commit

Permalink
Add and swap some sounds
Browse files Browse the repository at this point in the history
NicEastvillage committed Jun 8, 2024
1 parent bf299d6 commit 36b78d3
Showing 18 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets.go
Original file line number Diff line number Diff line change
@@ -144,11 +144,11 @@ func (am *AssetManager) LoadAll() {
am.sfxPiecePromote = rl.LoadSound("assets/sfx/piece_promote.mp3")
am.sfxPieceAdd = rl.LoadSound("assets/sfx/piece_add.ogg")
am.sfxPieceRemove = rl.LoadSound("assets/sfx/piece_remove.ogg")
am.sfxPieceColorChange = rl.LoadSound("assets/sfx/piece_color_change.ogg")
am.sfxPieceColorChange = rl.LoadSound("assets/sfx/piece_color_change.wav")
am.sfxPieceSizeChange = rl.LoadSound("assets/sfx/piece_size_change.wav")
am.sfxStatusEffectAdd = rl.LoadSound("assets/sfx/status_effect_add.ogg")
am.sfxStatusEffectRemove = rl.LoadSound("assets/sfx/status_effect_remove.ogg")
am.sfxObstacleAdd = rl.LoadSound("assets/sfx/obstacle_add.wav")
am.sfxObstacleAdd = rl.LoadSound("assets/sfx/obstacle_add.ogg")
am.sfxObstacleRemove = rl.LoadSound("assets/sfx/obstacle_remove.wav")
am.sfxShopMoneyEarn = rl.LoadSound("assets/sfx/shop_money_earn.ogg")
am.sfxShopQuickbuy = rl.LoadSound("assets/sfx/shop_quickbuy.ogg")
Binary file added assets/sfx/cowbell.ogg
Binary file not shown.
Binary file added assets/sfx/ding_ring.ogg
Binary file not shown.
Binary file added assets/sfx/equip.ogg
Binary file not shown.
Binary file added assets/sfx/fold.ogg
Binary file not shown.
Binary file added assets/sfx/obstacle_add.ogg
Binary file not shown.
Binary file removed assets/sfx/obstacle_add.wav
Binary file not shown.
Binary file removed assets/sfx/piece_color_change.ogg
Binary file not shown.
File renamed without changes.
Binary file modified assets/sfx/piece_remove.ogg
Binary file not shown.
Binary file modified assets/sfx/piece_size_change.wav
Binary file not shown.
Binary file added assets/sfx/put_thing_down.ogg
Binary file not shown.
Binary file modified assets/sfx/status_effect_add.ogg
Binary file not shown.
Binary file modified assets/sfx/status_effect_remove.ogg
Binary file not shown.
Binary file modified assets/sfx/tile_add_remove.ogg
Binary file not shown.
Binary file added assets/sfx/unequip.ogg
Binary file not shown.
Binary file added assets/sfx/wood_misc.ogg
Binary file not shown.
Binary file removed assets/sfx/wood_misc_01.ogg
Binary file not shown.

0 comments on commit 36b78d3

Please sign in to comment.