Change the games folder to maps and add it to the gitignore, updating the USAGE text to reflect this

This commit is contained in:
Marc Di Luzio 2014-12-16 13:13:04 +00:00
parent 7cf33ba458
commit 24e17450aa
4 changed files with 104 additions and 7 deletions

View file

@ -20,7 +20,8 @@ if [[ $? != 0 ]]; then
fi
echo "TTRTS: Generating maps"
cd ../games
test ! -e ../maps && mkdir ../maps
cd ../maps
./../build/gen/ttrts-gen
if [[ $? != 0 ]]; then
echo "TTRTS: Generating maps, exiting Bootstrap"
@ -33,4 +34,4 @@ if [ ! -e build/ttrts/ttrts ]; then
fi
cp build/ttrts/ttrts .
chmod a+x ttrts
chmod a+x ttrts