1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-29 08:33:25 +00:00
hyperrogue/hyperroid/copy.sh

8 lines
269 B
Bash
Raw Normal View History

2017-03-23 12:54:10 +00:00
#!/bin/sh
2018-06-07 17:51:14 +00:00
mkdir -p app/src/main/assets/sounds
2017-03-23 12:54:10 +00:00
cp ../sounds/* app/src/main/assets/sounds/
2018-06-07 17:51:14 +00:00
mkdir -p app/src/main/res/raw/
2017-03-31 20:10:05 +00: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