Commit dc227958 authored by Friends233's avatar Friends233

一些修改

parent 5e11a687
......@@ -584,7 +584,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "c2IzBwb3hEzLePvnbAa9Vf"
"_id": "3230UNmKFLNqe6xmUZ0QnT"
},
{
"__type__": "cc.Sprite",
......@@ -614,7 +614,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "cdfTfpSpVE9omBwF/hezzG"
"_id": "55XMDqyR1Or7GQNSV0xMkK"
},
{
"__type__": "7c5ffhlHDpBpoDQ8wfKN7pu",
......@@ -2352,7 +2352,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "db5V7qEuJKTbQChKcOS5c1"
"_id": "c7ZtUPzzhGMrraG2nEQkdE"
},
{
"__type__": "cc.Sprite",
......@@ -2382,7 +2382,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "e0lLHHUihNCKy0Py3ZuAvy"
"_id": "ae2zHUphRAzLzT3G7fpaK9"
},
{
"__type__": "cc.Node",
......@@ -2444,7 +2444,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "3cjmKAzUJHK5+tf5r4FIKB"
"_id": "5e/XowrgFCaZN7yJ/6zuV9"
},
{
"__type__": "cc.Sprite",
......@@ -2474,7 +2474,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "90QN+PLLZB07n47EZ5nQHx"
"_id": "40FG87zUJBELOIk/HwEaVQ"
},
{
"__type__": "cc.Node",
......@@ -2536,7 +2536,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "2dkitjMwFKMIFs4TTREXaT"
"_id": "70N5v8e3xJhqfODdVIhZqQ"
},
{
"__type__": "cc.Sprite",
......@@ -2566,7 +2566,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "5ck9I0TcNPhYzKPmAQ4JBz"
"_id": "cbkazllbxNfoyT2c3RgsP5"
},
{
"__type__": "cc.Node",
......@@ -2628,7 +2628,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "fc8gqLpNtK4L4/mn1LBARr"
"_id": "6bJWb/CZpHvLDbT1pMlv8i"
},
{
"__type__": "cc.Sprite",
......@@ -2658,7 +2658,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "8fIqGOZbZFlYOq9OITN5Xh"
"_id": "7eU6hI1F5JO48u2hU+t8ux"
},
{
"__type__": "7c5ffhlHDpBpoDQ8wfKN7pu",
......@@ -4154,7 +4154,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "87DZhjy1NPk5CZbxnwh68j"
"_id": "432ushLYZPJr9PrGAmMS1q"
},
{
"__type__": "cc.Sprite",
......@@ -4184,7 +4184,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "f1p2Z0x+BPDbnoNhJnwE44"
"_id": "a7Suzaz1xKMZuiA/11XIOR"
},
{
"__type__": "cc.Node",
......@@ -4246,7 +4246,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "26Z61aIBFBebkiD46lNxyy"
"_id": "caTwTGaKJC/JbA7+k07G/L"
},
{
"__type__": "cc.Sprite",
......@@ -4276,7 +4276,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "fah+g03ClM8qFwlFIiSmb4"
"_id": "c5E2nnOUVGPqp7I6QSKBXW"
},
{
"__type__": "cc.Node",
......@@ -4338,7 +4338,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "84hxDoQd9O6IYeWL2INKly"
"_id": "74NLObj19LJrUlCENhyYwO"
},
{
"__type__": "cc.Sprite",
......@@ -4368,7 +4368,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "1b6/h8Su5KJa9T2I5BfbNY"
"_id": "5f8UtPpphNZrDiwN/KmdtA"
},
{
"__type__": "7c5ffhlHDpBpoDQ8wfKN7pu",
......
......@@ -166,6 +166,7 @@ export default class GameScene extends cc.Component {
startGameCountAni(cb) {
const cd = cc.find('countDown/cd', this.node),
cdBg = cc.find('countDown/cdBg', this.node)
cd.parent.active = true
cdBg.opacity = 150
cd.on(SvgaEvent.END_FRAME, () => {
cb?.()
......@@ -190,6 +191,10 @@ export default class GameScene extends cc.Component {
.getComponent(cc.Animation)
.getAnimationState('clipRation')
rotationAni.speed = this.gameConfig.rotationSpeed
this.isGameOver = false
this.isStartGame = false
this.setClipState(CLIP_STATE.DEFAULT)
this.clip.y = -41
}
/** 爪子碰撞事件 */
......
This diff is collapsed.
......@@ -40,7 +40,7 @@
<!-- <script src="//yun.duiba.com.cn/db_games/libs0924/svgaParser.minWeb.js" crossorigin="anonymous"></script>-->
<link rel="stylesheet" type="text/css" href="https://yun.duiba.com.cn/db_games/ccc_game/template/1681699931548/style-mobile.css"/>
<link rel="stylesheet" type="text/css" href="https://yun.duiba.com.cn/db_games/ccc_game/template/1681733108538/style-mobile.css"/>
<style>
......@@ -90,9 +90,9 @@
</div>
</div>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1681699931548/src/settings.js" charset="utf-8"></script>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1681733108538/src/settings.js" charset="utf-8"></script>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1681699931548/main.js" charset="utf-8"></script>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1681733108538/main.js" charset="utf-8"></script>
<script type="text/javascript">
(function () {
......
window.__remoteUrl__ = "https://yun.duiba.com.cn/db_games/ccc_game/template/1681699931548/";
window.__remoteUrl__ = "https://yun.duiba.com.cn/db_games/ccc_game/template/1681733108538/";
window.__remoteAssets__ = window.__remoteUrl__ + "assets/";
window.__version__ = 1681699931548;
window.__version__ = 1681733108538;
window.__ENV__ = "prod";
window.boot = function () {
......
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