mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
18 lines
297 B
JSON
Executable File
18 lines
297 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|