Skip to content

Commit

Permalink
readme update. Files also renamed and fixed up.
Browse files Browse the repository at this point in the history
  • Loading branch information
133794m3r committed Dec 19, 2020
1 parent 725b5c8 commit 281b451
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,20 @@ Bitser.lua is licensed under MIT license. Repo: https://github.com/gvx/bitser

All other code in this repo by myself is licensed under the GPLv3.


## Music
https://opengameart.org/content/chip-bit-danger by Sudocolon

https://opengameart.org/content/this-game-is-over by mccartneytm

https://opengameart.org/content/space-boss-battle-theme by Matthew Pablo

https://opengameart.org/content/twister-tetris by poinl

https://opengameart.org/content/chiptune-techno by Nicole Marie T

https://opengameart.org/content/let-the-games-begin-0 by section31

## SFX

https://opengameart.org/content/rpg-sound-pack by artisticdude
Binary file modified res/sfx/drop.wav
Binary file not shown.
Binary file modified res/sfx/rotate.wav
Binary file not shown.
4 changes: 2 additions & 2 deletions src/assets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ https://opengameart.org/content/rpg-sound-pack artisticdude
rotate and the block drop sounds.
]]
gSFX = {
['rotate'] = love.audio.newSource('res/sfx/rotate1.wav','static'),
['drop'] = love.audio.newSource('res/sfx/drop1.wav','static'),
['rotate'] = love.audio.newSource('res/sfx/rotate.wav','static'),
['drop'] = love.audio.newSource('res/sfx/drop.wav','static'),
}

0 comments on commit 281b451

Please sign in to comment.