Skip to content

Commit ab5019c

Browse files
committed
RetroFW port update, readme update, minor fixes
1 parent a5adc87 commit ab5019c

File tree

17 files changed

+10
-3
lines changed

17 files changed

+10
-3
lines changed

Makefile.retrofw

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $(OPK_NAME): $(PROJECT) skins sfx icon.png README.md yatka.retrofw.desktop
2222
rm -rf $(OPK_DIR)
2323
mkdir -p $(OPK_DIR)
2424
cp -R skins $(OPK_DIR)/
25-
cp -R sfx_retrofw $(OPK_DIR)/sfx
25+
cp -R sfx $(OPK_DIR)/
26+
cp -R music $(OPK_DIR)/
2627
cp icon.png $(OPK_DIR)/
2728
cp README.md $(OPK_DIR)/readme.txt
2829
cp yatka.retrofw.desktop $(OPK_DIR)/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ yet another tetris klone in action
77
- in-game music by Vomitron
88
- some tetromino randomizers thanks to Simon Laroche ([link](https://simon.lc/the-history-of-tetris-randomizers))
99
- SRS wall kicks thanks to [Tetris Wiki](https://tetris.fandom.com/wiki/SRS)
10+
- Elektronika60, Dotkom and Gamboi skins by GuineaSquiggle
1011

1112
Feel free to report errors.
1213

sfx_retrofw/bradinsky.ogg

-1.59 MB
Binary file not shown.

sfx_retrofw/bradinsky.wav

-12 MB
Binary file not shown.

sfx_retrofw/clear.ogg

-5.3 KB
Binary file not shown.

sfx_retrofw/clear.wav

-19.1 KB
Binary file not shown.

sfx_retrofw/click.wav

-16.4 KB
Binary file not shown.

sfx_retrofw/hit.ogg

-3.92 KB
Binary file not shown.

sfx_retrofw/hit.wav

-5.58 KB
Binary file not shown.

sfx_retrofw/kalinka.ogg

-1.24 MB
Binary file not shown.

0 commit comments

Comments
 (0)