mirror of https://github.com/axmolengine/axmol.git
Modify default console and upload port for lua runtime
This commit is contained in:
parent
2c0f1c1a50
commit
8c4cd7ea42
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue