背景和头像缺失
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
mycocos=tools/cocos2d-console/bin/cocos
|
||||
$mycocos new -l $1
|
||||
|
||||
if [ $1 = "cpp" ]; then
|
||||
projectname="MyCppGame"
|
||||
elif [ $1 = "lua" ]; then
|
||||
projectname="MyLuaGame"
|
||||
elif [ $1 = "js" ]; then
|
||||
projectname="MyJSGame"
|
||||
fi
|
||||
|
||||
$mycocos compile -p linux -s $projectname -m release -j4 --compile-script 0
|
||||
Reference in New Issue
Block a user