Commit d36abbc0 authored by wildfirecode's avatar wildfirecode

1

parent daccda62
No preview for this file type
......@@ -116,7 +116,13 @@
"components": [
{
"script": "components/base/Transform",
"properties": {}
"properties": {
"position": {
"_hashCode": 6106,
"_x": 0,
"_y": 0
}
}
},
{
"script": "./scripts/scenes/SceneStart",
......@@ -262,7 +268,7 @@
"script": "components/base/Transform",
"properties": {
"position": {
"x": 2.857142857142847,
"x": 38.412698412698404,
"y": 25.71428571428575
}
}
......@@ -669,7 +675,7 @@
]
}
],
"disabled": true
"disabled": false
},
{
"name": "ScenePlay",
......@@ -921,7 +927,7 @@
"children": []
}
],
"disabled": false
"disabled": true
},
{
"name": "SceneGuide",
......
......@@ -9,10 +9,10 @@
<div id="gameContainer" style="width: 100%;height: 100%;overflow: hidden;"></div>
<script src="//yun.duiba.com.cn/db_games/zepto.min.js"></script>
<script src="//yun.duiba.com.cn/db_games/security.js"></script>
<script src="//yun.duiba.com.cn/db_games/1562055416/bundle.js"></script>
<script src="//yun.duiba.com.cn/db_games/1562654994/bundle.js"></script>
<script> setTimeout(function () {
var loadingEl = document.getElementById('loading'); function onProcess(p) { if (p >= 1) { loadingEl.style.display = 'none'; } }
var options = { resPath: "//yun.duiba.com.cn/db_games/1562055416/" }; window['shuijf'].startup(document.getElementById('gameContainer'), options, onProcess);
var options = { resPath: "//yun.duiba.com.cn/db_games/1562654994/" }; window['shuijf'].startup(document.getElementById('gameContainer'), options, onProcess);
}, 100);
window['COUNT_DOWN_SEC'] = 10;
......
......@@ -16,8 +16,8 @@
"entryScene": "main"
},
"webServiceUrl-": "http://10.10.93.204:7555 http://localhost:3010",
"webServiceUrl": "http://localhost:4001",
"webServiceUrl3": ""
"webServiceUrl1": "http://localhost:4001",
"webServiceUrl": ""
},
"dataCenterConfig": {
"dataCenterRoot": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment