Modify default console and upload port for lua runtime

This commit is contained in:
Jimmy Yin 2015-04-21 23:07:19 +08:00
parent 2c0f1c1a50
commit 8c4cd7ea42
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
"width": 960, "width": 960,
"height": 640, "height": 640,
"entry": "src/main.lua", "entry": "src/main.lua",
"consolePort": 6010, "consolePort": 6050,
"uploadPort": 6020 "uploadPort": 6060
}, },
"simulator_screen_size": [ "simulator_screen_size": [
{ {

View File

@ -6,8 +6,8 @@
"width": 960, "width": 960,
"height": 640, "height": 640,
"entry": "src/main.lua", "entry": "src/main.lua",
"consolePort": 6010, "consolePort": 6050,
"uploadPort": 6020 "uploadPort": 6060
}, },
"simulator_screen_size": [ "simulator_screen_size": [
{ {