axmol/templates/lua-template-runtime/config.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2014-05-05 21:04:04 +08:00
{
2014-05-09 14:06:20 +08:00
"init_cfg":{
2014-05-07 20:50:29 +08:00
"isLandscape": true,
2014-07-24 10:30:39 +08:00
"isWindowTop": false,
2014-05-05 21:04:04 +08:00
"name": "HelloLua",
"width": 960,
2014-05-09 14:06:20 +08:00
"height": 640,
2014-07-16 20:49:24 +08:00
"entry": "src/main.lua",
2014-08-29 15:05:55 +08:00
"consolePort": 6010,
"uploadPort": 6020
2014-05-05 21:04:04 +08:00
},
"simulator_screen_size": [
{
"title": "iPhone 3Gs (480x320)",
"width": 480,
"height": 320
},
{
"title": "iPhone 4 (960x640)",
"width": 960,
"height": 640
},
{
"title": "iPhone 5 (1136x640)",
"width": 1136,
"height": 640
},
{
"title": "iPad (1024x768)",
"width": 1024,
"height": 768
},
{
"title": "iPad Retina (2048x1536)",
"width": 2048,
"height": 1536
},
{
"title": "Android (800x480)",
"width": 800,
"height": 480
},
{
"title": "Android (854x480)",
"width": 854,
"height": 480
},
{
"title": "Android (1280x720)",
"width": 1280,
"height": 720
},
{
"title": "Android (1920x1080)",
"width": 1920,
"height": 1080
}
]
}