修复BUG
This commit is contained in:
parent
11163e1e22
commit
c2b3325788
|
@ -974,7 +974,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
21,
|
||||
92.753,
|
||||
144.85,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -4021,7 +4021,7 @@
|
|||
"__type__": "TypedArray",
|
||||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
-14.401,
|
||||
-11.041,
|
||||
-4.32,
|
||||
0,
|
||||
0,
|
||||
|
@ -4120,8 +4120,8 @@
|
|||
"__type__": "TypedArray",
|
||||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
3.942,
|
||||
-32.182,
|
||||
-14.401,
|
||||
-38.902,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
|
|
@ -133,9 +133,7 @@
|
|||
"__id__": 2
|
||||
},
|
||||
"_enabled": true,
|
||||
"audioGameBgm0": {
|
||||
"__uuid__": "bef46737-c323-42ea-9ea7-7dc780b882b7"
|
||||
},
|
||||
"audioGameBgm0": null,
|
||||
"baishao_audio": {
|
||||
"__uuid__": "47388b59-bca9-4607-bdc1-1fc7ba079a12"
|
||||
},
|
||||
|
@ -720,8 +718,8 @@
|
|||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 102,
|
||||
"height": 40
|
||||
"width": 126,
|
||||
"height": 140
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -733,7 +731,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
279.513,
|
||||
-547.706,
|
||||
-564.202,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -785,8 +783,8 @@
|
|||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 104,
|
||||
"height": 102
|
||||
"width": 126,
|
||||
"height": 140
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -798,7 +796,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
0,
|
||||
7.105427357601002e-15,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -838,10 +836,10 @@
|
|||
"_srcBlendFactor": 770,
|
||||
"_dstBlendFactor": 771,
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "5bb2b601-5166-425e-899d-d3a9b9663c04"
|
||||
"__uuid__": "ed354adc-1faf-4daa-b3de-776c0499090a"
|
||||
},
|
||||
"_type": 1,
|
||||
"_sizeMode": 0,
|
||||
"_sizeMode": 1,
|
||||
"_fillType": 0,
|
||||
"_fillCenter": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -851,9 +849,7 @@
|
|||
"_fillStart": 0,
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_atlas": {
|
||||
"__uuid__": "ef1ad44d-51f9-416e-9fc4-9c35dee52cf3"
|
||||
},
|
||||
"_atlas": null,
|
||||
"_id": "e3tnncQgtFn49iTBzwCpMN"
|
||||
},
|
||||
{
|
||||
|
@ -867,10 +863,10 @@
|
|||
"alignMode": 0,
|
||||
"_target": null,
|
||||
"_alignFlags": 45,
|
||||
"_left": -1,
|
||||
"_right": -1,
|
||||
"_top": -30.999999999999996,
|
||||
"_bottom": -30.999999999999993,
|
||||
"_left": 0,
|
||||
"_right": 0,
|
||||
"_top": 0,
|
||||
"_bottom": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_horizontalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
|
@ -995,7 +991,7 @@
|
|||
}
|
||||
],
|
||||
"_prefab": null,
|
||||
"_opacity": 255,
|
||||
"_opacity": 0,
|
||||
"_color": {
|
||||
"__type__": "cc.Color",
|
||||
"r": 255,
|
||||
|
@ -1120,7 +1116,7 @@
|
|||
}
|
||||
],
|
||||
"_prefab": null,
|
||||
"_opacity": 255,
|
||||
"_opacity": 0,
|
||||
"_color": {
|
||||
"__type__": "cc.Color",
|
||||
"r": 255,
|
||||
|
@ -1280,7 +1276,7 @@
|
|||
},
|
||||
"_enabled": true,
|
||||
"localTest": false,
|
||||
"clientTestVersion": "1.2.1",
|
||||
"clientTestVersion": "1.2.4",
|
||||
"testVersion": {
|
||||
"__id__": 21
|
||||
},
|
||||
|
|
|
@ -88,7 +88,9 @@ export default class GameManager extends cc.Component {
|
|||
this.timeNode.getChildByName("time").getComponent(cc.Sprite).fillRange = 0;
|
||||
this.timeNode.getChildByName("needle").angle = 0;
|
||||
if(cc.fx.GameConfig.GM_INFO.level >= cc.fx.GameConfig.LEVEL_INFO[cc.fx.GameConfig.GM_INFO.custom].custom.length){
|
||||
cc.director.loadScene("OverScene");
|
||||
setTimeout(() => {
|
||||
cc.director.loadScene("OverScene");
|
||||
}, 1000);
|
||||
return;
|
||||
}
|
||||
this.customData = cc.fx.GameConfig.LEVEL_INFO[cc.fx.GameConfig.GM_INFO.custom].custom[cc.fx.GameConfig.GM_INFO.level];
|
||||
|
@ -192,7 +194,6 @@ export default class GameManager extends cc.Component {
|
|||
this.setTimeData();
|
||||
//根据答题,设置上传数据
|
||||
this.setData(data);
|
||||
|
||||
//进行下一关
|
||||
this.nextLevel();
|
||||
}
|
||||
|
@ -372,6 +373,7 @@ export default class GameManager extends cc.Component {
|
|||
}
|
||||
//上传每次操作数据
|
||||
setData(data){
|
||||
console.log("进入上传埋点");
|
||||
if(data == "Btn_New") this.choice = 1;
|
||||
else if(data == "Btn_Hear") this.choice = 2;
|
||||
else if(data == "Btn_See") this.choice = 3;
|
||||
|
@ -386,6 +388,7 @@ export default class GameManager extends cc.Component {
|
|||
}
|
||||
cc.fx.GameConfig.CLICK_SET("choice",this.choice);
|
||||
cc.fx.GameConfig.CLICK_SET("success",jg);
|
||||
console.log("进入GameTool.setGameData",cc.fx.GameConfig.CLICK_DATA);
|
||||
cc.fx.GameTool.setGameData();
|
||||
}
|
||||
//上传排行榜数据
|
||||
|
|
|
@ -84,7 +84,7 @@ export default class GuideManager extends cc.Component {
|
|||
}
|
||||
|
||||
passVoice(){
|
||||
cc.fx.AudioManager._instance.playMusicGame();
|
||||
// cc.fx.AudioManager._instance.playMusicGame();
|
||||
let voice = this.node.getChildByName("voiceTip");
|
||||
voice.getChildByName("startBtn").getComponent(cc.Button).interactable = false;
|
||||
voice.getChildByName("playBtn").getComponent(cc.Button).interactable = false;
|
||||
|
|
|
@ -29,12 +29,21 @@ export default class RankManager extends cc.Component {
|
|||
this.rankNumber = 100;
|
||||
this.rankTotal= 100;
|
||||
this.selfNode.opacity = 0;
|
||||
this.fit();
|
||||
}
|
||||
|
||||
start() {
|
||||
this.Player.active = false;
|
||||
this.getRank();
|
||||
}
|
||||
|
||||
fit(){
|
||||
var jg = cc.fx.GameTool.setFit();
|
||||
if(!jg){
|
||||
this.node.getChildByName("ScrollView").getChildByName("view").height = 800;
|
||||
}
|
||||
}
|
||||
|
||||
//调用获取排行榜接口
|
||||
getRank(){
|
||||
let dataFile = {
|
||||
|
@ -114,7 +123,7 @@ export default class RankManager extends cc.Component {
|
|||
}
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
var self = this;
|
||||
cc.assetManager.loadRemote(pic, {ext:'.png'},(err, texture:cc.Texture2D) => {
|
||||
|
|
|
@ -151,6 +151,12 @@ export class GameConfig {
|
|||
this.LEVEL_INFO = [
|
||||
{
|
||||
"custom": [
|
||||
{
|
||||
"id": 1000,
|
||||
"item": "danshen",
|
||||
"type": 1,
|
||||
"flammable": 0
|
||||
},
|
||||
{
|
||||
"id": 1001,
|
||||
"item": "danggui",
|
||||
|
|
|
@ -79,6 +79,20 @@ export default class AudioManager extends cc.Component {
|
|||
else {
|
||||
return;
|
||||
}
|
||||
|
||||
window.addEventListener('backbutton', this.onBackButton, false);
|
||||
|
||||
// 监听浏览器的后退按钮点击事件
|
||||
window.addEventListener('popstate', this.onBackButton, false);
|
||||
|
||||
window.addEventListener('onDisable', this.onExit, false);
|
||||
|
||||
// 防止浏览器后退行为
|
||||
// history.pushState(null, null, location.href);
|
||||
// window.addEventListener('popstate', function(event) {
|
||||
// history.pushState(null, null, location.href);
|
||||
// });
|
||||
|
||||
this.reward = false;
|
||||
this.finish = false;
|
||||
this.rewardCount = 0;
|
||||
|
@ -87,6 +101,8 @@ export default class AudioManager extends cc.Component {
|
|||
this.preload();
|
||||
}
|
||||
|
||||
|
||||
|
||||
ctor () {
|
||||
this.mAudioMap = {};
|
||||
/**
|
||||
|
@ -99,6 +115,17 @@ export default class AudioManager extends cc.Component {
|
|||
this.mMusicSwitch = 1;
|
||||
this.mEffectSwitch = 1;
|
||||
}
|
||||
|
||||
onBackButton(){
|
||||
let data = [{status:"user_exit",location:"button"}];
|
||||
cc.fx.HttpUtil.uploadUserLogData(data,null);
|
||||
}
|
||||
|
||||
onExit(){
|
||||
let data = [{status:"user_exit",location:"exit"}];
|
||||
cc.fx.HttpUtil.uploadUserLogData(data,null);
|
||||
}
|
||||
|
||||
play (audioSource, loop, callback, isBgMusic) {
|
||||
// if (isBgMusic && !this.mMusicSwitch) return;
|
||||
// if (!isBgMusic && !this.mEffectSwitch) return;
|
||||
|
@ -209,7 +236,7 @@ export default class AudioManager extends cc.Component {
|
|||
* 游戏背景音乐
|
||||
*/
|
||||
playMusicGame () {
|
||||
this.playMusic(this.audioGameBgm0,{},true);
|
||||
// this.playMusic(this.audioGameBgm0,{},true);
|
||||
}
|
||||
/**
|
||||
* 停止背景音乐播放
|
||||
|
|
|
@ -12,9 +12,9 @@ export default class ItemRender extends cc.Component {
|
|||
|
||||
/**数据改变时调用 */
|
||||
public dataChanged(){
|
||||
cc.fx.GameTool.subName(this.data.name,6);
|
||||
let name = cc.fx.GameTool.subName(this.data.name,6);
|
||||
this.node.getChildByName("rankLab").getComponent(cc.Label).string = this.data.rank + "";
|
||||
this.node.getChildByName("nameLab").getComponent(cc.Label).string = this.data.name + "";
|
||||
this.node.getChildByName("nameLab").getComponent(cc.Label).string = name + "";
|
||||
this.node.getChildByName("totalLab").getComponent(cc.Label).string = this.data.total + "%";
|
||||
let timeTemp = cc.fx.GameTool.getTimeShenNong(this.data.time);
|
||||
this.node.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + "";
|
||||
|
@ -56,7 +56,7 @@ export default class ItemRender extends cc.Component {
|
|||
}
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
cc.assetManager.loadRemote(url, {ext:'.png'},(err, texture:cc.Texture2D) => {
|
||||
if(texture){
|
||||
|
@ -67,7 +67,7 @@ export default class ItemRender extends cc.Component {
|
|||
}
|
||||
else{
|
||||
// console.log("设置头像失败",url);
|
||||
console.log(err,texture)
|
||||
// console.log(err,texture)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ var GameTool = {
|
|||
"data": data
|
||||
};
|
||||
|
||||
console.log("上传数据:");
|
||||
console.log("上传数据:",postData);
|
||||
cc.fx.HttpUtil.uploadUserLogData(postData,function(){})
|
||||
},
|
||||
//上传排行榜 type为1
|
||||
|
@ -136,16 +136,16 @@ var GameTool = {
|
|||
}
|
||||
})
|
||||
.catch(error => {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
}, 100);
|
||||
cc.assetManager.loadRemote(url, {ext:'.jpg'},(err, texture:cc.Texture2D) => {
|
||||
cc.assetManager.loadRemote(url, {ext:'.png'},(err, texture:cc.Texture2D) => {
|
||||
if(texture){
|
||||
node.active = true;
|
||||
node.getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
|
||||
}
|
||||
else{
|
||||
console.log(err,texture)
|
||||
// console.log(err,texture)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
@ -169,8 +169,8 @@ var GameTool = {
|
|||
target.selfNode.getChildByName("rankLab").getComponent(cc.Label).string = "99+";
|
||||
}
|
||||
}
|
||||
cc.fx.GameTool.subName(target.selfData.nickName,nameLength);
|
||||
target.selfNode.getChildByName("nameLab").getComponent(cc.Label).string = target.selfData.nickName;
|
||||
let name = cc.fx.GameTool.subName(target.selfData.nickName,nameLength);
|
||||
target.selfNode.getChildByName("nameLab").getComponent(cc.Label).string = name;
|
||||
target.selfNode.getChildByName("totalLab").getComponent(cc.Label).string = target.selfData.accuracy + "%";
|
||||
let timeTemp = cc.fx.GameTool.getTimeShenNong(target.selfData.totleTimes);
|
||||
target.selfNode.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + "";
|
||||
|
|
Binary file not shown.
|
@ -3,6 +3,6 @@
|
|||
"uuid": "5325e681-09c2-4cdd-87f1-7b4d76247f14",
|
||||
"importer": "audio-clip",
|
||||
"downloadMode": 0,
|
||||
"duration": 1.48898,
|
||||
"duration": 1.632,
|
||||
"subMetas": {}
|
||||
}
|
BIN
assets/resources/Ui/rankBtn.png
Normal file
BIN
assets/resources/Ui/rankBtn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
38
assets/resources/Ui/rankBtn.png.meta
Normal file
38
assets/resources/Ui/rankBtn.png.meta
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"ver": "2.3.7",
|
||||
"uuid": "9a849051-bf1c-4d07-aaef-0994c636ed81",
|
||||
"importer": "texture",
|
||||
"type": "sprite",
|
||||
"wrapMode": "clamp",
|
||||
"filterMode": "bilinear",
|
||||
"premultiplyAlpha": false,
|
||||
"genMipmaps": false,
|
||||
"packable": true,
|
||||
"width": 126,
|
||||
"height": 140,
|
||||
"platformSettings": {},
|
||||
"subMetas": {
|
||||
"rankBtn": {
|
||||
"ver": "1.0.6",
|
||||
"uuid": "ed354adc-1faf-4daa-b3de-776c0499090a",
|
||||
"importer": "sprite-frame",
|
||||
"rawTextureUuid": "9a849051-bf1c-4d07-aaef-0994c636ed81",
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 0,
|
||||
"trimY": 0,
|
||||
"width": 126,
|
||||
"height": 140,
|
||||
"rawWidth": 126,
|
||||
"rawHeight": 140,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"subMetas": {}
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
{"paths":{},"types":[],"uuids":["1da8E6lehB4ocDRBJj7AC7","2dL3kvpAxJu6GJ7RdqJG5J","4bnFp+xkVIpJrKXfOBzk71","4er1GLNexCYpKNTUl8Pygw","61cyPdEfRN047sDK9rO0W5","6eBWFz0oVHPLIGQKf/9Thu","71VhFCTINJM6/Ky3oX9nBT","80hOyDduZO9KDpFipBe1wI","9cCAYtTPFLbqi6SjiBzH59","a2MjXRFdtLlYQ5ouAFv/+R","b4P/PCArtIdIH38t6mlw8Y","d608qFRoFHwbXd0Dap056i","d8HsitJHxOYqo801xBk8ev","e8Ueib+qJEhL6mXAHdnwbi","02delMVqdBD70a/HSD99FK","0382cMsuNE3KcYNdg7RaEA","04QhoLJm5NE4HfGHPvPEqD","0987SaUH9IXri/gJ+Y3Ukj","0am1HlI7tJAr0CCz+R5gFz","15yN+Vt99CfLSMV8E5LZ6E","163wG3ddlH8pa/I9KWMq9H","1aH33G3pNJTbe+/pIDtB3A","1bSqFXgnFL0Kki4Z9FLYb8","24u5bW0WBBnImojxoeIDSR","28D+Br0KFPHb9YTDfpB7fq","29FYIk+N1GYaeWH/q1NxQO","38Ttmi/zlB/aPdDfKD4uFZ","3cx7xqv11Mqae4IqOZ8pMA","41lxK9AOZDUpe8EFqxmdhS","43TEgy6rBGwaHvuqUxY4a0","43yDqZa+BGj6iUG2JPPTOs","47OItZvKlGB73BH8e6B5oS","4dPk7d9E5OGoZI0XP3Ru6o","4finTWjodHNJ3zkAJ7cCZJ","4fteZzcBdKGr9IkiUERgQt","51X/lBptFCGpJDJJCR/Fsd","52VtLfbi1MrJrHvTOt0GBT","53JeaBCcJM3Yfxe012JH8U","57l7pAAjJOyocpcZNz456M","576FRTaZdCQrq7cFaXU46Y","58mpK9IcxD1IWULpySkw8T","5a4OvTK0pOpJRUe4tPzvrU","5bsrYBUWZCXomd06m5ZjwE","5cO7kybDxGj4ipyMYdRYZB","5dBjs29q1NCq0MHq9jOhKT","5dU5jEs9VARZEOG/pv7Ufq","5fCMQ2RPBIArwZBEOXKhBb","5f5dyqtRNNxaFmVzYns6FZ","5f6tgEGCdMjZuJwJhJru1O","63Ss7MWYdAn4yBKFaSiauz","69EnvezWBP9IYebqFsy3LT","69mbYhSp9KiZcPT2Y39uvh","6bhr+y1NFEdKYVaopRW5IB","6caEnphCZL2IKYGUkX0g2n","6eAkj26lVCUr6qYnNrxTrX","70D6UnoQRNMYRqmevBxYA6","70360VC8hFqZPvYtrn/IwS","75zv/v5GlIRYC94AUoQNJI","79R1bE7qxKJKQSQDXQcZlw","7aUCmkbUlKFaG7n6qVBugB","7bCx0gWh1HI4r4UKR+hBZD","7e6Iw5csNIlo+vsmwdrsq8","81ia8va3BJepOlmUBIyy4J","84pYaRbLxDm40pRq6R/U2j","8c20Sso/ZEn7NUfNSM+EBh","8c+UfqiOZDJqedRTQzX04y","92J2FdGz9BbIhN4zYS1Xsu","9283NIJKZGXLdKCv2mBNw9","9bvaMerUlDyary99mJa6xp","9cnmwJZlNEt4pynt3FTCQl","a3kEdNUtpHUp+xylzYnD9l","a6cIPzEytNx5Y8ryBAEs2X","acL4P7H55NWLBDvc0lY04U","b0dGqdCCJJ3Yz4Ra/B7kZS","b1p9kkt1ZKvZ3k+RPnbXum","b3ExUspZBAapD254yoz5n6","b3G0R7LDVG6rtshJUgVfro","b30PxSOWBC0YafORIekSvb","bamQeltc5Ewbk7c/2f7V3b","be9Gc3wyNC6p6nfceAuIK3","c1/PD7xXJIAJhIHnhxj9q/","c2uC1x53VDxJumZQ16xGwx","cdYGsFIYNKWq18nzRkAGqq","e3D5Zv1UZEoJ7kuldF1p2q","e3Y6Z2m1JEArQ6NwYvJMJQ","e4aGCqkitAjIqSzPskEGx2","e9YCqWkdFKZZio+BdFrOfw","e9foLfROJClIn72tv0S/Yi","e97GVMl6JHh5Ml5qEDdSGa","eb8n+TbDtEzbIolEt3Q1k2","eckHZEV5hNt7uqOurMIVD0","ecpdLyjvZBwrvm+cedCcQy","ec2LeWzz1F5qtdmZBv9oQm","edVm3LZetHAoWDG+wSCLQN","ee8fatrn1PdKuHzUyB3qBy","f0BIwQ8D5Ml7nTNQbh1YlS","f20cFqDmtBIL+vAc5yCydW","f6zfU6jehC2r6jWBsaaBNg","ffpaCBUEBIfKFTR0LSG6wa","ff28kp/9tGt6k+KUR4Vso2"],"scenes":{"db://assets/Scene/GameScene.fire":3,"db://assets/Scene/GuideScene.fire":0,"db://assets/Scene/LoadScene.fire":8,"db://assets/Scene/OverScene.fire":2,"db://assets/Scene/RankScene.fire":1},"redirect":[14,0,15,1,16,1,17,1,18,1,19,1,20,1,21,1,22,1,23,1,24,1,26,1,27,1,28,1,29,1,30,1,31,1,32,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,44,1,45,1,46,1,48,1,49,1,50,1,51,1,52,1,54,1,55,1,56,1,57,1,58,1,59,1,60,1,61,1,62,1,63,1,65,1,66,1,67,1,69,1,70,1,71,1,72,1,73,1,74,1,75,1,76,1,77,1,78,1,79,1,80,1,81,1,83,1,84,1,85,1,86,1,87,1,89,1,90,1,91,0,92,1,93,1,94,1,96,1,97,1,98,1,99,1],"deps":["internal","resources"],"packs":{"02989e146":[25,8,88,95],"07085ce9a":[0,64,9],"08d36c5cd":[1,43,47,53,68],"09d0e4ec4":[4,5,6,7,10,11,12,13],"0f71d0ae6":[3,9,82]},"name":"main","importBase":"import","nativeBase":"native","debug":false,"isZip":false,"encrypted":false,"versions":{"import":["02989e146","fff1c","07085ce9a","75748","08d36c5cd","5dd93","09d0e4ec4","fc990","0f71d0ae6","e779b",2,"ff866"],"native":[4,"6d707",5,"6d3cf",6,"c06a9",7,"27e3b",10,"83fcc",11,"d55c2",12,"cdbc9",13,"90cf4"]}}
|
1
build/ShenNong/assets/main/config.5d51e.json
Normal file
1
build/ShenNong/assets/main/config.5d51e.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"paths":{},"types":[],"uuids":["1da8E6lehB4ocDRBJj7AC7","2dL3kvpAxJu6GJ7RdqJG5J","4bnFp+xkVIpJrKXfOBzk71","4er1GLNexCYpKNTUl8Pygw","61cyPdEfRN047sDK9rO0W5","6eBWFz0oVHPLIGQKf/9Thu","71VhFCTINJM6/Ky3oX9nBT","80hOyDduZO9KDpFipBe1wI","9cCAYtTPFLbqi6SjiBzH59","a2MjXRFdtLlYQ5ouAFv/+R","b4P/PCArtIdIH38t6mlw8Y","d608qFRoFHwbXd0Dap056i","d8HsitJHxOYqo801xBk8ev","e8Ueib+qJEhL6mXAHdnwbi","02delMVqdBD70a/HSD99FK","0382cMsuNE3KcYNdg7RaEA","04QhoLJm5NE4HfGHPvPEqD","0987SaUH9IXri/gJ+Y3Ukj","0am1HlI7tJAr0CCz+R5gFz","15yN+Vt99CfLSMV8E5LZ6E","163wG3ddlH8pa/I9KWMq9H","1aH33G3pNJTbe+/pIDtB3A","1bSqFXgnFL0Kki4Z9FLYb8","24u5bW0WBBnImojxoeIDSR","28D+Br0KFPHb9YTDfpB7fq","29FYIk+N1GYaeWH/q1NxQO","38Ttmi/zlB/aPdDfKD4uFZ","3cx7xqv11Mqae4IqOZ8pMA","41lxK9AOZDUpe8EFqxmdhS","43TEgy6rBGwaHvuqUxY4a0","43yDqZa+BGj6iUG2JPPTOs","47OItZvKlGB73BH8e6B5oS","4dPk7d9E5OGoZI0XP3Ru6o","4finTWjodHNJ3zkAJ7cCZJ","4fteZzcBdKGr9IkiUERgQt","51X/lBptFCGpJDJJCR/Fsd","52VtLfbi1MrJrHvTOt0GBT","53JeaBCcJM3Yfxe012JH8U","57l7pAAjJOyocpcZNz456M","576FRTaZdCQrq7cFaXU46Y","58mpK9IcxD1IWULpySkw8T","5a4OvTK0pOpJRUe4tPzvrU","5cO7kybDxGj4ipyMYdRYZB","5dBjs29q1NCq0MHq9jOhKT","5dU5jEs9VARZEOG/pv7Ufq","5fCMQ2RPBIArwZBEOXKhBb","5f5dyqtRNNxaFmVzYns6FZ","5f6tgEGCdMjZuJwJhJru1O","63Ss7MWYdAn4yBKFaSiauz","69EnvezWBP9IYebqFsy3LT","69mbYhSp9KiZcPT2Y39uvh","6bhr+y1NFEdKYVaopRW5IB","6caEnphCZL2IKYGUkX0g2n","6eAkj26lVCUr6qYnNrxTrX","70D6UnoQRNMYRqmevBxYA6","70360VC8hFqZPvYtrn/IwS","75zv/v5GlIRYC94AUoQNJI","79R1bE7qxKJKQSQDXQcZlw","7aUCmkbUlKFaG7n6qVBugB","7bCx0gWh1HI4r4UKR+hBZD","7e6Iw5csNIlo+vsmwdrsq8","81ia8va3BJepOlmUBIyy4J","84pYaRbLxDm40pRq6R/U2j","8c20Sso/ZEn7NUfNSM+EBh","8c+UfqiOZDJqedRTQzX04y","92J2FdGz9BbIhN4zYS1Xsu","9283NIJKZGXLdKCv2mBNw9","9bvaMerUlDyary99mJa6xp","9cnmwJZlNEt4pynt3FTCQl","a3kEdNUtpHUp+xylzYnD9l","a6cIPzEytNx5Y8ryBAEs2X","acL4P7H55NWLBDvc0lY04U","b0dGqdCCJJ3Yz4Ra/B7kZS","b1p9kkt1ZKvZ3k+RPnbXum","b3ExUspZBAapD254yoz5n6","b3G0R7LDVG6rtshJUgVfro","b30PxSOWBC0YafORIekSvb","bamQeltc5Ewbk7c/2f7V3b","be9Gc3wyNC6p6nfceAuIK3","c1/PD7xXJIAJhIHnhxj9q/","c2uC1x53VDxJumZQ16xGwx","cdYGsFIYNKWq18nzRkAGqq","e3D5Zv1UZEoJ7kuldF1p2q","e3Y6Z2m1JEArQ6NwYvJMJQ","e4aGCqkitAjIqSzPskEGx2","e9YCqWkdFKZZio+BdFrOfw","e9foLfROJClIn72tv0S/Yi","e97GVMl6JHh5Ml5qEDdSGa","eb8n+TbDtEzbIolEt3Q1k2","eckHZEV5hNt7uqOurMIVD0","ecpdLyjvZBwrvm+cedCcQy","ec2LeWzz1F5qtdmZBv9oQm","edNUrcH69NqrPed2wEmQkK","edVm3LZetHAoWDG+wSCLQN","ee8fatrn1PdKuHzUyB3qBy","f0BIwQ8D5Ml7nTNQbh1YlS","f20cFqDmtBIL+vAc5yCydW","f6zfU6jehC2r6jWBsaaBNg","ffpaCBUEBIfKFTR0LSG6wa","ff28kp/9tGt6k+KUR4Vso2"],"scenes":{"db://assets/Scene/GameScene.fire":3,"db://assets/Scene/GuideScene.fire":0,"db://assets/Scene/LoadScene.fire":8,"db://assets/Scene/OverScene.fire":2,"db://assets/Scene/RankScene.fire":1},"redirect":[14,0,15,1,16,1,17,1,18,1,19,1,20,1,21,1,22,1,23,1,24,1,26,1,27,1,28,1,29,1,30,1,31,1,32,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,43,1,44,1,45,1,47,1,48,1,49,1,50,1,51,1,53,1,54,1,55,1,56,1,57,1,58,1,59,1,60,1,61,1,62,1,64,1,65,1,66,1,68,1,69,1,70,1,71,1,72,1,73,1,74,1,75,1,76,1,77,1,78,1,79,1,80,1,82,1,83,1,84,1,85,1,86,1,88,1,89,1,90,0,91,1,92,1,93,1,94,1,96,1,97,1,98,1,99,1],"deps":["internal","resources"],"packs":{"02989e146":[25,8,87,95],"07085ce9a":[0,63,9],"08d36c5cd":[1,42,46,52,67],"09d0e4ec4":[4,5,6,7,10,11,12,13],"0f71d0ae6":[3,9,81]},"name":"main","importBase":"import","nativeBase":"native","debug":false,"isZip":false,"encrypted":false,"versions":{"import":["02989e146","b7619","07085ce9a","75748","08d36c5cd","5dd93","09d0e4ec4","fc990","0f71d0ae6","65a9d",2,"ff866"],"native":[4,"6d707",5,"6d3cf",6,"c06a9",7,"27e3b",10,"83fcc",11,"d55c2",12,"cdbc9",13,"90cf4"]}}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
build/ShenNong/assets/main/index.5d51e.js
Normal file
1
build/ShenNong/assets/main/index.5d51e.js
Normal file
File diff suppressed because one or more lines are too long
1
build/ShenNong/assets/resources/config.684cd.json
Normal file
1
build/ShenNong/assets/resources/config.684cd.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
{"type":"cc.Texture2D","data":"1,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1"}
|
|
@ -1 +0,0 @@
|
|||
{"type":"cc.Texture2D","data":"1,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|1,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1|0,9729,9729,33071,33071,0,0,1"}
|
|
@ -1 +1 @@
|
|||
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"danshen_audio",".mp3",1.48898],-1],0,0,[],[],[]]
|
||||
[1,0,0,[["cc.AudioClip",["_name","_native","duration"],0]],[[0,0,1,2,4]],[[0,"danshen_audio",".mp3",1.632],-1],0,0,[],[],[]]
|
|
@ -0,0 +1 @@
|
|||
[1,["9ahJBRvxxNB6rvCZTGNu2B"],["_textureSetter"],["cc.SpriteFrame"],0,[{"name":"rankBtn","rect":[0,0,126,140],"offset":[0,0],"originalSize":[126,140],"capInsets":[0,0,0,0]}],[0],0,[0],[0],[0]]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
File diff suppressed because one or more lines are too long
|
@ -136,9 +136,9 @@
|
|||
</div>
|
||||
|
||||
<canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="0"></canvas>
|
||||
<script src="src/settings.c5f04.js" charset="utf-8"></script>
|
||||
<script src="src/settings.79da6.js" charset="utf-8"></script>
|
||||
|
||||
<script src="main.f95ce.js" charset="utf-8"></script>
|
||||
<script src="main.8d269.js" charset="utf-8"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
(function () {
|
||||
|
@ -228,7 +228,7 @@
|
|||
}
|
||||
|
||||
|
||||
loadScript(debug ? 'cocos2d-js.js' : 'cocos2d-js-min.e8af6.js', function () {
|
||||
loadScript(debug ? 'cocos2d-js.js' : 'cocos2d-js-min.15dca.js', function () {
|
||||
if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
|
||||
loadScript(debug ? 'physics.js' : 'physics-min.js', window.boot);
|
||||
}
|
||||
|
|
|
@ -117,7 +117,7 @@ window.boot = function () {
|
|||
if (window.jsb) {
|
||||
var isRuntime = (typeof loadRuntime === 'function');
|
||||
if (isRuntime) {
|
||||
require('src/settings.c5f04.js');
|
||||
require('src/settings.79da6.js');
|
||||
require('src/cocos2d-runtime.js');
|
||||
if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
|
||||
require('src/physics.js');
|
||||
|
@ -125,7 +125,7 @@ if (window.jsb) {
|
|||
require('jsb-adapter/engine/index.js');
|
||||
}
|
||||
else {
|
||||
require('src/settings.c5f04.js');
|
||||
require('src/settings.79da6.js');
|
||||
require('src/cocos2d-jsb.js');
|
||||
if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
|
||||
require('src/physics.js');
|
|
@ -1 +1 @@
|
|||
window._CCSettings={platform:"web-mobile",groupList:["default"],collisionMatrix:[[true]],hasResourcesBundle:true,hasStartSceneBundle:false,remoteBundles:[],subpackages:[],launchScene:"db://assets/Scene/LoadScene.fire",orientation:"portrait",jsList:[],bundleVers:{internal:"52d36",resources:"707ef",main:"3faef"}};
|
||||
window._CCSettings={platform:"web-mobile",groupList:["default"],collisionMatrix:[[true]],hasResourcesBundle:true,hasStartSceneBundle:false,remoteBundles:[],subpackages:[],launchScene:"db://assets/Scene/LoadScene.fire",orientation:"portrait",jsList:[],bundleVers:{internal:"52d36",resources:"684cd",main:"5d51e"}};
|
BIN
build/ShenNong2.zip
Normal file
BIN
build/ShenNong2.zip
Normal file
Binary file not shown.
|
@ -37,7 +37,7 @@ var GameTool = {
|
|||
"matchId": matchId,
|
||||
"data": data
|
||||
};
|
||||
console.log("上传数据:");
|
||||
console.log("上传数据:", postData);
|
||||
cc.fx.HttpUtil.uploadUserLogData(postData, function () { });
|
||||
},
|
||||
//上传排行榜 type为1
|
||||
|
@ -140,16 +140,16 @@ var GameTool = {
|
|||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
}, 100);
|
||||
cc.assetManager.loadRemote(url, { ext: '.jpg' }, function (err, texture) {
|
||||
cc.assetManager.loadRemote(url, { ext: '.png' }, function (err, texture) {
|
||||
if (texture) {
|
||||
node.active = true;
|
||||
node.getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
|
||||
}
|
||||
else {
|
||||
console.log(err, texture);
|
||||
// console.log(err,texture)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -173,8 +173,8 @@ var GameTool = {
|
|||
target.selfNode.getChildByName("rankLab").getComponent(cc.Label).string = "99+";
|
||||
}
|
||||
}
|
||||
cc.fx.GameTool.subName(target.selfData.nickName, nameLength);
|
||||
target.selfNode.getChildByName("nameLab").getComponent(cc.Label).string = target.selfData.nickName;
|
||||
var name = cc.fx.GameTool.subName(target.selfData.nickName, nameLength);
|
||||
target.selfNode.getChildByName("nameLab").getComponent(cc.Label).string = name;
|
||||
target.selfNode.getChildByName("totalLab").getComponent(cc.Label).string = target.selfData.accuracy + "%";
|
||||
var timeTemp = cc.fx.GameTool.getTimeShenNong(target.selfData.totleTimes);
|
||||
target.selfNode.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + "";
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -975,7 +975,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
21,
|
||||
92.753,
|
||||
144.85,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -4022,7 +4022,7 @@
|
|||
"__type__": "TypedArray",
|
||||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
-14.401,
|
||||
-11.041,
|
||||
-4.32,
|
||||
0,
|
||||
0,
|
||||
|
@ -4121,8 +4121,8 @@
|
|||
"__type__": "TypedArray",
|
||||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
3.942,
|
||||
-32.182,
|
||||
-14.401,
|
||||
-38.902,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"_name": "danshen_audio",
|
||||
"_objFlags": 0,
|
||||
"_native": ".mp3",
|
||||
"duration": 1.48898,
|
||||
"duration": 1.632,
|
||||
"loadMode": 0
|
||||
}
|
Binary file not shown.
|
@ -66,6 +66,15 @@ var AudioManager = /** @class */ (function (_super) {
|
|||
else {
|
||||
return;
|
||||
}
|
||||
window.addEventListener('backbutton', this.onBackButton, false);
|
||||
// 监听浏览器的后退按钮点击事件
|
||||
window.addEventListener('popstate', this.onBackButton, false);
|
||||
window.addEventListener('onDisable', this.onExit, false);
|
||||
// 防止浏览器后退行为
|
||||
// history.pushState(null, null, location.href);
|
||||
// window.addEventListener('popstate', function(event) {
|
||||
// history.pushState(null, null, location.href);
|
||||
// });
|
||||
this.reward = false;
|
||||
this.finish = false;
|
||||
this.rewardCount = 0;
|
||||
|
@ -83,6 +92,14 @@ var AudioManager = /** @class */ (function (_super) {
|
|||
this.mMusicSwitch = 1;
|
||||
this.mEffectSwitch = 1;
|
||||
};
|
||||
AudioManager.prototype.onBackButton = function () {
|
||||
var data = [{ status: "user_exit", location: "button" }];
|
||||
cc.fx.HttpUtil.uploadUserLogData(data, null);
|
||||
};
|
||||
AudioManager.prototype.onExit = function () {
|
||||
var data = [{ status: "user_exit", location: "exit" }];
|
||||
cc.fx.HttpUtil.uploadUserLogData(data, null);
|
||||
};
|
||||
AudioManager.prototype.play = function (audioSource, loop, callback, isBgMusic) {
|
||||
// if (isBgMusic && !this.mMusicSwitch) return;
|
||||
// if (!isBgMusic && !this.mEffectSwitch) return;
|
||||
|
@ -177,7 +194,7 @@ var AudioManager = /** @class */ (function (_super) {
|
|||
* 游戏背景音乐
|
||||
*/
|
||||
AudioManager.prototype.playMusicGame = function () {
|
||||
this.playMusic(this.audioGameBgm0, {}, true);
|
||||
// this.playMusic(this.audioGameBgm0,{},true);
|
||||
};
|
||||
/**
|
||||
* 停止背景音乐播放
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"__type__": "cc.Texture2D",
|
||||
"content": "0,9729,9729,33071,33071,0,0,1"
|
||||
}
|
BIN
library/imports/9a/9a849051-bf1c-4d07-aaef-0994c636ed81.png
Normal file
BIN
library/imports/9a/9a849051-bf1c-4d07-aaef-0994c636ed81.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -134,9 +134,7 @@
|
|||
"__id__": 2
|
||||
},
|
||||
"_enabled": true,
|
||||
"audioGameBgm0": {
|
||||
"__uuid__": "bef46737-c323-42ea-9ea7-7dc780b882b7"
|
||||
},
|
||||
"audioGameBgm0": null,
|
||||
"baishao_audio": {
|
||||
"__uuid__": "47388b59-bca9-4607-bdc1-1fc7ba079a12"
|
||||
},
|
||||
|
@ -721,8 +719,8 @@
|
|||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 102,
|
||||
"height": 40
|
||||
"width": 126,
|
||||
"height": 140
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -734,7 +732,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
279.513,
|
||||
-547.706,
|
||||
-564.202,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -786,8 +784,8 @@
|
|||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 104,
|
||||
"height": 102
|
||||
"width": 126,
|
||||
"height": 140
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -799,7 +797,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
0,
|
||||
7.105427357601002e-15,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -839,10 +837,10 @@
|
|||
"_srcBlendFactor": 770,
|
||||
"_dstBlendFactor": 771,
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "5bb2b601-5166-425e-899d-d3a9b9663c04"
|
||||
"__uuid__": "ed354adc-1faf-4daa-b3de-776c0499090a"
|
||||
},
|
||||
"_type": 1,
|
||||
"_sizeMode": 0,
|
||||
"_sizeMode": 1,
|
||||
"_fillType": 0,
|
||||
"_fillCenter": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -852,9 +850,7 @@
|
|||
"_fillStart": 0,
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_atlas": {
|
||||
"__uuid__": "ef1ad44d-51f9-416e-9fc4-9c35dee52cf3"
|
||||
},
|
||||
"_atlas": null,
|
||||
"_id": "e3tnncQgtFn49iTBzwCpMN"
|
||||
},
|
||||
{
|
||||
|
@ -868,10 +864,10 @@
|
|||
"alignMode": 0,
|
||||
"_target": null,
|
||||
"_alignFlags": 45,
|
||||
"_left": -1,
|
||||
"_right": -1,
|
||||
"_top": -30.999999999999996,
|
||||
"_bottom": -30.999999999999993,
|
||||
"_left": 0,
|
||||
"_right": 0,
|
||||
"_top": 0,
|
||||
"_bottom": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_horizontalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
|
@ -996,7 +992,7 @@
|
|||
}
|
||||
],
|
||||
"_prefab": null,
|
||||
"_opacity": 255,
|
||||
"_opacity": 0,
|
||||
"_color": {
|
||||
"__type__": "cc.Color",
|
||||
"r": 255,
|
||||
|
@ -1121,7 +1117,7 @@
|
|||
}
|
||||
],
|
||||
"_prefab": null,
|
||||
"_opacity": 255,
|
||||
"_opacity": 0,
|
||||
"_color": {
|
||||
"__type__": "cc.Color",
|
||||
"r": 255,
|
||||
|
@ -1281,7 +1277,7 @@
|
|||
},
|
||||
"_enabled": true,
|
||||
"localTest": false,
|
||||
"clientTestVersion": "1.2.1",
|
||||
"clientTestVersion": "1.2.4",
|
||||
"testVersion": {
|
||||
"__id__": 21
|
||||
},
|
||||
|
|
|
@ -90,7 +90,9 @@ var GameManager = /** @class */ (function (_super) {
|
|||
this.timeNode.getChildByName("time").getComponent(cc.Sprite).fillRange = 0;
|
||||
this.timeNode.getChildByName("needle").angle = 0;
|
||||
if (cc.fx.GameConfig.GM_INFO.level >= cc.fx.GameConfig.LEVEL_INFO[cc.fx.GameConfig.GM_INFO.custom].custom.length) {
|
||||
cc.director.loadScene("OverScene");
|
||||
setTimeout(function () {
|
||||
cc.director.loadScene("OverScene");
|
||||
}, 1000);
|
||||
return;
|
||||
}
|
||||
this.customData = cc.fx.GameConfig.LEVEL_INFO[cc.fx.GameConfig.GM_INFO.custom].custom[cc.fx.GameConfig.GM_INFO.level];
|
||||
|
@ -356,6 +358,7 @@ var GameManager = /** @class */ (function (_super) {
|
|||
};
|
||||
//上传每次操作数据
|
||||
GameManager.prototype.setData = function (data) {
|
||||
console.log("进入上传埋点");
|
||||
if (data == "Btn_New")
|
||||
this.choice = 1;
|
||||
else if (data == "Btn_Hear")
|
||||
|
@ -373,6 +376,7 @@ var GameManager = /** @class */ (function (_super) {
|
|||
}
|
||||
cc.fx.GameConfig.CLICK_SET("choice", this.choice);
|
||||
cc.fx.GameConfig.CLICK_SET("success", jg);
|
||||
console.log("进入GameTool.setGameData", cc.fx.GameConfig.CLICK_DATA);
|
||||
cc.fx.GameTool.setGameData();
|
||||
};
|
||||
//上传排行榜数据
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -109,6 +109,12 @@ var GameConfig = /** @class */ (function () {
|
|||
this.LEVEL_INFO = [
|
||||
{
|
||||
"custom": [
|
||||
{
|
||||
"id": 1000,
|
||||
"item": "danshen",
|
||||
"type": 1,
|
||||
"flammable": 0
|
||||
},
|
||||
{
|
||||
"id": 1001,
|
||||
"item": "danggui",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -36,9 +36,9 @@ var ItemRender = /** @class */ (function (_super) {
|
|||
}
|
||||
/**数据改变时调用 */
|
||||
ItemRender.prototype.dataChanged = function () {
|
||||
cc.fx.GameTool.subName(this.data.name, 6);
|
||||
var name = cc.fx.GameTool.subName(this.data.name, 6);
|
||||
this.node.getChildByName("rankLab").getComponent(cc.Label).string = this.data.rank + "";
|
||||
this.node.getChildByName("nameLab").getComponent(cc.Label).string = this.data.name + "";
|
||||
this.node.getChildByName("nameLab").getComponent(cc.Label).string = name + "";
|
||||
this.node.getChildByName("totalLab").getComponent(cc.Label).string = this.data.total + "%";
|
||||
var timeTemp = cc.fx.GameTool.getTimeShenNong(this.data.time);
|
||||
this.node.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + "";
|
||||
|
@ -80,7 +80,7 @@ var ItemRender = /** @class */ (function (_super) {
|
|||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
cc.assetManager.loadRemote(url, { ext: '.png' }, function (err, texture) {
|
||||
if (texture) {
|
||||
|
@ -91,7 +91,7 @@ var ItemRender = /** @class */ (function (_super) {
|
|||
}
|
||||
else {
|
||||
// console.log("设置头像失败",url);
|
||||
console.log(err, texture);
|
||||
// console.log(err,texture)
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -47,11 +47,18 @@ var RankManager = /** @class */ (function (_super) {
|
|||
this.rankNumber = 100;
|
||||
this.rankTotal = 100;
|
||||
this.selfNode.opacity = 0;
|
||||
this.fit();
|
||||
};
|
||||
RankManager.prototype.start = function () {
|
||||
this.Player.active = false;
|
||||
this.getRank();
|
||||
};
|
||||
RankManager.prototype.fit = function () {
|
||||
var jg = cc.fx.GameTool.setFit();
|
||||
if (!jg) {
|
||||
this.node.getChildByName("ScrollView").getChildByName("view").height = 800;
|
||||
}
|
||||
};
|
||||
//调用获取排行榜接口
|
||||
RankManager.prototype.getRank = function () {
|
||||
var _this = this;
|
||||
|
@ -134,7 +141,7 @@ var RankManager = /** @class */ (function (_super) {
|
|||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
var self = this;
|
||||
cc.assetManager.loadRemote(pic, { ext: '.png' }, function (err, texture) {
|
||||
|
|
File diff suppressed because one or more lines are too long
28
library/imports/ed/ed354adc-1faf-4daa-b3de-776c0499090a.json
Normal file
28
library/imports/ed/ed354adc-1faf-4daa-b3de-776c0499090a.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"__type__": "cc.SpriteFrame",
|
||||
"content": {
|
||||
"name": "rankBtn",
|
||||
"texture": "9a849051-bf1c-4d07-aaef-0994c636ed81",
|
||||
"atlas": "",
|
||||
"rect": [
|
||||
0,
|
||||
0,
|
||||
126,
|
||||
140
|
||||
],
|
||||
"offset": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"originalSize": [
|
||||
126,
|
||||
140
|
||||
],
|
||||
"capInsets": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
}
|
|
@ -87,7 +87,7 @@ var GuideManager = /** @class */ (function (_super) {
|
|||
};
|
||||
GuideManager.prototype.passVoice = function () {
|
||||
var _this = this;
|
||||
cc.fx.AudioManager._instance.playMusicGame();
|
||||
// cc.fx.AudioManager._instance.playMusicGame();
|
||||
var voice = this.node.getChildByName("voiceTip");
|
||||
voice.getChildByName("startBtn").getComponent(cc.Button).interactable = false;
|
||||
voice.getChildByName("playBtn").getComponent(cc.Button).interactable = false;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,8 +25,8 @@
|
|||
"relativePath": "migration\\use_v2.1-2.2.1_cc.Toggle_event.js"
|
||||
},
|
||||
"2d2f792f-a40c-49bb-a189-ed176a246e49": {
|
||||
"asset": 1719814686119,
|
||||
"meta": 1719814686124,
|
||||
"asset": 1721384877728,
|
||||
"meta": 1721384877736,
|
||||
"relativePath": "Scene\\RankScene.fire"
|
||||
},
|
||||
"a8027877-d8d6-4645-97a0-52d4a0123dba": {
|
||||
|
@ -60,8 +60,8 @@
|
|||
"relativePath": "resources"
|
||||
},
|
||||
"4b9c5a7e-c645-48a4-9aca-5df381ce4ef5": {
|
||||
"asset": 1720581201991,
|
||||
"meta": 1720581201994,
|
||||
"asset": 1722331849618,
|
||||
"meta": 1722331849624,
|
||||
"relativePath": "Scene\\OverScene.fire"
|
||||
},
|
||||
"afa9e39a-94ca-477f-8a2a-25082d9092c3": {
|
||||
|
@ -75,8 +75,8 @@
|
|||
"relativePath": "res"
|
||||
},
|
||||
"4eaf518b-35ec-4262-928d-4d497c3f2830": {
|
||||
"asset": 1719563671848,
|
||||
"meta": 1719563671854,
|
||||
"asset": 1721728147803,
|
||||
"meta": 1721728147812,
|
||||
"relativePath": "Scene\\GameScene.fire"
|
||||
},
|
||||
"eaa8b84d-69d0-4170-9f7d-8179ea948cde": {
|
||||
|
@ -190,8 +190,8 @@
|
|||
"relativePath": "resources\\Bg"
|
||||
},
|
||||
"7860ffbb-49ff-4d2b-b389-fea8edff5d11": {
|
||||
"asset": 1719455224449,
|
||||
"meta": 1719457601036,
|
||||
"asset": 1720689299050,
|
||||
"meta": 1720689299115,
|
||||
"relativePath": "resources\\Ui"
|
||||
},
|
||||
"208eb4d4-f625-47c7-a16f-853d57d0c48f": {
|
||||
|
@ -205,8 +205,8 @@
|
|||
"relativePath": "resources\\Music"
|
||||
},
|
||||
"9c08062d-4cf1-4b6e-a8ba-4a3881cc7e7d": {
|
||||
"asset": 1720515048409,
|
||||
"meta": 1720515048414,
|
||||
"asset": 1722492819620,
|
||||
"meta": 1722492819624,
|
||||
"relativePath": "Scene\\LoadScene.fire"
|
||||
},
|
||||
"571ada69-963a-415d-8f4a-bd6e19c68094": {
|
||||
|
@ -250,15 +250,10 @@
|
|||
"relativePath": "Scene\\GuideScene.fire"
|
||||
},
|
||||
"ca0f9934-a015-436e-9402-f8e30d4c5de6": {
|
||||
"asset": 1719476024626,
|
||||
"meta": 1719476025157,
|
||||
"asset": 1722331848349,
|
||||
"meta": 1722410762318,
|
||||
"relativePath": "Script\\module\\RankList\\ItemRender.ts"
|
||||
},
|
||||
"e74a9f7d-2031-4e69-bcb2-9998174088b2": {
|
||||
"asset": 1719476808954,
|
||||
"meta": 1719479141784,
|
||||
"relativePath": "Script\\RankManager.ts"
|
||||
},
|
||||
"805c69df-dfdf-4759-97ae-5a7341f424c7": {
|
||||
"asset": 1719563525503,
|
||||
"meta": 1719563552074,
|
||||
|
@ -304,21 +299,6 @@
|
|||
"meta": 1719886483117,
|
||||
"relativePath": "resources\\Json\\CLICK_DATA.json"
|
||||
},
|
||||
"b0432040-dbde-438c-839c-ba2b5d18a3b5": {
|
||||
"asset": 1720062505245,
|
||||
"meta": 1720062597131,
|
||||
"relativePath": "Script\\GameManager.ts"
|
||||
},
|
||||
"effe29e5-3670-444b-81fd-b45338af7f19": {
|
||||
"asset": 1720063172151,
|
||||
"meta": 1720063172690,
|
||||
"relativePath": "Script\\GuideManager.ts"
|
||||
},
|
||||
"58403fe7-d7a2-426b-9b19-84d3236731a8": {
|
||||
"asset": 1720174805252,
|
||||
"meta": 1720174805895,
|
||||
"relativePath": "Script\\module\\Music\\AudioManager.ts"
|
||||
},
|
||||
"ffdbc929-ffdb-46b7-a93e-29447856ca36": {
|
||||
"asset": 1720176810000,
|
||||
"meta": 1720177326462,
|
||||
|
@ -384,11 +364,6 @@
|
|||
"meta": 1720177326485,
|
||||
"relativePath": "resources\\Music\\lizhi_audio.mp3"
|
||||
},
|
||||
"5325e681-09c2-4cdd-87f1-7b4d76247f14": {
|
||||
"asset": 1720176520000,
|
||||
"meta": 1720177326486,
|
||||
"relativePath": "resources\\Music\\danshen_audio.mp3"
|
||||
},
|
||||
"bef46737-c323-42ea-9ea7-7dc780b882b7": {
|
||||
"asset": 1720176474000,
|
||||
"meta": 1720177326492,
|
||||
|
@ -459,19 +434,14 @@
|
|||
"meta": 1720411145380,
|
||||
"relativePath": "Script\\module\\GameStart\\GameAppStart.ts"
|
||||
},
|
||||
"454ad829-851a-40ea-8ab9-941e828357ca": {
|
||||
"asset": 1720424686984,
|
||||
"meta": 1720427793327,
|
||||
"relativePath": "Script\\Load.ts"
|
||||
},
|
||||
"7290c680-dfdc-4c59-9736-a614cc2a8bcf": {
|
||||
"asset": 1720427814120,
|
||||
"meta": 1720430964391,
|
||||
"relativePath": "Script\\module\\Share\\share.ts"
|
||||
},
|
||||
"c5692be7-8703-45e4-9f67-23b54d290356": {
|
||||
"asset": 1720424665111,
|
||||
"meta": 1720427793537,
|
||||
"asset": 1722492793531,
|
||||
"meta": 1722492809051,
|
||||
"relativePath": "Script\\module\\Config\\GameConfig.ts"
|
||||
},
|
||||
"771a3d9a-4013-4654-a777-fbaea0c93280": {
|
||||
|
@ -480,8 +450,8 @@
|
|||
"relativePath": "Script\\module\\Crypto\\HttpUtil.ts"
|
||||
},
|
||||
"43bfc27a-ff6e-45b3-87c7-504d0f781397": {
|
||||
"asset": 1720412213923,
|
||||
"meta": 1720412232537,
|
||||
"asset": 1722483638189,
|
||||
"meta": 1722483654984,
|
||||
"relativePath": "Script\\module\\Tool\\GameTool.ts"
|
||||
},
|
||||
"2d69a479-18ec-4787-b35f-e9a9b3247435": {
|
||||
|
@ -494,504 +464,539 @@
|
|||
"meta": 1720427793572,
|
||||
"relativePath": "Script\\module\\Share.zip"
|
||||
},
|
||||
"9a849051-bf1c-4d07-aaef-0994c636ed81": {
|
||||
"asset": 1714149065569,
|
||||
"meta": 1720689299125,
|
||||
"relativePath": "resources\\Ui\\rankBtn.png"
|
||||
},
|
||||
"b0432040-dbde-438c-839c-ba2b5d18a3b5": {
|
||||
"asset": 1722483615158,
|
||||
"meta": 1722483654901,
|
||||
"relativePath": "Script\\GameManager.ts"
|
||||
},
|
||||
"5325e681-09c2-4cdd-87f1-7b4d76247f14": {
|
||||
"asset": 1721030116679,
|
||||
"meta": 1721030189327,
|
||||
"relativePath": "resources\\Music\\danshen_audio.mp3"
|
||||
},
|
||||
"e74a9f7d-2031-4e69-bcb2-9998174088b2": {
|
||||
"asset": 1722331833034,
|
||||
"meta": 1722410762292,
|
||||
"relativePath": "Script\\RankManager.ts"
|
||||
},
|
||||
"9836134e-b892-4283-b6b2-78b5acf3ed45": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1720581136218,
|
||||
"meta": 1722492806464,
|
||||
"relativePath": "effects"
|
||||
},
|
||||
"abc2cb62-7852-4525-a90d-d474487b88f2": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1720581136324,
|
||||
"meta": 1722492806564,
|
||||
"relativePath": "effects\\builtin-phong.effect"
|
||||
},
|
||||
"e2f00085-c597-422d-9759-52c360279106": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1720581136375,
|
||||
"meta": 1722492806614,
|
||||
"relativePath": "effects\\builtin-toon.effect"
|
||||
},
|
||||
"430eccbf-bf2c-4e6e-8c0c-884bbb487f32": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1720581136387,
|
||||
"meta": 1722492806626,
|
||||
"relativePath": "effects\\__builtin-editor-gizmo-line.effect"
|
||||
},
|
||||
"6c5cf6e1-b044-4eac-9431-835644d57381": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1720581136392,
|
||||
"meta": 1722492806630,
|
||||
"relativePath": "effects\\__builtin-editor-gizmo-unlit.effect"
|
||||
},
|
||||
"115286d1-2e10-49ee-aab4-341583f607e8": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1720581136415,
|
||||
"meta": 1722492806658,
|
||||
"relativePath": "effects\\__builtin-editor-gizmo.effect"
|
||||
},
|
||||
"f8e6b000-5643-4b86-9080-aa680ce1f599": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1720581136219,
|
||||
"meta": 1722492806464,
|
||||
"relativePath": "image"
|
||||
},
|
||||
"5c3eedba-6c41-4c0c-9ba7-d91f813cbd1c": {
|
||||
"asset": 1714966328721,
|
||||
"meta": 1720581136220,
|
||||
"meta": 1722492806464,
|
||||
"relativePath": "materials"
|
||||
},
|
||||
"fc09f9bd-2cce-4605-b630-8145ef809ed6": {
|
||||
"asset": 1714966328721,
|
||||
"meta": 1720581136220,
|
||||
"meta": 1722492806468,
|
||||
"relativePath": "misc"
|
||||
},
|
||||
"e851e89b-faa2-4484-bea6-5c01dd9f06e2": {
|
||||
"asset": 1714966328658,
|
||||
"meta": 1720581136450,
|
||||
"relativePath": "image\\default_btn_normal.png"
|
||||
},
|
||||
"edd215b9-2796-4a05-aaf5-81f96c9281ce": {
|
||||
"asset": 1714966328658,
|
||||
"meta": 1720581136459,
|
||||
"relativePath": "image\\default_editbox_bg.png"
|
||||
},
|
||||
"db019bf7-f71c-4111-98cf-918ea180cb48": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136221,
|
||||
"relativePath": "model"
|
||||
},
|
||||
"cfef78f1-c8df-49b7-8ed0-4c953ace2621": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1720581136491,
|
||||
"relativePath": "image\\default_progressbar.png"
|
||||
},
|
||||
"e39e96e6-6f6e-413f-bcf1-ac7679bb648a": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136461,
|
||||
"relativePath": "model\\prefab"
|
||||
},
|
||||
"b43ff3c2-02bb-4874-81f7-f2dea6970f18": {
|
||||
"asset": 1714966328658,
|
||||
"meta": 1720581136493,
|
||||
"meta": 1722492806707,
|
||||
"relativePath": "image\\default_btn_pressed.png"
|
||||
},
|
||||
"6e056173-d285-473c-b206-40a7fff5386e": {
|
||||
"asset": 1714966328689,
|
||||
"meta": 1720581136501,
|
||||
"relativePath": "image\\default_sprite.png"
|
||||
"db019bf7-f71c-4111-98cf-918ea180cb48": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1722492806468,
|
||||
"relativePath": "model"
|
||||
},
|
||||
"e39e96e6-6f6e-413f-bcf1-ac7679bb648a": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1722492806711,
|
||||
"relativePath": "model\\prefab"
|
||||
},
|
||||
"edd215b9-2796-4a05-aaf5-81f96c9281ce": {
|
||||
"asset": 1714966328658,
|
||||
"meta": 1722492806711,
|
||||
"relativePath": "image\\default_editbox_bg.png"
|
||||
},
|
||||
"cfef78f1-c8df-49b7-8ed0-4c953ace2621": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1722492806755,
|
||||
"relativePath": "image\\default_progressbar.png"
|
||||
},
|
||||
"4bab67cb-18e6-4099-b840-355f0473f890": {
|
||||
"asset": 1714966328689,
|
||||
"meta": 1720581136500,
|
||||
"meta": 1722492806755,
|
||||
"relativePath": "image\\default_scrollbar_bg.png"
|
||||
},
|
||||
"e851e89b-faa2-4484-bea6-5c01dd9f06e2": {
|
||||
"asset": 1714966328658,
|
||||
"meta": 1722492806747,
|
||||
"relativePath": "image\\default_btn_normal.png"
|
||||
},
|
||||
"617323dd-11f4-4dd3-8eec-0caf6b3b45b9": {
|
||||
"asset": 1714966328689,
|
||||
"meta": 1720581136497,
|
||||
"meta": 1722492806751,
|
||||
"relativePath": "image\\default_scrollbar_vertical_bg.png"
|
||||
},
|
||||
"9d60001f-b5f4-4726-a629-2659e3ded0b8": {
|
||||
"6e056173-d285-473c-b206-40a7fff5386e": {
|
||||
"asset": 1714966328689,
|
||||
"meta": 1722492806751,
|
||||
"relativePath": "image\\default_sprite.png"
|
||||
},
|
||||
"d81ec8ad-247c-4e62-aa3c-d35c4193c7af": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1720581136494,
|
||||
"relativePath": "image\\default_radio_button_on.png"
|
||||
"meta": 1722492806694,
|
||||
"relativePath": "image\\default_panel.png"
|
||||
},
|
||||
"71561142-4c83-4933-afca-cb7a17f67053": {
|
||||
"asset": 1714966328658,
|
||||
"meta": 1720581136449,
|
||||
"meta": 1722492806698,
|
||||
"relativePath": "image\\default_btn_disabled.png"
|
||||
},
|
||||
"f6e6dd15-71d1-4ffe-ace7-24fd39942c05": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1720581136222,
|
||||
"meta": 1722492806468,
|
||||
"relativePath": "obsolete"
|
||||
},
|
||||
"99170b0b-d210-46f1-b213-7d9e3f23098a": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1720581136457,
|
||||
"relativePath": "image\\default_progressbar_bg.png"
|
||||
"600301aa-3357-4a10-b086-84f011fa32ba": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1722492806711,
|
||||
"relativePath": "image\\default-particle.png"
|
||||
},
|
||||
"c4480a0a-6ac5-443f-8b40-361a14257fc8": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1720581136758,
|
||||
"meta": 1722492807036,
|
||||
"relativePath": "materials\\builtin-phong.mtl"
|
||||
},
|
||||
"f743d2b6-b7ea-4c14-a55b-547ed4d0a045": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1720581136222,
|
||||
"meta": 1722492806468,
|
||||
"relativePath": "particle"
|
||||
},
|
||||
"567dcd80-8bf4-4535-8a5a-313f1caf078a": {
|
||||
"99170b0b-d210-46f1-b213-7d9e3f23098a": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1720581136456,
|
||||
"relativePath": "image\\default_radio_button_off.png"
|
||||
},
|
||||
"fe1417b6-fe6b-46a4-ae7c-9fd331f33a2a": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136693,
|
||||
"relativePath": "model\\prefab\\capsule.prefab"
|
||||
},
|
||||
"d81ec8ad-247c-4e62-aa3c-d35c4193c7af": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1720581136447,
|
||||
"relativePath": "image\\default_panel.png"
|
||||
"meta": 1722492806698,
|
||||
"relativePath": "image\\default_progressbar_bg.png"
|
||||
},
|
||||
"a87cc147-01b2-43f8-8e42-a7ca90b0c757": {
|
||||
"asset": 1714966328721,
|
||||
"meta": 1720581136690,
|
||||
"meta": 1722492806970,
|
||||
"relativePath": "model\\prefab\\box.prefab"
|
||||
},
|
||||
"9d60001f-b5f4-4726-a629-2659e3ded0b8": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1722492806743,
|
||||
"relativePath": "image\\default_radio_button_on.png"
|
||||
},
|
||||
"ae6c6c98-11e4-452f-8758-75f5c6a56e83": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1720581136223,
|
||||
"meta": 1722492806468,
|
||||
"relativePath": "prefab"
|
||||
},
|
||||
"600301aa-3357-4a10-b086-84f011fa32ba": {
|
||||
"asset": 1714966328642,
|
||||
"meta": 1720581136460,
|
||||
"relativePath": "image\\default-particle.png"
|
||||
"fe1417b6-fe6b-46a4-ae7c-9fd331f33a2a": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1722492806967,
|
||||
"relativePath": "model\\prefab\\capsule.prefab"
|
||||
},
|
||||
"567dcd80-8bf4-4535-8a5a-313f1caf078a": {
|
||||
"asset": 1714966328673,
|
||||
"meta": 1722492806707,
|
||||
"relativePath": "image\\default_radio_button_off.png"
|
||||
},
|
||||
"b5fc2cf2-7942-483d-be1f-bbeadc4714ad": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136696,
|
||||
"meta": 1722492806971,
|
||||
"relativePath": "model\\prefab\\cone.prefab"
|
||||
},
|
||||
"6c9ef10d-b479-420b-bfe6-39cdda6a8ae0": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136697,
|
||||
"relativePath": "model\\prefab\\quad.prefab"
|
||||
},
|
||||
"0291c134-b3da-4098-b7b5-e397edbe947f": {
|
||||
"asset": 1714966328689,
|
||||
"meta": 1720581136496,
|
||||
"relativePath": "image\\default_scrollbar.png"
|
||||
},
|
||||
"1c5e4038-953a-44c2-b620-0bbfc6170477": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136695,
|
||||
"relativePath": "model\\prefab\\cylinder.prefab"
|
||||
},
|
||||
"3f376125-a699-40ca-ad05-04d662eaa1f2": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136703,
|
||||
"meta": 1722492806984,
|
||||
"relativePath": "model\\prefab\\plane.prefab"
|
||||
},
|
||||
"0291c134-b3da-4098-b7b5-e397edbe947f": {
|
||||
"asset": 1714966328689,
|
||||
"meta": 1722492806743,
|
||||
"relativePath": "image\\default_scrollbar.png"
|
||||
},
|
||||
"6c9ef10d-b479-420b-bfe6-39cdda6a8ae0": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1722492806980,
|
||||
"relativePath": "model\\prefab\\quad.prefab"
|
||||
},
|
||||
"1c5e4038-953a-44c2-b620-0bbfc6170477": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1722492806976,
|
||||
"relativePath": "model\\prefab\\cylinder.prefab"
|
||||
},
|
||||
"d6d3ca85-4681-47c1-b5dd-d036a9d39ea2": {
|
||||
"asset": 1714966328689,
|
||||
"meta": 1720581136498,
|
||||
"meta": 1722492806743,
|
||||
"relativePath": "image\\default_scrollbar_vertical.png"
|
||||
},
|
||||
"2d9a4b85-b0ab-4c46-84c5-18f393ab2058": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136705,
|
||||
"meta": 1722492806980,
|
||||
"relativePath": "model\\prefab\\sphere.prefab"
|
||||
},
|
||||
"de510076-056b-484f-b94c-83bef217d0e1": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581136698,
|
||||
"meta": 1722492806988,
|
||||
"relativePath": "model\\prefab\\torus.prefab"
|
||||
},
|
||||
"0275e94c-56a7-410f-bd1a-fc7483f7d14a": {
|
||||
"asset": 1714966328705,
|
||||
"meta": 1720581136492,
|
||||
"meta": 1722492806747,
|
||||
"relativePath": "image\\default_sprite_splash.png"
|
||||
},
|
||||
"897ef7a1-4860-4f64-968d-f5924b18668a": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1720581136506,
|
||||
"meta": 1722492806763,
|
||||
"relativePath": "prefab\\2d-camera.prefab"
|
||||
},
|
||||
"70d7cdb0-04cd-41bb-9480-c06a4785f386": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1720581136507,
|
||||
"relativePath": "prefab\\3d-camera.prefab"
|
||||
},
|
||||
"a3ee0214-b432-4865-9666-4a3211814282": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136508,
|
||||
"relativePath": "prefab\\light"
|
||||
},
|
||||
"972b9a4d-47ee-4c74-b5c3-61d8a69bc29f": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1720581136517,
|
||||
"relativePath": "prefab\\button.prefab"
|
||||
},
|
||||
"ed88f13d-fcad-4848-aa35-65a2cb973584": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1720581136513,
|
||||
"relativePath": "prefab\\3d-stage.prefab"
|
||||
},
|
||||
"70bbeb73-6dc2-4ee4-8faf-76b3a0e34ec4": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1720581136510,
|
||||
"meta": 1722492806767,
|
||||
"relativePath": "prefab\\3d-particle.prefab"
|
||||
},
|
||||
"61aeb05b-3b32-452b-8eed-2b76deeed554": {
|
||||
"asset": 1714966328783,
|
||||
"meta": 1720581136514,
|
||||
"relativePath": "prefab\\editbox.prefab"
|
||||
"a3ee0214-b432-4865-9666-4a3211814282": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1722492806763,
|
||||
"relativePath": "prefab\\light"
|
||||
},
|
||||
"70d7cdb0-04cd-41bb-9480-c06a4785f386": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1722492806759,
|
||||
"relativePath": "prefab\\3d-camera.prefab"
|
||||
},
|
||||
"ed88f13d-fcad-4848-aa35-65a2cb973584": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1722492806767,
|
||||
"relativePath": "prefab\\3d-stage.prefab"
|
||||
},
|
||||
"2c937608-2562-40ea-b264-7395df6f0cea": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1720581136511,
|
||||
"meta": 1722492806771,
|
||||
"relativePath": "prefab\\canvas.prefab"
|
||||
},
|
||||
"972b9a4d-47ee-4c74-b5c3-61d8a69bc29f": {
|
||||
"asset": 1714966328768,
|
||||
"meta": 1722492806771,
|
||||
"relativePath": "prefab\\button.prefab"
|
||||
},
|
||||
"61aeb05b-3b32-452b-8eed-2b76deeed554": {
|
||||
"asset": 1714966328783,
|
||||
"meta": 1722492806775,
|
||||
"relativePath": "prefab\\editbox.prefab"
|
||||
},
|
||||
"27756ebb-3d33-44b0-9b96-e858fadd4dd4": {
|
||||
"asset": 1714966328783,
|
||||
"meta": 1720581136524,
|
||||
"meta": 1722492806779,
|
||||
"relativePath": "prefab\\label.prefab"
|
||||
},
|
||||
"2be36297-9abb-4fee-8049-9ed5e271da8a": {
|
||||
"asset": 1714966328721,
|
||||
"meta": 1722492806834,
|
||||
"relativePath": "misc\\default_video.mp4"
|
||||
},
|
||||
"785a442c-3ceb-45be-a46e-7317f625f3b9": {
|
||||
"asset": 1714966328783,
|
||||
"meta": 1720581136526,
|
||||
"meta": 1722492806785,
|
||||
"relativePath": "prefab\\layout.prefab"
|
||||
},
|
||||
"ca8401fe-ad6e-41a8-bd46-8e3e4e9945be": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136530,
|
||||
"meta": 1722492806788,
|
||||
"relativePath": "prefab\\pageview.prefab"
|
||||
},
|
||||
"cd33edea-55f5-46c2-958d-357a01384a36": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136529,
|
||||
"meta": 1722492806792,
|
||||
"relativePath": "prefab\\particlesystem.prefab"
|
||||
},
|
||||
"5965ffac-69da-4b55-bcde-9225d0613c28": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136532,
|
||||
"meta": 1722492806790,
|
||||
"relativePath": "prefab\\progressBar.prefab"
|
||||
},
|
||||
"32044bd2-481f-4cf1-a656-e2b2fb1594eb": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136538,
|
||||
"relativePath": "prefab\\scrollview.prefab"
|
||||
},
|
||||
"4a37dd57-78cd-4cec-aad4-f11a73d12b63": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136533,
|
||||
"meta": 1722492806794,
|
||||
"relativePath": "prefab\\richtext.prefab"
|
||||
},
|
||||
"32044bd2-481f-4cf1-a656-e2b2fb1594eb": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1722492806795,
|
||||
"relativePath": "prefab\\scrollview.prefab"
|
||||
},
|
||||
"0004d1cf-a0ad-47d8-ab17-34d3db9d35a3": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136534,
|
||||
"meta": 1722492806799,
|
||||
"relativePath": "prefab\\slider.prefab"
|
||||
},
|
||||
"c25b9d50-c8fc-4d27-beeb-6e7c1f2e5c0f": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1720581136554,
|
||||
"meta": 1722492806823,
|
||||
"relativePath": "image\\default_toggle_disabled.png"
|
||||
},
|
||||
"2be36297-9abb-4fee-8049-9ed5e271da8a": {
|
||||
"asset": 1714966328721,
|
||||
"meta": 1720581136561,
|
||||
"relativePath": "misc\\default_video.mp4"
|
||||
},
|
||||
"96083d03-c332-4a3f-9386-d03e2d19e8ee": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136556,
|
||||
"meta": 1722492806807,
|
||||
"relativePath": "prefab\\sprite.prefab"
|
||||
},
|
||||
"73a0903d-d80e-4e3c-aa67-f999543c08f5": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1720581136558,
|
||||
"relativePath": "image\\default_toggle_checkmark.png"
|
||||
},
|
||||
"d8afc78c-4eac-4a9f-83dd-67bc70344d33": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1720581136224,
|
||||
"meta": 1722492806472,
|
||||
"relativePath": "resources"
|
||||
},
|
||||
"294c1663-4adf-4a1e-a795-53808011a38a": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1720581136555,
|
||||
"meta": 1722492806818,
|
||||
"relativePath": "resources\\effects"
|
||||
},
|
||||
"d29077ba-1627-4a72-9579-7b56a235340c": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1720581136552,
|
||||
"relativePath": "image\\default_toggle_normal.png"
|
||||
},
|
||||
"1f55e3be-b89b-4b79-88de-47fd31018044": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136560,
|
||||
"relativePath": "prefab\\sprite_splash.prefab"
|
||||
},
|
||||
"bbee2217-c261-49bd-a8ce-708d6bcc3500": {
|
||||
"asset": 1714966328893,
|
||||
"meta": 1720581136557,
|
||||
"meta": 1722492806821,
|
||||
"relativePath": "resources\\materials"
|
||||
},
|
||||
"b181c1e4-0a72-4a91-bfb0-ae6f36ca60bd": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1722492806817,
|
||||
"relativePath": "image\\default_toggle_pressed.png"
|
||||
},
|
||||
"30682f87-9f0d-4f17-8a44-72863791461b": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1720581136583,
|
||||
"meta": 1722492806850,
|
||||
"relativePath": "resources\\effects\\builtin-2d-graphics.effect"
|
||||
},
|
||||
"1f55e3be-b89b-4b79-88de-47fd31018044": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1722492806820,
|
||||
"relativePath": "prefab\\sprite_splash.prefab"
|
||||
},
|
||||
"144c3297-af63-49e8-b8ef-1cfa29b3be28": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1720581136590,
|
||||
"meta": 1722492806858,
|
||||
"relativePath": "resources\\effects\\builtin-2d-gray-sprite.effect"
|
||||
},
|
||||
"0e42ba95-1fa1-46aa-b2cf-143cd1bcee2c": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136569,
|
||||
"meta": 1722492806830,
|
||||
"relativePath": "prefab\\tiledtile.prefab"
|
||||
},
|
||||
"f18742d7-56d2-4eb5-ae49-2d9d710b37c8": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1720581136598,
|
||||
"meta": 1722492806866,
|
||||
"relativePath": "resources\\effects\\builtin-2d-label.effect"
|
||||
},
|
||||
"7de03a80-4457-438d-95a7-3e7cdffd6086": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136565,
|
||||
"relativePath": "prefab\\tiledmap.prefab"
|
||||
},
|
||||
"0e93aeaa-0b53-4e40-b8e0-6268b4e07bd7": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1720581136605,
|
||||
"relativePath": "resources\\effects\\builtin-2d-spine.effect"
|
||||
},
|
||||
"b181c1e4-0a72-4a91-bfb0-ae6f36ca60bd": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1720581136563,
|
||||
"relativePath": "image\\default_toggle_pressed.png"
|
||||
},
|
||||
"d1b8be49-b0a0-435c-83b7-552bed4bbe35": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136573,
|
||||
"relativePath": "prefab\\toggleGroup.prefab"
|
||||
},
|
||||
"2874f8dd-416c-4440-81b7-555975426e93": {
|
||||
"asset": 1714966328846,
|
||||
"meta": 1720581136612,
|
||||
"relativePath": "resources\\effects\\builtin-2d-sprite.effect"
|
||||
},
|
||||
"0d784963-d024-4ea6-a7db-03be0ad63010": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136570,
|
||||
"meta": 1722492806826,
|
||||
"relativePath": "prefab\\toggle.prefab"
|
||||
},
|
||||
"829a282c-b049-4019-bd38-5ace8d8a6417": {
|
||||
"asset": 1714966328846,
|
||||
"meta": 1720581136656,
|
||||
"relativePath": "resources\\effects\\builtin-3d-particle.effect"
|
||||
"73a0903d-d80e-4e3c-aa67-f999543c08f5": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1722492806822,
|
||||
"relativePath": "image\\default_toggle_checkmark.png"
|
||||
},
|
||||
"0e93aeaa-0b53-4e40-b8e0-6268b4e07bd7": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1722492806874,
|
||||
"relativePath": "resources\\effects\\builtin-2d-spine.effect"
|
||||
},
|
||||
"bf0a434c-84dd-4a8e-a08a-7a36f180cc75": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136572,
|
||||
"meta": 1722492806830,
|
||||
"relativePath": "prefab\\toggleContainer.prefab"
|
||||
},
|
||||
"d29077ba-1627-4a72-9579-7b56a235340c": {
|
||||
"asset": 1714966328706,
|
||||
"meta": 1722492806823,
|
||||
"relativePath": "image\\default_toggle_normal.png"
|
||||
},
|
||||
"2874f8dd-416c-4440-81b7-555975426e93": {
|
||||
"asset": 1714966328846,
|
||||
"meta": 1722492806882,
|
||||
"relativePath": "resources\\effects\\builtin-2d-sprite.effect"
|
||||
},
|
||||
"7de03a80-4457-438d-95a7-3e7cdffd6086": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1722492806826,
|
||||
"relativePath": "prefab\\tiledmap.prefab"
|
||||
},
|
||||
"829a282c-b049-4019-bd38-5ace8d8a6417": {
|
||||
"asset": 1714966328846,
|
||||
"meta": 1722492806931,
|
||||
"relativePath": "resources\\effects\\builtin-3d-particle.effect"
|
||||
},
|
||||
"2a7c0036-e0b3-4fe1-8998-89a54b8a2bec": {
|
||||
"asset": 1714966328846,
|
||||
"meta": 1720581136670,
|
||||
"meta": 1722492806947,
|
||||
"relativePath": "resources\\effects\\builtin-3d-trail.effect"
|
||||
},
|
||||
"c0040c95-c57f-49cd-9cbc-12316b73d0d4": {
|
||||
"asset": 1714966328846,
|
||||
"meta": 1720581136675,
|
||||
"meta": 1722492806951,
|
||||
"relativePath": "resources\\effects\\builtin-clear-stencil.effect"
|
||||
},
|
||||
"6d91e591-4ce0-465c-809f-610ec95019c6": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1720581136686,
|
||||
"meta": 1722492806963,
|
||||
"relativePath": "resources\\effects\\builtin-unlit.effect"
|
||||
},
|
||||
"232d2782-c4bd-4bb4-9e01-909f03d6d3b9": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1720581136591,
|
||||
"meta": 1722492806858,
|
||||
"relativePath": "prefab\\videoplayer.prefab"
|
||||
},
|
||||
"61906da3-7003-4bda-9abc-5769c76faee4": {
|
||||
"asset": 1714966328783,
|
||||
"meta": 1720581136701,
|
||||
"relativePath": "prefab\\light\\ambient.prefab"
|
||||
},
|
||||
"8c5001fd-07ee-4a4b-a8a0-63e15195e94d": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1720581136614,
|
||||
"relativePath": "prefab\\webview.prefab"
|
||||
},
|
||||
"ddb99b39-7004-47cd-9705-751905c43c46": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136700,
|
||||
"meta": 1722492806984,
|
||||
"relativePath": "prefab\\light\\directional.prefab"
|
||||
},
|
||||
"d1b8be49-b0a0-435c-83b7-552bed4bbe35": {
|
||||
"asset": 1714966328815,
|
||||
"meta": 1722492806834,
|
||||
"relativePath": "prefab\\toggleGroup.prefab"
|
||||
},
|
||||
"8c5001fd-07ee-4a4b-a8a0-63e15195e94d": {
|
||||
"asset": 1714966328831,
|
||||
"meta": 1722492806963,
|
||||
"relativePath": "prefab\\webview.prefab"
|
||||
},
|
||||
"61906da3-7003-4bda-9abc-5769c76faee4": {
|
||||
"asset": 1714966328783,
|
||||
"meta": 1722492806988,
|
||||
"relativePath": "prefab\\light\\ambient.prefab"
|
||||
},
|
||||
"0cf30284-9073-46bc-9eba-e62b69dbbff3": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136702,
|
||||
"meta": 1722492806984,
|
||||
"relativePath": "prefab\\light\\point.prefab"
|
||||
},
|
||||
"f5331fd2-bf42-4ee3-a3fd-3e1657600eff": {
|
||||
"asset": 1714966328800,
|
||||
"meta": 1720581136704,
|
||||
"meta": 1722492806988,
|
||||
"relativePath": "prefab\\light\\spot.prefab"
|
||||
},
|
||||
"3a7bb79f-32fd-422e-ada2-96f518fed422": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1720581136783,
|
||||
"relativePath": "resources\\materials\\builtin-2d-gray-sprite.mtl"
|
||||
},
|
||||
"6f801092-0c37-4f30-89ef-c8d960825b36": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1720581136782,
|
||||
"relativePath": "resources\\materials\\builtin-2d-base.mtl"
|
||||
},
|
||||
"8a96b965-2dc0-4e03-aa90-3b79cb93b5b4": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1720581136566,
|
||||
"meta": 1722492806838,
|
||||
"relativePath": "obsolete\\atom.png"
|
||||
},
|
||||
"e02d87d4-e599-4d16-8001-e14891ac6506": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1720581136784,
|
||||
"relativePath": "resources\\materials\\builtin-2d-label.mtl"
|
||||
},
|
||||
"eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1720581136785,
|
||||
"relativePath": "resources\\materials\\builtin-2d-sprite.mtl"
|
||||
"6f801092-0c37-4f30-89ef-c8d960825b36": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1722492807060,
|
||||
"relativePath": "resources\\materials\\builtin-2d-base.mtl"
|
||||
},
|
||||
"7afd064b-113f-480e-b793-8817d19f63c3": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1720581136784,
|
||||
"meta": 1722492807056,
|
||||
"relativePath": "resources\\materials\\builtin-2d-spine.mtl"
|
||||
},
|
||||
"3a7bb79f-32fd-422e-ada2-96f518fed422": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1722492807056,
|
||||
"relativePath": "resources\\materials\\builtin-2d-gray-sprite.mtl"
|
||||
},
|
||||
"d0a82d39-bede-46c4-b698-c81ff0dedfff": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1720581136567,
|
||||
"meta": 1722492806838,
|
||||
"relativePath": "particle\\atom.png"
|
||||
},
|
||||
"cf7e0bb8-a81c-44a9-ad79-d28d43991032": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1720581136787,
|
||||
"relativePath": "resources\\materials\\builtin-clear-stencil.mtl"
|
||||
},
|
||||
"a153945d-2511-4c14-be7b-05d242f47d57": {
|
||||
"asset": 1714966328862,
|
||||
"meta": 1720581136782,
|
||||
"meta": 1722492807056,
|
||||
"relativePath": "resources\\materials\\builtin-2d-graphics.mtl"
|
||||
},
|
||||
"eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1722492807064,
|
||||
"relativePath": "resources\\materials\\builtin-2d-sprite.mtl"
|
||||
},
|
||||
"432fa09c-cf03-4cff-a186-982604408a07": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1720581136788,
|
||||
"meta": 1722492807060,
|
||||
"relativePath": "resources\\materials\\builtin-3d-particle.mtl"
|
||||
},
|
||||
"e02d87d4-e599-4d16-8001-e14891ac6506": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1722492807060,
|
||||
"relativePath": "resources\\materials\\builtin-2d-label.mtl"
|
||||
},
|
||||
"466d4f9b-e5f4-4ea8-85d5-3c6e9a65658a": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1720581136787,
|
||||
"meta": 1722492807060,
|
||||
"relativePath": "resources\\materials\\builtin-3d-trail.mtl"
|
||||
},
|
||||
"cf7e0bb8-a81c-44a9-ad79-d28d43991032": {
|
||||
"asset": 1714966328878,
|
||||
"meta": 1722492807060,
|
||||
"relativePath": "resources\\materials\\builtin-clear-stencil.mtl"
|
||||
},
|
||||
"2a296057-247c-4a1c-bbeb-0548b6c98650": {
|
||||
"asset": 1714966328893,
|
||||
"meta": 1720581136786,
|
||||
"meta": 1722492807060,
|
||||
"relativePath": "resources\\materials\\builtin-unlit.mtl"
|
||||
},
|
||||
"b2687ac4-099e-403c-a192-ff477686f4f5": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1720581136807,
|
||||
"relativePath": "particle\\atom.plist"
|
||||
},
|
||||
"b8223619-7e38-47c4-841f-9160c232495a": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1720581136808,
|
||||
"meta": 1722492807082,
|
||||
"relativePath": "obsolete\\atom.plist"
|
||||
},
|
||||
"b2687ac4-099e-403c-a192-ff477686f4f5": {
|
||||
"asset": 1714966328752,
|
||||
"meta": 1722492807082,
|
||||
"relativePath": "particle\\atom.plist"
|
||||
},
|
||||
"954fec8b-cd16-4bb9-a3b7-7719660e7558": {
|
||||
"asset": 1714966328737,
|
||||
"meta": 1720581138649,
|
||||
"meta": 1722492808776,
|
||||
"relativePath": "model\\primitives.fbx"
|
||||
},
|
||||
"effe29e5-3670-444b-81fd-b45338af7f19": {
|
||||
"asset": 1721790829486,
|
||||
"meta": 1721790841252,
|
||||
"relativePath": "Script\\GuideManager.ts"
|
||||
},
|
||||
"454ad829-851a-40ea-8ab9-941e828357ca": {
|
||||
"asset": 1721790799036,
|
||||
"meta": 1721790841271,
|
||||
"relativePath": "Script\\Load.ts"
|
||||
},
|
||||
"58403fe7-d7a2-426b-9b19-84d3236731a8": {
|
||||
"asset": 1721790840736,
|
||||
"meta": 1721790841329,
|
||||
"relativePath": "Script\\module\\Music\\AudioManager.ts"
|
||||
}
|
||||
}
|
|
@ -13,13 +13,13 @@
|
|||
"type": "dock-h",
|
||||
"children": [
|
||||
{
|
||||
"width": 255.1666717529297,
|
||||
"width": 255,
|
||||
"height": 556.3333740234375,
|
||||
"type": "dock-v",
|
||||
"children": [
|
||||
{
|
||||
"width": 255.1666717529297,
|
||||
"height": 292.25,
|
||||
"width": 255,
|
||||
"height": 292.16668701171875,
|
||||
"type": "panel",
|
||||
"active": 0,
|
||||
"children": [
|
||||
|
@ -27,8 +27,8 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"width": 255.1666717529297,
|
||||
"height": 261.0833435058594,
|
||||
"width": 255,
|
||||
"height": 261.15625,
|
||||
"type": "panel",
|
||||
"active": 0,
|
||||
"children": [
|
||||
|
@ -38,7 +38,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"width": 624.0625,
|
||||
"width": 624,
|
||||
"height": 556.3333740234375,
|
||||
"type": "panel",
|
||||
"active": 0,
|
||||
|
@ -47,7 +47,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"width": 380.7708435058594,
|
||||
"width": 381,
|
||||
"height": 556.3333740234375,
|
||||
"type": "panel",
|
||||
"active": 0,
|
||||
|
@ -66,7 +66,8 @@
|
|||
"cocos-services"
|
||||
]
|
||||
},
|
||||
" common-asset-worker-worker": {}
|
||||
" common-asset-worker-worker": {},
|
||||
"window-1722492819970": {}
|
||||
},
|
||||
"panels": {
|
||||
"builder": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"last-edit": "4b9c5a7e-c645-48a4-9aca-5df381ce4ef5",
|
||||
"last-edit": "9c08062d-4cf1-4b6e-a8ba-4a3881cc7e7d",
|
||||
"recent-items": [
|
||||
"40ba7e70-1826-4aa1-92f3-aa63ae39294b",
|
||||
"32254f37-ac95-4912-a787-b8e0429ba0f1",
|
||||
|
@ -10,10 +10,11 @@
|
|||
"774829bb-123e-48b6-930e-6b3e02491506",
|
||||
"badb56f7-1c07-4fbb-87e6-5bfd805fe81b",
|
||||
"0cfcd0fc-314e-4c60-8997-a1c1b95599bc",
|
||||
"2d2f792f-a40c-49bb-a189-ed176a246e49",
|
||||
"4eaf518b-35ec-4262-928d-4d497c3f2830",
|
||||
"1d6bc13a-95e8-41e2-8703-441263ec00bb",
|
||||
"9c08062d-4cf1-4b6e-a8ba-4a3881cc7e7d",
|
||||
"4b9c5a7e-c645-48a4-9aca-5df381ce4ef5"
|
||||
"4eaf518b-35ec-4262-928d-4d497c3f2830",
|
||||
"2d2f792f-a40c-49bb-a189-ed176a246e49",
|
||||
"a264c8df-80f6-474f-9fe5-28b7ae529d95",
|
||||
"4b9c5a7e-c645-48a4-9aca-5df381ce4ef5",
|
||||
"9c08062d-4cf1-4b6e-a8ba-4a3881cc7e7d"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -229,7 +229,6 @@
|
|||
"84UeR6Ro5Po5QNQV5Gg77A",
|
||||
"e1voegXqFG7pcNFtBwd4RM",
|
||||
"04tiFXp89GYILbewpFP54c",
|
||||
"55FH2q1HJAyK0hrjxGH/+q",
|
||||
"59+YnTBw9LKZd7b+qWv/ih",
|
||||
"b0XjY3oxhLw6l5Sjbdlto4",
|
||||
"19+GdlQVtJM55xDuYFBJSn",
|
||||
|
@ -256,6 +255,15 @@
|
|||
"8fvfWDa09MYYcHQ4OIBxKu",
|
||||
"b0mmOMONJJvoRDWLYc61sd",
|
||||
"8b7qI3tpdIOpM8Dkqyts5Q",
|
||||
"fb2IxHCVJB1pNjBteXpqeG"
|
||||
"fb2IxHCVJB1pNjBteXpqeG",
|
||||
"5fanACpyFCUo0UbqRf7tLn",
|
||||
"1dH+troCBMIbpbgd3McLPt",
|
||||
"dcgQGtJrNFSYN55RWmFdRC",
|
||||
"e8S/Fw5hVDcZEIoedcUoA5",
|
||||
"12VNTtvqlNKpsp4ieOSc76",
|
||||
"5a+WTpsZ5GtZFgHGCiqy6C",
|
||||
"55FH2q1HJAyK0hrjxGH/+q",
|
||||
"6e23Z/yUFNubl4VhXw5FYi",
|
||||
"8cHLW+leJPrYWJz1oiW3Dv"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"title": "Sun_moves",
|
||||
"title": "ShenNong",
|
||||
"packageName": "org.cocos2d.demo",
|
||||
"startScene": "9c08062d-4cf1-4b6e-a8ba-4a3881cc7e7d",
|
||||
"excludeScenes": [],
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"last-module-event-record-time": 1720174822336,
|
||||
"last-module-event-record-time": 1722410807191,
|
||||
"group-list": [
|
||||
"default"
|
||||
],
|
||||
|
|
|
@ -974,7 +974,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
21,
|
||||
92.753,
|
||||
144.85,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -4021,7 +4021,7 @@
|
|||
"__type__": "TypedArray",
|
||||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
-14.401,
|
||||
-11.041,
|
||||
-4.32,
|
||||
0,
|
||||
0,
|
||||
|
@ -4120,8 +4120,8 @@
|
|||
"__type__": "TypedArray",
|
||||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
3.942,
|
||||
-32.182,
|
||||
-14.401,
|
||||
-38.902,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
|
|
@ -133,9 +133,7 @@
|
|||
"__id__": 2
|
||||
},
|
||||
"_enabled": true,
|
||||
"audioGameBgm0": {
|
||||
"__uuid__": "bef46737-c323-42ea-9ea7-7dc780b882b7"
|
||||
},
|
||||
"audioGameBgm0": null,
|
||||
"baishao_audio": {
|
||||
"__uuid__": "47388b59-bca9-4607-bdc1-1fc7ba079a12"
|
||||
},
|
||||
|
@ -720,8 +718,8 @@
|
|||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 102,
|
||||
"height": 40
|
||||
"width": 126,
|
||||
"height": 140
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -733,7 +731,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
279.513,
|
||||
-547.706,
|
||||
-564.202,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -785,8 +783,8 @@
|
|||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 104,
|
||||
"height": 102
|
||||
"width": 126,
|
||||
"height": 140
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -798,7 +796,7 @@
|
|||
"ctor": "Float64Array",
|
||||
"array": [
|
||||
0,
|
||||
7.105427357601002e-15,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
@ -838,10 +836,10 @@
|
|||
"_srcBlendFactor": 770,
|
||||
"_dstBlendFactor": 771,
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "5bb2b601-5166-425e-899d-d3a9b9663c04"
|
||||
"__uuid__": "ed354adc-1faf-4daa-b3de-776c0499090a"
|
||||
},
|
||||
"_type": 1,
|
||||
"_sizeMode": 0,
|
||||
"_sizeMode": 1,
|
||||
"_fillType": 0,
|
||||
"_fillCenter": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
@ -851,9 +849,7 @@
|
|||
"_fillStart": 0,
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_atlas": {
|
||||
"__uuid__": "ef1ad44d-51f9-416e-9fc4-9c35dee52cf3"
|
||||
},
|
||||
"_atlas": null,
|
||||
"_id": "e3tnncQgtFn49iTBzwCpMN"
|
||||
},
|
||||
{
|
||||
|
@ -867,10 +863,10 @@
|
|||
"alignMode": 0,
|
||||
"_target": null,
|
||||
"_alignFlags": 45,
|
||||
"_left": -1,
|
||||
"_right": -1,
|
||||
"_top": -30.999999999999996,
|
||||
"_bottom": -30.999999999999993,
|
||||
"_left": 0,
|
||||
"_right": 0,
|
||||
"_top": 0,
|
||||
"_bottom": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_horizontalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
|
@ -995,7 +991,7 @@
|
|||
}
|
||||
],
|
||||
"_prefab": null,
|
||||
"_opacity": 255,
|
||||
"_opacity": 0,
|
||||
"_color": {
|
||||
"__type__": "cc.Color",
|
||||
"r": 255,
|
||||
|
@ -1120,7 +1116,7 @@
|
|||
}
|
||||
],
|
||||
"_prefab": null,
|
||||
"_opacity": 255,
|
||||
"_opacity": 0,
|
||||
"_color": {
|
||||
"__type__": "cc.Color",
|
||||
"r": 255,
|
||||
|
@ -1280,7 +1276,7 @@
|
|||
},
|
||||
"_enabled": true,
|
||||
"localTest": false,
|
||||
"clientTestVersion": "1.2.1",
|
||||
"clientTestVersion": "1.2.4",
|
||||
"testVersion": {
|
||||
"__id__": 21
|
||||
},
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":"1.0.8","stats":{"C:/Work/Project/Shennong/temp/quick-scripts/src/__qc_index__.js":"2024-07-10T03:12:18.997Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GameScene.js":"2024-07-10T03:12:18.968Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/migration/use_v2.1-2.2.1_cc.Toggle_event.js":"2024-07-10T03:12:18.954Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GameManager.js":"2024-07-10T03:12:18.957Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/Block.js":"2024-07-10T03:12:18.963Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GameOver.js":"2024-07-10T03:12:18.956Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/Load.js":"2024-07-10T03:12:18.944Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/DynamicAtlasManager.js":"2024-07-10T03:12:18.948Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GuideManager.js":"2024-07-10T03:12:18.969Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/RankManager.js":"2024-07-10T03:12:18.967Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Crypto/HttpUtil.js":"2024-07-10T03:12:18.953Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/RankList/List.js":"2024-07-10T03:12:18.962Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/GameStart/GameAppStart.js":"2024-07-10T03:12:18.949Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Notification/Notification.js":"2024-07-10T03:12:18.946Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Storage/Storage.js":"2024-07-10T03:12:18.941Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Music/AudioManager.js":"2024-07-10T03:12:18.947Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Tool/GameTool.js":"2024-07-10T03:12:18.942Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Share/share.js":"2024-07-10T03:12:18.952Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Config/GameConfig.js":"2024-07-10T03:12:18.959Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/RankList/ItemRender.js":"2024-07-10T03:12:18.960Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Crypto/crypto-js.min.js":"2024-07-10T03:12:18.964Z"}}
|
||||
{"version":"1.0.8","stats":{"C:/Work/Project/Shennong/temp/quick-scripts/src/__qc_index__.js":"2024-08-01T06:13:29.284Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GameOver.js":"2024-08-01T06:13:29.240Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/migration/use_v2.1-2.2.1_cc.Toggle_event.js":"2024-08-01T06:13:29.240Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Config/GameConfig.js":"2024-08-01T06:13:29.243Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GameManager.js":"2024-08-01T06:13:29.242Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/Block.js":"2024-08-01T06:13:29.248Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GameScene.js":"2024-08-01T06:13:29.251Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/RankManager.js":"2024-08-01T06:13:29.250Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Storage/Storage.js":"2024-08-01T06:13:29.226Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/Load.js":"2024-08-01T06:13:29.229Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/GuideManager.js":"2024-08-01T06:13:29.252Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/DynamicAtlasManager.js":"2024-08-01T06:13:29.232Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Tool/GameTool.js":"2024-08-01T06:13:29.228Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Crypto/HttpUtil.js":"2024-08-01T06:13:29.239Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Music/AudioManager.js":"2024-08-01T06:13:29.231Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/RankList/List.js":"2024-08-01T06:13:29.246Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/GameStart/GameAppStart.js":"2024-08-01T06:13:29.236Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Share/share.js":"2024-08-01T06:13:29.237Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Notification/Notification.js":"2024-08-01T06:13:29.230Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/RankList/ItemRender.js":"2024-08-01T06:13:29.244Z","C:/Work/Project/Shennong/temp/quick-scripts/src/assets/Script/module/Crypto/crypto-js.min.js":"2024-08-01T06:13:29.249Z"}}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
|
||||
(function () {
|
||||
var scripts = [{"deps":{"./assets/Script/GameScene":1,"./assets/migration/use_v2.1-2.2.1_cc.Toggle_event":2,"./assets/Script/GameManager":3,"./assets/Script/Block":4,"./assets/Script/GameOver":5,"./assets/Script/Load":6,"./assets/Script/DynamicAtlasManager":7,"./assets/Script/GuideManager":8,"./assets/Script/RankManager":9,"./assets/Script/module/Crypto/HttpUtil":10,"./assets/Script/module/RankList/List":11,"./assets/Script/module/GameStart/GameAppStart":12,"./assets/Script/module/Notification/Notification":13,"./assets/Script/module/Storage/Storage":14,"./assets/Script/module/Music/AudioManager":15,"./assets/Script/module/Tool/GameTool":16,"./assets/Script/module/Share/share":17,"./assets/Script/module/Config/GameConfig":18,"./assets/Script/module/RankList/ItemRender":19,"./assets/Script/module/Crypto/crypto-js.min":20},"path":"preview-scripts/__qc_index__.js"},{"deps":{},"path":"preview-scripts/assets/Script/GameScene.js"},{"deps":{},"path":"preview-scripts/assets/migration/use_v2.1-2.2.1_cc.Toggle_event.js"},{"deps":{},"path":"preview-scripts/assets/Script/GameManager.js"},{"deps":{},"path":"preview-scripts/assets/Script/Block.js"},{"deps":{},"path":"preview-scripts/assets/Script/GameOver.js"},{"deps":{"./module/Share/share":17},"path":"preview-scripts/assets/Script/Load.js"},{"deps":{},"path":"preview-scripts/assets/Script/DynamicAtlasManager.js"},{"deps":{},"path":"preview-scripts/assets/Script/GuideManager.js"},{"deps":{"./module/RankList/List":11},"path":"preview-scripts/assets/Script/RankManager.js"},{"deps":{"./crypto-js.min.js":20},"path":"preview-scripts/assets/Script/module/Crypto/HttpUtil.js"},{"deps":{"./ItemRender":19},"path":"preview-scripts/assets/Script/module/RankList/List.js"},{"deps":{"../Config/GameConfig":18,"../Crypto/HttpUtil":10,"../Music/AudioManager":15,"../Notification/Notification":13,"../Storage/Storage":14,"../Tool/GameTool":16},"path":"preview-scripts/assets/Script/module/GameStart/GameAppStart.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Notification/Notification.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Storage/Storage.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Music/AudioManager.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Tool/GameTool.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Share/share.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Config/GameConfig.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/RankList/ItemRender.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Crypto/crypto-js.min.js"}];
|
||||
var scripts = [{"deps":{"./assets/Script/GameOver":1,"./assets/migration/use_v2.1-2.2.1_cc.Toggle_event":2,"./assets/Script/module/Config/GameConfig":3,"./assets/Script/GameManager":4,"./assets/Script/Block":5,"./assets/Script/GameScene":6,"./assets/Script/RankManager":7,"./assets/Script/module/Storage/Storage":8,"./assets/Script/Load":9,"./assets/Script/GuideManager":10,"./assets/Script/DynamicAtlasManager":11,"./assets/Script/module/Tool/GameTool":12,"./assets/Script/module/Crypto/HttpUtil":13,"./assets/Script/module/Music/AudioManager":14,"./assets/Script/module/RankList/List":15,"./assets/Script/module/GameStart/GameAppStart":16,"./assets/Script/module/Share/share":17,"./assets/Script/module/Notification/Notification":18,"./assets/Script/module/RankList/ItemRender":19,"./assets/Script/module/Crypto/crypto-js.min":20},"path":"preview-scripts/__qc_index__.js"},{"deps":{},"path":"preview-scripts/assets/Script/GameOver.js"},{"deps":{},"path":"preview-scripts/assets/migration/use_v2.1-2.2.1_cc.Toggle_event.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Config/GameConfig.js"},{"deps":{},"path":"preview-scripts/assets/Script/GameManager.js"},{"deps":{},"path":"preview-scripts/assets/Script/Block.js"},{"deps":{},"path":"preview-scripts/assets/Script/GameScene.js"},{"deps":{"./module/RankList/List":15},"path":"preview-scripts/assets/Script/RankManager.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Storage/Storage.js"},{"deps":{"./module/Share/share":17},"path":"preview-scripts/assets/Script/Load.js"},{"deps":{},"path":"preview-scripts/assets/Script/GuideManager.js"},{"deps":{},"path":"preview-scripts/assets/Script/DynamicAtlasManager.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Tool/GameTool.js"},{"deps":{"./crypto-js.min.js":20},"path":"preview-scripts/assets/Script/module/Crypto/HttpUtil.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Music/AudioManager.js"},{"deps":{"./ItemRender":19},"path":"preview-scripts/assets/Script/module/RankList/List.js"},{"deps":{"../Config/GameConfig":3,"../Crypto/HttpUtil":13,"../Music/AudioManager":14,"../Notification/Notification":18,"../Storage/Storage":8,"../Tool/GameTool":12},"path":"preview-scripts/assets/Script/module/GameStart/GameAppStart.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Share/share.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Notification/Notification.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/RankList/ItemRender.js"},{"deps":{},"path":"preview-scripts/assets/Script/module/Crypto/crypto-js.min.js"}];
|
||||
var entries = ["preview-scripts/__qc_index__.js"];
|
||||
var bundleScript = 'preview-scripts/__qc_bundle__.js';
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -90,7 +90,9 @@ var GameManager = /** @class */ (function (_super) {
|
|||
this.timeNode.getChildByName("time").getComponent(cc.Sprite).fillRange = 0;
|
||||
this.timeNode.getChildByName("needle").angle = 0;
|
||||
if (cc.fx.GameConfig.GM_INFO.level >= cc.fx.GameConfig.LEVEL_INFO[cc.fx.GameConfig.GM_INFO.custom].custom.length) {
|
||||
cc.director.loadScene("OverScene");
|
||||
setTimeout(function () {
|
||||
cc.director.loadScene("OverScene");
|
||||
}, 1000);
|
||||
return;
|
||||
}
|
||||
this.customData = cc.fx.GameConfig.LEVEL_INFO[cc.fx.GameConfig.GM_INFO.custom].custom[cc.fx.GameConfig.GM_INFO.level];
|
||||
|
@ -356,6 +358,7 @@ var GameManager = /** @class */ (function (_super) {
|
|||
};
|
||||
//上传每次操作数据
|
||||
GameManager.prototype.setData = function (data) {
|
||||
console.log("进入上传埋点");
|
||||
if (data == "Btn_New")
|
||||
this.choice = 1;
|
||||
else if (data == "Btn_Hear")
|
||||
|
@ -373,6 +376,7 @@ var GameManager = /** @class */ (function (_super) {
|
|||
}
|
||||
cc.fx.GameConfig.CLICK_SET("choice", this.choice);
|
||||
cc.fx.GameConfig.CLICK_SET("success", jg);
|
||||
console.log("进入GameTool.setGameData", cc.fx.GameConfig.CLICK_DATA);
|
||||
cc.fx.GameTool.setGameData();
|
||||
};
|
||||
//上传排行榜数据
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -87,7 +87,7 @@ var GuideManager = /** @class */ (function (_super) {
|
|||
};
|
||||
GuideManager.prototype.passVoice = function () {
|
||||
var _this = this;
|
||||
cc.fx.AudioManager._instance.playMusicGame();
|
||||
// cc.fx.AudioManager._instance.playMusicGame();
|
||||
var voice = this.node.getChildByName("voiceTip");
|
||||
voice.getChildByName("startBtn").getComponent(cc.Button).interactable = false;
|
||||
voice.getChildByName("playBtn").getComponent(cc.Button).interactable = false;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -47,11 +47,18 @@ var RankManager = /** @class */ (function (_super) {
|
|||
this.rankNumber = 100;
|
||||
this.rankTotal = 100;
|
||||
this.selfNode.opacity = 0;
|
||||
this.fit();
|
||||
};
|
||||
RankManager.prototype.start = function () {
|
||||
this.Player.active = false;
|
||||
this.getRank();
|
||||
};
|
||||
RankManager.prototype.fit = function () {
|
||||
var jg = cc.fx.GameTool.setFit();
|
||||
if (!jg) {
|
||||
this.node.getChildByName("ScrollView").getChildByName("view").height = 800;
|
||||
}
|
||||
};
|
||||
//调用获取排行榜接口
|
||||
RankManager.prototype.getRank = function () {
|
||||
var _this = this;
|
||||
|
@ -134,7 +141,7 @@ var RankManager = /** @class */ (function (_super) {
|
|||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
var self = this;
|
||||
cc.assetManager.loadRemote(pic, { ext: '.png' }, function (err, texture) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -109,6 +109,12 @@ var GameConfig = /** @class */ (function () {
|
|||
this.LEVEL_INFO = [
|
||||
{
|
||||
"custom": [
|
||||
{
|
||||
"id": 1000,
|
||||
"item": "danshen",
|
||||
"type": 1,
|
||||
"flammable": 0
|
||||
},
|
||||
{
|
||||
"id": 1001,
|
||||
"item": "danggui",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -66,6 +66,15 @@ var AudioManager = /** @class */ (function (_super) {
|
|||
else {
|
||||
return;
|
||||
}
|
||||
window.addEventListener('backbutton', this.onBackButton, false);
|
||||
// 监听浏览器的后退按钮点击事件
|
||||
window.addEventListener('popstate', this.onBackButton, false);
|
||||
window.addEventListener('onDisable', this.onExit, false);
|
||||
// 防止浏览器后退行为
|
||||
// history.pushState(null, null, location.href);
|
||||
// window.addEventListener('popstate', function(event) {
|
||||
// history.pushState(null, null, location.href);
|
||||
// });
|
||||
this.reward = false;
|
||||
this.finish = false;
|
||||
this.rewardCount = 0;
|
||||
|
@ -83,6 +92,14 @@ var AudioManager = /** @class */ (function (_super) {
|
|||
this.mMusicSwitch = 1;
|
||||
this.mEffectSwitch = 1;
|
||||
};
|
||||
AudioManager.prototype.onBackButton = function () {
|
||||
var data = [{ status: "user_exit", location: "button" }];
|
||||
cc.fx.HttpUtil.uploadUserLogData(data, null);
|
||||
};
|
||||
AudioManager.prototype.onExit = function () {
|
||||
var data = [{ status: "user_exit", location: "exit" }];
|
||||
cc.fx.HttpUtil.uploadUserLogData(data, null);
|
||||
};
|
||||
AudioManager.prototype.play = function (audioSource, loop, callback, isBgMusic) {
|
||||
// if (isBgMusic && !this.mMusicSwitch) return;
|
||||
// if (!isBgMusic && !this.mEffectSwitch) return;
|
||||
|
@ -177,7 +194,7 @@ var AudioManager = /** @class */ (function (_super) {
|
|||
* 游戏背景音乐
|
||||
*/
|
||||
AudioManager.prototype.playMusicGame = function () {
|
||||
this.playMusic(this.audioGameBgm0, {}, true);
|
||||
// this.playMusic(this.audioGameBgm0,{},true);
|
||||
};
|
||||
/**
|
||||
* 停止背景音乐播放
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -36,9 +36,9 @@ var ItemRender = /** @class */ (function (_super) {
|
|||
}
|
||||
/**数据改变时调用 */
|
||||
ItemRender.prototype.dataChanged = function () {
|
||||
cc.fx.GameTool.subName(this.data.name, 6);
|
||||
var name = cc.fx.GameTool.subName(this.data.name, 6);
|
||||
this.node.getChildByName("rankLab").getComponent(cc.Label).string = this.data.rank + "";
|
||||
this.node.getChildByName("nameLab").getComponent(cc.Label).string = this.data.name + "";
|
||||
this.node.getChildByName("nameLab").getComponent(cc.Label).string = name + "";
|
||||
this.node.getChildByName("totalLab").getComponent(cc.Label).string = this.data.total + "%";
|
||||
var timeTemp = cc.fx.GameTool.getTimeShenNong(this.data.time);
|
||||
this.node.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + "";
|
||||
|
@ -80,7 +80,7 @@ var ItemRender = /** @class */ (function (_super) {
|
|||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
cc.assetManager.loadRemote(url, { ext: '.png' }, function (err, texture) {
|
||||
if (texture) {
|
||||
|
@ -91,7 +91,7 @@ var ItemRender = /** @class */ (function (_super) {
|
|||
}
|
||||
else {
|
||||
// console.log("设置头像失败",url);
|
||||
console.log(err, texture);
|
||||
// console.log(err,texture)
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@ var GameTool = {
|
|||
"matchId": matchId,
|
||||
"data": data
|
||||
};
|
||||
console.log("上传数据:");
|
||||
console.log("上传数据:", postData);
|
||||
cc.fx.HttpUtil.uploadUserLogData(postData, function () { });
|
||||
},
|
||||
//上传排行榜 type为1
|
||||
|
@ -140,16 +140,16 @@ var GameTool = {
|
|||
}
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error('Error fetching X-Info:', error);
|
||||
// console.error('Error fetching X-Info:', error);
|
||||
});
|
||||
}, 100);
|
||||
cc.assetManager.loadRemote(url, { ext: '.jpg' }, function (err, texture) {
|
||||
cc.assetManager.loadRemote(url, { ext: '.png' }, function (err, texture) {
|
||||
if (texture) {
|
||||
node.active = true;
|
||||
node.getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
|
||||
}
|
||||
else {
|
||||
console.log(err, texture);
|
||||
// console.log(err,texture)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -173,8 +173,8 @@ var GameTool = {
|
|||
target.selfNode.getChildByName("rankLab").getComponent(cc.Label).string = "99+";
|
||||
}
|
||||
}
|
||||
cc.fx.GameTool.subName(target.selfData.nickName, nameLength);
|
||||
target.selfNode.getChildByName("nameLab").getComponent(cc.Label).string = target.selfData.nickName;
|
||||
var name = cc.fx.GameTool.subName(target.selfData.nickName, nameLength);
|
||||
target.selfNode.getChildByName("nameLab").getComponent(cc.Label).string = name;
|
||||
target.selfNode.getChildByName("totalLab").getComponent(cc.Label).string = target.selfData.accuracy + "%";
|
||||
var timeTemp = cc.fx.GameTool.getTimeShenNong(target.selfData.totleTimes);
|
||||
target.selfNode.getChildByName("timeLab").getComponent(cc.Label).string = timeTemp + "";
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue
Block a user