axmol/plugin/tools/gameDevGuide.sh

11 lines
185 B
Bash
Raw Normal View History

2013-04-07 17:27:11 +08:00
SHELL_DIR=$(cd "$(dirname "$0")"; pwd)
pushd ${SHELL_DIR}
# include the config
source ./config.sh
# show dialog for continue
python ./toolsForGame/main.py ${PLUGINS_CAN_SELECT}
popd