1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00

the hyperroid subdirectory was incorrectly named hydroid

This commit is contained in:
Zeno Rogue
2017-03-23 14:18:11 +01:00
parent cd34d9b990
commit 6978d4bc65
51 changed files with 0 additions and 0 deletions

7
hyperroid/copy.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
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