1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-01 14:32:59 +00:00

added -DMUSICDESTDIR

This commit is contained in:
Zeno Rogue
2017-03-31 22:10:05 +02:00
parent b7450edef5
commit 0d7d2cf825
5 changed files with 10 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
mkdir app/src/main/assets/sounds
cp ../sounds/* app/src/main/assets/sounds/
mkdir app/src/main/res/raw/
for x in caves crossroads desert graveyard hell icyland jungle laboratory mirror rlyeh
do cp ../music/hr3-$x.ogg app/src/main/res/raw/$x.ogg
done
#for x in caves crossroads desert graveyard hell icyland jungle laboratory mirror rlyeh
#do cp ../music/hr3-$x.ogg app/src/main/res/raw/$x.ogg
#done