-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
59 lines (59 loc) · 1.31 KB
/
config.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"init_cfg":{
"isLandscape": false,
"isWindowTop": false,
"name": "cocos_lua_lib",
"width": 640,
"height": 960,
"entry": "src/main.lua",
"consolePort": 6050,
"uploadPort": 6060
},
"simulator_screen_size": [
{
"title": "iPhone 3Gs (480x320)",
"width": 320,
"height": 480
},
{
"title": "iPhone 4 (960x640)",
"width": 640,
"height": 960
},
{
"title": "iPhone 5 (1136x640)",
"width": 640,
"height": 1136
},
{
"title": "iPad (1024x768)",
"width": 768,
"height": 1024
},
{
"title": "iPad Retina (2048x1536)",
"width": 1536,
"height": 2048
},
{
"title": "Android (800x480)",
"width": 400,
"height": 800
},
{
"title": "Android (854x480)",
"width": 480,
"height": 854
},
{
"title": "Android (1280x720)",
"width": 720,
"height": 1280
},
{
"title": "Android (1920x1080)",
"width": 1080,
"height": 1920
}
]
}