C:\Users\Administrator>python F:\Cocos2d\Cocos2d-x\cocos2d-x-3.0\tools\cocos2d-console\bin/cocos.py new helloworld -p c
om.skooo.game -l cpp -d F:\Cocos2d\Cocos2d-x\cocos2d-x-3.0\projects
Runing command: new
Copy template into F:\Cocos2d\Cocos2d-x\cocos2d-x-3.0\projects\helloworld
Copying cocos2d-x files…
Rename project name from ‘HelloCpp’ to ‘helloworld’
Replace the project name from ‘HelloCpp’ to ‘helloworld’
Replace the project package name from ‘org.cocos2dx.hellocpp’ to ‘com.skooo.game’
C:\Users\Administrator>
进入 F:\Cocos2d\Cocos2d-x\cocos2d-x-3.0\projects,一看helloworld的大小,215M,为什么?helloworld里面有一个cocos2d目录,它里面是cocos2d-x v3.0的所有源码。
