-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
37 lines (28 loc) · 834 Bytes
/
project.json
File metadata and controls
37 lines (28 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"project_type": "javascript",
"debugMode" : 1,
"showFPS" : true,
"frameRate" : 60,
"id" : "gameCanvas",
"renderMode" : 0,
"engineDir":"frameworks/cocos2d-html5",
"modules" : ["cocos2d"],
"jsList" : [
"src/resource.js",
"src/var/globalVars.js",
"src/var/gameConstant.js",
"src/instance/tools.js",
"src/instance/game.js",
"src/object/base.js",
"src/object/MyBox.js",
"src/object/Box.js",
"src/object/physics.js",
"src/object/Bullet.js",
"src/layer/layer_tileMap.js",
"src/layer/Layer_background.js",
"src/layer/Layer_analogStick.js",
"src/layer/Layer_attackStick.js",
"src/scene/Scene_main.js",
"src/app.js"
]
}