Commit 25531c7b authored by haiyoucuv's avatar haiyoucuv

上传

parent b97ee127
...@@ -52,7 +52,8 @@ export class HomeScene extends Scene { ...@@ -52,7 +52,8 @@ export class HomeScene extends Scene {
const { alreadyGuideSteps, allGuideSteps } = store.homeInfo; const { alreadyGuideSteps, allGuideSteps } = store.homeInfo;
if (alreadyGuideSteps < allGuideSteps) { // 改成不记录步数
if (alreadyGuideSteps < 1) {
changeScene(GuideGame); changeScene(GuideGame);
} else { } else {
const success = await GameMgr.ins.start(); const success = await GameMgr.ins.start();
......
...@@ -146,7 +146,7 @@ export class GuideGame extends Scene { ...@@ -146,7 +146,7 @@ export class GuideGame extends Scene {
return; return;
} }
await sendWebNet(WebNetName.stepNewGuide); // await sendWebNet(WebNetName.stepNewGuide);
const success = await GameMgr.ins.start(); const success = await GameMgr.ins.start();
if (!success) { if (!success) {
changeScene(HomeScene); changeScene(HomeScene);
...@@ -175,6 +175,10 @@ export class GuideGame extends Scene { ...@@ -175,6 +175,10 @@ export class GuideGame extends Scene {
this.phyUpdate = false; this.phyUpdate = false;
this.guideNode.show(4); this.guideNode.show(4);
// 死了标记新手引导完成
sendWebNet(WebNetName.stepNewGuide);
} }
scoreRadioFunc = () => { scoreRadioFunc = () => {
...@@ -198,7 +202,7 @@ export class GuideGame extends Scene { ...@@ -198,7 +202,7 @@ export class GuideGame extends Scene {
this.phyUpdate = true; this.phyUpdate = true;
this.guideNode.hide(); this.guideNode.hide();
if (this.data?.from !== "HomeScene") { if (this.data?.from !== "HomeScene") {
sendWebNet(WebNetName.stepNewGuide); // sendWebNet(WebNetName.stepNewGuide);
} }
// this.scheduleOnce(() => { // this.scheduleOnce(() => {
...@@ -335,7 +339,7 @@ export class GuideGame extends Scene { ...@@ -335,7 +339,7 @@ export class GuideGame extends Scene {
if (this.guideNode.guideIndex == 1) { if (this.guideNode.guideIndex == 1) {
this.guideNode.hide(); this.guideNode.hide();
if (this.data?.from !== "HomeScene") { if (this.data?.from !== "HomeScene") {
sendWebNet(WebNetName.stepNewGuide); // sendWebNet(WebNetName.stepNewGuide);
} }
this.scheduleOnce(() => { this.scheduleOnce(() => {
this.phyUpdate = false; this.phyUpdate = false;
...@@ -344,7 +348,7 @@ export class GuideGame extends Scene { ...@@ -344,7 +348,7 @@ export class GuideGame extends Scene {
this.guideNode.hide(); this.guideNode.hide();
this.phyUpdate = true; this.phyUpdate = true;
if (this.data?.from !== "HomeScene") { if (this.data?.from !== "HomeScene") {
sendWebNet(WebNetName.stepNewGuide); // sendWebNet(WebNetName.stepNewGuide);
} }
}); });
}, 0.65); }, 0.65);
......
...@@ -98,14 +98,14 @@ ...@@ -98,14 +98,14 @@
</style> </style>
<script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/src/assets/plugin/zepto.min.js"></script> <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/src/assets/plugin/zepto.min.js"></script>
<script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/src/assets/plugin/declare-process.js"></script> <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/src/assets/plugin/declare-process.js"></script>
<script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script> <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script type="text/javascript" src="https://appx/web-view.min.js"></script> <script type="text/javascript" src="https://appx/web-view.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/style.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/custom.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>--> <!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>--> <!-- <script>eruda.init()</script>-->
...@@ -118,20 +118,20 @@ ...@@ -118,20 +118,20 @@
</div> </div>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/src/system.bundle.js" charset="utf-8"></script> <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<!--<script src="https://yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>--> <!--<script src="https://yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script type="systemjs-importmap" charset="utf-8"> <script type="systemjs-importmap" charset="utf-8">
{"imports":{"cc":"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/cocos-js/cc.js"}} {"imports":{"cc":"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/cocos-js/cc.js"}}
</script> </script>
<script> <script>
System.import('//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1728524418651/index.js').catch(function (err) { System.import('//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/1729223512545/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
...@@ -98,14 +98,14 @@ ...@@ -98,14 +98,14 @@
</style> </style>
<script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/src/assets/plugin/zepto.min.js"></script> <script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/src/assets/plugin/zepto.min.js"></script>
<script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/src/assets/plugin/declare-process.js"></script> <script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/src/assets/plugin/declare-process.js"></script>
<script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script> <script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script type="text/javascript" src="https://appx/web-view.min.js"></script> <script type="text/javascript" src="https://appx/web-view.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/style.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/custom.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>--> <!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>--> <!-- <script>eruda.init()</script>-->
...@@ -118,20 +118,20 @@ ...@@ -118,20 +118,20 @@
</div> </div>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/src/system.bundle.js" charset="utf-8"></script> <script src="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>--> <!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script type="systemjs-importmap" charset="utf-8"> <script type="systemjs-importmap" charset="utf-8">
{"imports":{"cc":"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/cocos-js/cc.js"}} {"imports":{"cc":"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/cocos-js/cc.js"}}
</script> </script>
<script> <script>
System.import('//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1728542600542/index.js').catch(function (err) { System.import('//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1729223678321/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"8": { "8": {
"3\\extension": { "3\\extension": {
"name": "extension", "name": "extension",
"time": 1728542585086 "time": 1729223348183
} }
} }
} }
......
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
"progress": 1, "progress": 1,
"state": "success", "state": "success",
"stage": "build", "stage": "build",
"message": "2024-10-10 09:40:53 build success in 35 s!", "message": "2024-10-18 11:54:37 build success in 2 min 44 s!",
"detailMessage": "%c兑吧发布插件 >> 版本号:1728524418651\rcolor: green\r", "detailMessage": "%c兑吧发布插件 >> 版本号:1729223512545\rcolor: green\r",
"options": { "options": {
"name": "cocos-template-3d", "name": "cocos-template-3d",
"server": "", "server": "",
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
"nativeCodeBundleMode": "both", "nativeCodeBundleMode": "both",
"wasmCompressionMode": false "wasmCompressionMode": false
}, },
"time": "2024-10-10 09:40:18", "time": "2024-10-18 11:51:52",
"dirty": false "dirty": false
}, },
"1727146301455": { "1727146301455": {
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
"progress": 1, "progress": 1,
"state": "success", "state": "success",
"stage": "build", "stage": "build",
"message": "2024-10-10 14:44:22 build success in 1 min 2 s!", "message": "2024-10-18 11:55:49 build success in 1 min 11 s!",
"detailMessage": "Asset DB is resume!\r", "detailMessage": "Asset DB is resume!\r",
"options": { "options": {
"name": "cocos-template-3d", "name": "cocos-template-3d",
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
"buildMode": "normal", "buildMode": "normal",
"logDest": "project://temp/builder/log/web-mobile1-15-2024 18-54.log" "logDest": "project://temp/builder/log/web-mobile1-15-2024 18-54.log"
}, },
"time": "2024-10-10 14:43:20", "time": "2024-10-18 11:54:38",
"dirty": false "dirty": false
} }
} }
......
...@@ -1267,8 +1267,8 @@ ...@@ -1267,8 +1267,8 @@
}, },
"7b5de2a0-8504-46ba-9019-37a3548ce8e1": { "7b5de2a0-8504-46ba-9019-37a3548ce8e1": {
"position": { "position": {
"x": 273.8624275202809, "x": -1104.990210897534,
"y": 619.8493342728343, "y": -736.2123514438598,
"z": 5000 "z": 5000
}, },
"rotation": { "rotation": {
...@@ -1283,8 +1283,8 @@ ...@@ -1283,8 +1283,8 @@
"z": 0 "z": 0
}, },
"contentRect": { "contentRect": {
"x": 273.8624275202809, "x": -1104.990210897534,
"y": 619.8493342728344, "y": -736.2123514438598,
"width": 0, "width": 0,
"height": 0 "height": 0
}, },
......
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