Commit 3d32f25e authored by haiyoucuv's avatar haiyoucuv

init

parent e574493a
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"ver": "1.2.0", "ver": "1.2.0",
"importer": "directory", "importer": "directory",
"imported": true, "imported": true,
"uuid": "be7a328e-f682-429b-acc7-43c3a5c924a0", "uuid": "cb6cd6ad-dfbc-4c51-851d-b65aeef29af6",
"files": [], "files": [],
"subMetas": {}, "subMetas": {},
"userData": {} "userData": {}
......
{
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "02e1993a-c647-4c31-99c2-a6f3902f2da4",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "02e1993a-c647-4c31-99c2-a6f3902f2da4@6c48a",
"displayName": "000255_alpha_mask",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "02e1993a-c647-4c31-99c2-a6f3902f2da4",
"isUuid": true,
"visible": false,
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "02e1993a-c647-4c31-99c2-a6f3902f2da4@f9941",
"displayName": "000255_alpha_mask",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 0.5,
"trimX": 0,
"trimY": 0,
"width": 127,
"height": 127,
"rawWidth": 128,
"rawHeight": 128,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-63.5,
-63.5,
0,
63.5,
-63.5,
0,
-63.5,
63.5,
0,
63.5,
63.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
128,
127,
128,
0,
1,
127,
1
],
"nuv": [
0,
0.0078125,
0.9921875,
0.0078125,
0,
1,
0.9921875,
1
],
"minPos": [
-63.5,
-63.5,
0
],
"maxPos": [
63.5,
63.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "02e1993a-c647-4c31-99c2-a6f3902f2da4@6c48a",
"atlasUuid": "",
"trimType": "auto"
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "02e1993a-c647-4c31-99c2-a6f3902f2da4@6c48a"
}
}
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"ver": "1.0.3", "ver": "1.0.3",
"importer": "buffer", "importer": "buffer",
"imported": true, "imported": true,
"uuid": "8ba2e596-3d99-4d15-963a-08bf711b9293", "uuid": "d5071d9c-cd87-4439-ac1c-51ced316f8d4",
"files": [ "files": [
".bin", ".bin",
".json" ".json"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -45,7 +45,7 @@ export class RoleCarColorsComponent extends Component { ...@@ -45,7 +45,7 @@ export class RoleCarColorsComponent extends Component {
playWalk() { playWalk() {
if (this.status === "walk") return; if (this.status === "walk") return;
this.node.children[0].setScale(12, 12, 12); this.node.children[0].setScale(13, 13, 13);
this.status = "walk"; this.status = "walk";
this.animation.play("run"); this.animation.play("run");
} }
...@@ -58,7 +58,7 @@ export class RoleCarColorsComponent extends Component { ...@@ -58,7 +58,7 @@ export class RoleCarColorsComponent extends Component {
playIdle() { playIdle() {
if (this.status === "idle") return if (this.status === "idle") return
this.node.children[0].setScale(12, 12, 12); this.node.children[0].setScale(13, 13, 13);
this.status = "idle"; this.status = "idle";
const names = ["idel_1", "idel_2", "idel_3"]; const names = ["idel_1", "idel_2", "idel_3"];
this.animation.play(names[randomRangeInt(0, 4)]); this.animation.play(names[randomRangeInt(0, 4)]);
......
...@@ -293,12 +293,12 @@ export class RoleCarColorsSysterm extends Component { ...@@ -293,12 +293,12 @@ export class RoleCarColorsSysterm extends Component {
roleCom.playIdle() roleCom.playIdle()
roleCom.isIntarget = true roleCom.isIntarget = true
role.setRotationFromEuler(-40, 0, 0) role.setRotationFromEuler(-40, 0, 0)
role.setPosition(-6, 0, 0.2) role.setPosition(-6, 0, 0)
return return
} else if (!roleCom.isHorizon && pos.z > 0) { } else if (!roleCom.isHorizon && pos.z > 0) {
roleCom.playIdle() roleCom.playIdle()
roleCom.isHorizon = true roleCom.isHorizon = true
role.setRotationFromEuler(0, -90, 30) role.setRotationFromEuler(0, -90, 40)
role.setPosition(4.5, 0, 0) role.setPosition(4.5, 0, 0)
return return
} }
......
...@@ -98,14 +98,14 @@ ...@@ -98,14 +98,14 @@
</style> </style>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/assets/plugin/zepto.min.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/src/assets/plugin/zepto.min.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/assets/plugin/declare-process.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/src/assets/plugin/declare-process.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/assets/plugin/jszip.min.v3.10.1.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/src/assets/plugin/jszip.min.v3.10.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/assets/plugin/rem.min.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/src/assets/plugin/rem.min.js"></script>
<script src="//res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> <script src="//res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/style.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/custom.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/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>-->
...@@ -133,20 +133,20 @@ ...@@ -133,20 +133,20 @@
</div> </div>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/system.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>--> <!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/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.com.cn/db_games/ccc_game/template3d/1749110580719/cocos-js/cc.js"}} {"imports":{"cc":"//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/cocos-js/cc.js"}}
</script> </script>
<script> <script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1749110580719/index.js').catch(function (err) { System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1749112053645/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
"progress": 1, "progress": 1,
"state": "success", "state": "success",
"stage": "build", "stage": "build",
"message": "2025-6-5 16:03:47 build success in 46 s!", "message": "2025-6-5 16:28:24 build success in 52 s!",
"detailMessage": "%c兑吧发布插件 >> 版本号:1749110580719\rcolor: green\r", "detailMessage": "%c兑吧发布插件 >> 版本号:1749112053645\rcolor: green\r",
"options": { "options": {
"name": "card", "name": "card",
"server": "", "server": "",
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
"enable": true "enable": true
} }
}, },
"time": "2025-6-5 16:03:00", "time": "2025-6-5 16:27:31",
"dirty": false "dirty": false
} }
} }
......
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