1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-05 05:30:09 +00:00

8 lines
263 B
Bash
Raw Normal View History

2017-03-23 13:54:10 +01:00
#!/bin/sh
mkdir app/src/main/assets/sounds
cp ../sounds/* app/src/main/assets/sounds/
mkdir app/src/main/res/raw/
2017-03-31 22:10:05 +02:00
#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