mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-11-08 23:36:39 +00:00
初始化
This commit is contained in:
17
cocos2d-x/templates/js-template-default/project.json
Executable file
17
cocos2d-x/templates/js-template-default/project.json
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"project_type": "javascript",
|
||||
|
||||
"debugMode" : 1,
|
||||
"showFPS" : true,
|
||||
"frameRate" : 60,
|
||||
"id" : "gameCanvas",
|
||||
"renderMode" : 0,
|
||||
"engineDir":"frameworks/cocos2d-html5",
|
||||
|
||||
"modules" : ["cocos2d"],
|
||||
|
||||
"jsList" : [
|
||||
"src/resource.js",
|
||||
"src/app.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user