1 Star 1 Fork 7

weizx208 / cocos2dx-lua-simple-plane-game

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
GreenDay 提交于 2016-02-02 13:46 . test
{
"init_cfg": {
"isLandscape": false,
"name": "CocosLuaGameNew",
"width": 480,
"height": 800,
"entry": "src/main.lua",
"consolePort": 6010,
"forwardConsolePort": 10089,
"forwardUploadPort": 10091
},
"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
}
]
}
Lua
1
https://gitee.com/weixiao2016/cocos2dx-lua-simple-plane-game.git
git@gitee.com:weixiao2016/cocos2dx-lua-simple-plane-game.git
weixiao2016
cocos2dx-lua-simple-plane-game
cocos2dx-lua-simple-plane-game
master

搜索帮助