diff --git a/Adventures in Lestoria/Tutorial.h b/Adventures in Lestoria/Tutorial.h index 5213fc14..6a885d02 100644 --- a/Adventures in Lestoria/Tutorial.h +++ b/Adventures in Lestoria/Tutorial.h @@ -44,6 +44,7 @@ All rights reserved. #undef KEY_UP #undef KEY_RIGHT #undef KEY_DOWN +#undef KEY_MENU #include "AdventuresInLestoria.h" diff --git a/distribute.sh b/distribute.sh index 3c574847..6f9ca992 100755 --- a/distribute.sh +++ b/distribute.sh @@ -15,6 +15,10 @@ cp -R "Adventures in Lestoria/assets/themes" release/assets cp -R "Adventures in Lestoria/assets/gamepack.pak" release/assets cp -R "Adventures in Lestoria/assets/*.ttf" release/assets cp -R "Adventures in Lestoria/controller_config" release +mkdir "release/Adventures in Lestoria" +cp "Adventures in Lestoria/Adventures in Lestoria/*.so" "release/Adventures in Lestoria" +rm release/*.pdb -rm release/*.pdb \ No newline at end of file +touch release/runGame.sh +echo "bin/AdventuresInLestoria" > release/runGame.sh \ No newline at end of file