Commit 58ccfb62 authored by Stepheno's avatar Stepheno

(feat) style

parent 959192a0
File added
......@@ -161,13 +161,13 @@ export default class Game extends InteractComponent{
case 5:
return [3, 3, {ele: 2, iterater: 3}]
case 6:
return [3, 3, {ele: 3, iterater: 3}]
return [3, 3, 2, {ele: 2, iterater: 3}]
case 7:
return [3, 3, 3, {ele: 2, iterater: 3}]
return [3, 3, 4, {ele: 2, iterater: 3}]
case 8:
return [3, 4, 3, {ele: 2, iterater: 3}]
return [3, 4, 4, {ele: 2, iterater: 3}]
case 9:
return [4, 4, 4, {ele: 2, iterater: 3}]
return [4, 5, 4, {ele: 2, iterater: 3}]
case 10:
return [5, 4, 5, {ele: 2, iterater: 3}]
default:
......@@ -199,9 +199,9 @@ export default class Game extends InteractComponent{
const itemHeight = height / list.length
let treasureNum = box
let stoneNum = Math.floor(box * 0.6)
let stoneNum = Math.ceil(box * 0.6)
if (box === 6) stoneNum--
// if (box === 6) stoneNum--
const generateEle = (create, box, img, num, left, top, width, height) => {
const entity = create(box, this.config.getTexture(img), num)
......@@ -278,6 +278,7 @@ export default class Game extends InteractComponent{
onError(code) {
const c = this.entity.getComponent(start)
this.popup = this.DialogContainer.getComponent(Popup)
const s = this.entity.getComponent(start)
switch (code) {
case '0100000':
c.initLoginProcess(true)
......@@ -288,6 +289,16 @@ export default class Game extends InteractComponent{
case '0901011':
this.CurrencyNotEnough.getComponent(Currency).setLabel()
break
case '0901012':
case '0901013':
this.popup.showDialog('TakeFailed')
break
case '0100014':
s.toast('活动已结束\n无法参与')
break
case '0100016':
s.toast('活动未开始\n暂时无法参与')
break
case '9999999':
this.popup.showDialog('Network')
break
......
......@@ -72,6 +72,7 @@ export default class start extends ScillaComponent {
private actStatus: ActStatus
private loginStatus: boolean = false
init() {
......@@ -128,6 +129,7 @@ export default class start extends ScillaComponent {
}
public initLoginProcess(force: boolean = false) {
this.loginStatus = this.homeInfo && this.homeInfo.login
if (!(this.homeInfo && this.homeInfo.login) || force) {
const btn = this.UnLogin.getChildrenByName('Button')[0]
if (typeof window['requireLogin'] !== 'function' && !this.homeInfo.loginUrl) {
......@@ -302,6 +304,10 @@ export default class start extends ScillaComponent {
}
linkToRecordUrl() {
if (!this.loginStatus) {
this.popup.showDialog('UnLogin')
return
}
if (this.configError) return
if (this.isRunning()) location.href = this.homeInfo.prizeUrl
}
......@@ -318,7 +324,7 @@ export default class start extends ScillaComponent {
}
initRewardsList(rewardsList) {
this.rewardsContainer.getComponent(RectRenderer).width = 180 * rewardsList.length
this.rewardsContainer.getComponent(RectRenderer).width = 150 * rewardsList.length
this.rewardsContainer.removeChildren()
rewardsList.forEach(async (item, index) => {
const entity = instantiate(this.rewardsItem)
......
This diff is collapsed.
This diff is collapsed.
{
"name": "rewardsItem",
"root": {
"uuid": "20190301114308",
"components": [
{
"script": "components/base/Transform"
}
],
"children": [
{
"uuid": "20190301114245",
"name": "rewardsItem",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextureRenderer",
"properties": {
"texture": "res|e9d32c40-aa0e-4929-aa5f-80c4c69631ce"
}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"top": 40
}
}
],
"children": [
{
"name": "Image",
"components": [
{
"script": "components/base/Transform",
"properties": {
"width": 100,
"height": 100,
"position": {
"y": -5,
"_type_": "scilla/support/Vector2D"
}
}
},
{
"script": "components/renderer/TextureRenderer",
"properties": {}
}
],
"uuid": "db23b51e-34b2-4bc2-b47f-7f1b2fbc021d"
},
{
"name": "Label",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextRenderer",
"properties": {
"text": "",
"textStyle": {
"fontSize": 18
},
"fillColor": "rgba(255, 207, 47, 1)"
}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"bottom": 5
}
}
],
"uuid": "11c25929-3bd8-4ad4-a245-1b02096094d7"
}
]
}
]
}
}
\ No newline at end of file
This diff is collapsed.
{
"file": "config.png",
"frames": {
"front.png": {
"x": 1,
"y": 1,
"w": 750,
"h": 178,
"offX": 0,
"offY": 0,
"sourceW": 750,
"sourceH": 178
},
"banner.png": {
"x": 1,
"y": 181,
"w": 468,
"h": 172,
"offX": 0,
"offY": 0,
"sourceW": 468,
"sourceH": 172
},
"treasure.png": {
"x": 471,
"y": 181,
"w": 187,
"h": 200,
"offX": 0,
"offY": 0,
"sourceW": 187,
"sourceH": 200
},
"tips-bg.png": {
"x": 1,
"y": 355,
"w": 298,
"h": 59,
"offX": 0,
"offY": 0,
"sourceW": 298,
"sourceH": 59
},
"stone.png": {
"x": 301,
"y": 355,
"w": 128,
"h": 100,
"offX": 0,
"offY": 0,
"sourceW": 128,
"sourceH": 100
},
"reward.png": {
"x": 1,
"y": 416,
"w": 99,
"h": 34,
"offX": 0,
"offY": 0,
"sourceW": 99,
"sourceH": 34
},
"rule.png": {
"x": 102,
"y": 416,
"w": 99,
"h": 34,
"offX": 0,
"offY": 0,
"sourceW": 99,
"sourceH": 34
}
}
}
\ No newline at end of file
{
"file": "dialog.png",
"frames": {
"btnBg.png": {
"x": 1,
"y": 1,
"w": 452,
"h": 94,
"offX": 0,
"offY": 0,
"sourceW": 452,
"sourceH": 94
},
"close.png": {
"x": 1,
"y": 97,
"w": 49,
"h": 49,
"offX": 0,
"offY": 0,
"sourceW": 49,
"sourceH": 49
}
}
}
\ No newline at end of file
{
"file": "start.png",
"frames": {
"rewardsBg.png": {
"x": 1,
"y": 1,
"w": 750,
"h": 315,
"offX": 0,
"offY": 0,
"sourceW": 750,
"sourceH": 315
},
"startBtn.png": {
"x": 1,
"y": 318,
"w": 258,
"h": 111,
"offX": 0,
"offY": 0,
"sourceW": 258,
"sourceH": 111
},
"rewards-item.png": {
"x": 261,
"y": 318,
"w": 141,
"h": 139,
"offX": 0,
"offY": 0,
"sourceW": 141,
"sourceH": 139
},
"handle.png": {
"x": 1,
"y": 431,
"w": 104,
"h": 88,
"offX": 0,
"offY": 0,
"sourceW": 104,
"sourceH": 88
},
"tool.png": {
"x": 107,
"y": 431,
"w": 64,
"h": 1111,
"offX": 14,
"offY": 67,
"sourceW": 90,
"sourceH": 1206
},
"circle.png": {
"x": 173,
"y": 431,
"w": 57,
"h": 57,
"offX": 0,
"offY": 0,
"sourceW": 57,
"sourceH": 57
}
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>minner-tool</title>
<meta name="viewport"
content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="full-screen" content="true"/>
<meta name="screen-orientation" content="portrait"/>
<meta name="x5-fullscreen" content="true"/>
<meta name="360-fullscreen" content="true"/>
<style>
html, body {
padding: 0;
margin: 0;
border: 0;
height: 100%;
background-color: #282C34;
}
#floatLayer * {
/* margin: 0;
padding: 0; */
color: #000;
}
</style>
</head>
<body>
<div id="gameContainer" style="width: 100%;height: 100%;overflow: hidden;"></div>
<script>
var CFG = {
opId: 83189
}
</script>
<script src="//yun.duiba.com.cn/db_games/activity/public_js/fetch-jsonp.min.js"></script>
<script src="bundle.js"></script>
<script>
setTimeout(function(){
var options = window['inputOptions'] || {};
window['minner-tool'].startup(document.getElementById('gameContainer'), options);
}, 100);
</script>
</body>
</html>
{
"name": "minner-tool",
"engineConfig": {
"fps": 60,
"designWidth": 750,
"designHeight": 1334,
"scaleMode": "fixedWidth",
"modifyCanvasSize": false,
"resPath": ""
},
"customConfig": {
"scene": {
"scenes": {
"main": "scenes/main.scene"
},
"entryScene": "main"
},
"webServiceUrl": ""
},
"dataCenterConfig": {
"dataCenterRoot": [
"API",
"CFG",
"custom"
]
},
"projectUuid": "1ea735b4-a8cc-49e8-b2f6-24d9d29468ab"
}
{
"name": "rewardsItem",
"root": {
"uuid": "20190301114308",
"components": [
{
"script": "components/base/Transform"
}
],
"children": [
{
"uuid": "20190301114245",
"name": "rewardsItem",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextureRenderer",
"properties": {
"texture": "res|e9d32c40-aa0e-4929-aa5f-80c4c69631ce"
}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"top": 40
}
}
],
"children": [
{
"name": "Image",
"components": [
{
"script": "components/base/Transform",
"properties": {
"width": 100,
"height": 100,
"position": {
"y": -5,
"_type_": "scilla/support/Vector2D"
}
}
},
{
"script": "components/renderer/TextureRenderer",
"properties": {}
}
],
"uuid": "db23b51e-34b2-4bc2-b47f-7f1b2fbc021d"
},
{
"name": "Label",
"components": [
{
"script": "components/base/Transform",
"properties": {}
},
{
"script": "components/renderer/TextRenderer",
"properties": {
"text": "",
"textStyle": {
"fontSize": 18
},
"fillColor": "rgba(255, 207, 47, 1)"
}
},
{
"script": "components/other/RelativeLayout",
"properties": {
"bottom": 5
}
}
],
"uuid": "11c25929-3bd8-4ad4-a245-1b02096094d7"
}
]
}
]
}
}
\ No newline at end of file
This diff is collapsed.
{
"file": "config.png",
"frames": {
"front.png": {
"x": 1,
"y": 1,
"w": 750,
"h": 178,
"offX": 0,
"offY": 0,
"sourceW": 750,
"sourceH": 178
},
"banner.png": {
"x": 1,
"y": 181,
"w": 468,
"h": 172,
"offX": 0,
"offY": 0,
"sourceW": 468,
"sourceH": 172
},
"treasure.png": {
"x": 471,
"y": 181,
"w": 187,
"h": 200,
"offX": 0,
"offY": 0,
"sourceW": 187,
"sourceH": 200
},
"tips-bg.png": {
"x": 1,
"y": 355,
"w": 298,
"h": 59,
"offX": 0,
"offY": 0,
"sourceW": 298,
"sourceH": 59
},
"stone.png": {
"x": 301,
"y": 355,
"w": 128,
"h": 100,
"offX": 0,
"offY": 0,
"sourceW": 128,
"sourceH": 100
},
"reward.png": {
"x": 1,
"y": 416,
"w": 99,
"h": 34,
"offX": 0,
"offY": 0,
"sourceW": 99,
"sourceH": 34
},
"rule.png": {
"x": 102,
"y": 416,
"w": 99,
"h": 34,
"offX": 0,
"offY": 0,
"sourceW": 99,
"sourceH": 34
}
}
}
\ No newline at end of file
{
"file": "dialog.png",
"frames": {
"btnBg.png": {
"x": 1,
"y": 1,
"w": 452,
"h": 94,
"offX": 0,
"offY": 0,
"sourceW": 452,
"sourceH": 94
},
"close.png": {
"x": 1,
"y": 97,
"w": 49,
"h": 49,
"offX": 0,
"offY": 0,
"sourceW": 49,
"sourceH": 49
}
}
}
\ No newline at end of file
{
"file": "start.png",
"frames": {
"rewardsBg.png": {
"x": 1,
"y": 1,
"w": 750,
"h": 315,
"offX": 0,
"offY": 0,
"sourceW": 750,
"sourceH": 315
},
"startBtn.png": {
"x": 1,
"y": 318,
"w": 258,
"h": 111,
"offX": 0,
"offY": 0,
"sourceW": 258,
"sourceH": 111
},
"rewards-item.png": {
"x": 261,
"y": 318,
"w": 141,
"h": 139,
"offX": 0,
"offY": 0,
"sourceW": 141,
"sourceH": 139
},
"handle.png": {
"x": 1,
"y": 431,
"w": 104,
"h": 88,
"offX": 0,
"offY": 0,
"sourceW": 104,
"sourceH": 88
},
"tool.png": {
"x": 107,
"y": 431,
"w": 64,
"h": 1111,
"offX": 14,
"offY": 67,
"sourceW": 90,
"sourceH": 1206
},
"circle.png": {
"x": 173,
"y": 431,
"w": 57,
"h": 57,
"offX": 0,
"offY": 0,
"sourceW": 57,
"sourceH": 57
}
}
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>minner-tool</title>
<meta name="viewport"
content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="full-screen" content="true"/>
<meta name="screen-orientation" content="portrait"/>
<meta name="x5-fullscreen" content="true"/>
<meta name="360-fullscreen" content="true"/>
<style>
html, body {
padding: 0;
margin: 0;
border: 0;
height: 100%;
background-color: #282C34;
}
#floatLayer * {
/* margin: 0;
padding: 0; */
color: #000;
}
</style>
</head>
<body>
<div id="gameContainer" style="width: 100%;height: 100%;overflow: hidden;"></div>
<script>
var CFG = {
opId: 83189
}
</script>
<script src="//yun.duiba.com.cn/db_games/activity/public_js/fetch-jsonp.min.js"></script>
<script src="bundle.js"></script>
<script>
setTimeout(function(){
var options = window['inputOptions'] || {};
window['minner-tool'].startup(document.getElementById('gameContainer'), options);
}, 100);
</script>
</body>
</html>
{
"name": "minner-tool",
"engineConfig": {
"fps": 60,
"designWidth": 750,
"designHeight": 1334,
"scaleMode": "fixedWidth",
"modifyCanvasSize": false,
"resPath": ""
},
"customConfig": {
"scene": {
"scenes": {
"main": "scenes/main.scene"
},
"entryScene": "main"
},
"webServiceUrl": ""
},
"dataCenterConfig": {
"dataCenterRoot": [
"API",
"CFG",
"custom"
]
},
"projectUuid": "1ea735b4-a8cc-49e8-b2f6-24d9d29468ab"
}
......@@ -21,13 +21,269 @@
}
#floatLayer * {
/* margin: 0;
padding: 0; */
margin: 0;
color: #000;
}
#loading ul {
position: absolute;
left: 50%;
top: 50%;
transform: rotate(45deg) translate(-50%, -50%);
-webkit-transform: rotate(45deg) translate(-50%, -50%);
}
#loading li {
list-style-type: none;
position: absolute;
top: 0px;
left: 0px;
width: 20px;
height: 20px;
background: #f5d4a1;
border-radius: 50%;
}
#a {
animation: a 1s ease-in-out infinite;
-webkit-animation: a 1s ease-in-out infinite;
top: -40px;
left: -40px;
}
#b {
animation: b 1s ease-in-out infinite;
-webkit-animation: b 1s ease-in-out infinite;
top: -40px;
left: 0px;
}
#c {
animation: c 1s ease-in-out infinite;
-webkit-animation: c 1s ease-in-out infinite;
top: -40px;
left: 40px;
}
#d {
animation: d 1s ease-in-out infinite;
-webkit-animation: d 1s ease-in-out infinite;
top: 0px;
left: -40px;
}
#e {
animation: e 1s ease-in-out infinite;
-webkit-animation: e 1s ease-in-out infinite;
top: 0px;
left: 0px;
}
#f {
animation: f 1s ease-in-out infinite;
-webkit-animation: f 1s ease-in-out infinite;
top: 0px;
left: 40px;
}
#g {
animation: g 1s ease-in-out infinite;
-webkit-animation: g 1s ease-in-out infinite;
top: 40px;
left: -40px;
}
#h {
animation: h 1s ease-in-out infinite;
-webkit-animation: h 1s ease-in-out infinite;
top: 40px;
left: 0px;
}
#i {
animation: i 1s ease-in-out infinite;
-webkit-animation: i 1s ease-in-out infinite;
top: 40px;
left: 40px;
}
@keyframes a {
50% {
top: 0px;
left: -40px;
}
100% {
top: 0px;
left: -40px;
}
}
@keyframes b {
50% {
top: -40px;
left: -40px;
}
100% {
top: -40px;
left: -40px;
}
}
@keyframes c {
50% {
top: -40px;
left: 0px;
}
100% {
top: -40px;
left: 0px;
}
}
@keyframes d {
50% {
top: 40px;
left: -40px;
}
100% {
top: 40px;
left: -40px;
}
}
@keyframes f {
50% {
top: -40px;
left: 40px;
}
100% {
top: -40px;
left: 40px;
}
}
@keyframes g {
50% {
top: 40px;
left: 0px;
}
100% {
top: 40px;
left: 0px;
}
}
@keyframes h {
50% {
top: 40px;
left: 40px;
}
100% {
top: 40px;
left: 40px;
}
}
@keyframes i {
50% {
top: 0px;
left: 40px;
}
100% {
top: 0px;
left: 40px;
}
}
@-webkit-keyframes a {
50% {
top: 0px;
left: -40px;
}
100% {
top: 0px;
left: -40px;
}
}
@-webkit-keyframes b {
50% {
top: -40px;
left: -40px;
}
100% {
top: -40px;
left: -40px;
}
}
@-webkit-keyframes c {
50% {
top: -40px;
left: 0px;
}
100% {
top: -40px;
left: 0px;
}
}
@-webkit-keyframes d {
50% {
top: 40px;
left: -40px;
}
100% {
top: 40px;
left: -40px;
}
}
@-webkit-keyframes f {
50% {
top: -40px;
left: 40px;
}
100% {
top: -40px;
left: 40px;
}
}
@-webkit-keyframes g {
50% {
top: 40px;
left: 0px;
}
100% {
top: 40px;
left: 0px;
}
}
@-webkit-keyframes h {
50% {
top: 40px;
left: 40px;
}
100% {
top: 40px;
left: 40px;
}
}
@-webkit-keyframes i {
50% {
top: 0px;
left: 40px;
}
100% {
top: 0px;
left: 40px;
}
}
</style>
</head>
<body>
<ul id="loading">
<li id='a'></li>
<li id='b'></li>
<li id='c'></li>
<li id='d'></li>
<li id='e'></li>
<li id='f'></li>
<li id='g'></li>
<li id='h'></li>
<li id='i'></li>
</ul>
<div id="gameContainer" style="width: 100%;height: 100%;overflow: hidden;"></div>
<script>
var CFG = {
......
......@@ -8,11 +8,44 @@
"opId":null,
"appId":5,
"title":"title",
"rule":"<ol><li><strong>测试测试测试测试测试测试</strong></li><li><em style='color: rgb(51, 51, 51);'>测试测试测试测试测试测试</em></li><li><strong style='color: rgb(51, 51, 51);'><em>测试测试测试测试测试测试</em></strong></li><li><span style='color: rgb(51, 51, 51);'>测试测试测试测试测试测试</span></li><li><span style='color: rgb(51, 51, 51);'>测试测试测试测试测试测试</span></li><li><span style='color: rgb(51, 51, 51);'>测试测试测试测试测试测试</span></li><li><span style='color: rgb(51, 51, 51);'>测试测试测试测试测试测试</span></li><li><span style='color: rgb(51, 51, 51);'>测试测试测试测试测试测试</span></li></ol>",
"box":5,
"rule":"<p><strong>测试测试</strong></p><p><em style=\"color: rgb(51, 51, 51);\">测试测试</em></p><p><strong style=\"color: rgb(51, 51, 51);\"><em>测试测试</em></strong></p>",
"box":10,
"continueTime":5,
"earnCreditsUrl": "//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"prizeList":[{
"prizeList":[
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
{
"img":"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png",
"title":"name"
},
......@@ -22,7 +55,7 @@
}
],
"interfaceConfig":"{\"indexBackBgImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexBackBgImg.png\",\"indexBannerImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexBannerImg.png\",\"indexGoalBgImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexGoalBgImg.png\",\"indexFrontBgImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexFrontBgImg.png\",\"indexPrizeBgImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexPrizeBgImg.png\",\"indexBoxImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexBoxImg.png\",\"indexBlockImg\":\"//yun.duiba.com.cn/h5/activity/goldminer/images/indexBlockImg.png\",\"indexInitBtnImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexInitBtnImg.png\",\"indexStartBtnImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexStartBtnImg.png\",\"indexPrizeImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexPrizeImg.png\",\"indexRuleImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/indexRuleImg.png\",\"popBgColor\":\"#FFFFFF\",\"popTitleColor\": \"#FF6D2B\",\"popPrizeTextColor\": \"#4C4C4C\",\"popBtnImg\": \"//yun.duiba.com.cn/h5/activity/goldminer/images/popBtnImg.png\",\"popBtnTextColor\": \"#fff\"}",
"login":true,
"login":false,
"loginUrl": "https://www.baidu.com",
"credits": 5,
"unit":"悠币",
......
{"/Users/firefly/duiba/demoList/minner-tool/assets/scripts/HelloScilla.ts":1561020169937.0137,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/HelloScilla.ts":1561020169937.0137,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/DialogContent.ts":1561600311985.8552,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Network.ts":1561600425062.0408,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Normal.ts":1562566682279.367,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Tips.ts":1562206219526.327,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/TakeRewards.ts":1561604368987.917,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/scenes/start.ts":1562900603149.6484,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/Game.ts":1562812722245.6018,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/utils/index.ts":1561701943800.5488,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/ToolAnimate.ts":1562061481431.2627,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/Treasure.ts":1562036486693.9104,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/Stone.ts":1562036497419.1833,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Currency.ts":1562576376017.156,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/TakeFailed.ts":1562567908671.4026,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/utils/BuriedPoint.ts":1562566605218.4138}
{"/Users/firefly/duiba/demoList/minner-tool/assets/scripts/HelloScilla.ts":1561020169937.0137,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/HelloScilla.ts":1561020169937.0137,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/DialogContent.ts":1561600311985.8552,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Network.ts":1561600425062.0408,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Normal.ts":1562566682279.367,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Tips.ts":1563342864232.2847,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/TakeRewards.ts":1561604368987.917,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/scenes/start.ts":1563414744765.5208,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/Game.ts":1563328648843.1855,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/utils/index.ts":1561701943800.5488,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/ToolAnimate.ts":1562061481431.2627,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/Treasure.ts":1562036486693.9104,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/game/Stone.ts":1562036497419.1833,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/Currency.ts":1562576376017.156,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/dialog/TakeFailed.ts":1562567908671.4026,"/Users/firefly/duiba/demoList/miner-tool/assets/scripts/utils/BuriedPoint.ts":1562566605218.4138}
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