Commit 8c597a64 authored by 杨一航's avatar 杨一航

fix

parent df7b2366
......@@ -5,6 +5,8 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import { asyncDelay } from "../../script/util";
const { ccclass, property } = cc._decorator;
@ccclass
......@@ -40,7 +42,7 @@ export default class EndView extends cc.Component {
}
showView(win: boolean, redScore, blueScore, redUrl, blueUrl) {
async showView(win: boolean, redScore, blueScore, redUrl, blueUrl) {
this.node.opacity = 255;
......@@ -58,6 +60,17 @@ export default class EndView extends cc.Component {
cc.loader.load({ url: blueUrl }, (err, img) => {
this.blueIcon.getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(img)
})
if (win) {
this.winRoot.getChildByName("ani").active = true;
await asyncDelay(1)
this.winRoot.getChildByName("audio").active = true;
} else {
this.loseRoot.getChildByName("ani").active = true;
await asyncDelay(1)
this.loseRoot.getChildByName("audio").active = true;
}
}
replay() {
......
{
"ver": "1.1.2",
"uuid": "4448b275-7e39-4296-8694-9d54b5b0960c",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.0.1",
"uuid": "eda1bd81-8cad-4ddb-8f67-08c5e04f1cc7",
"downloadMode": 0,
"duration": 0.873878,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.0.1",
"uuid": "8b40755c-1363-4f14-b68f-c85d846ee47f",
"downloadMode": 0,
"duration": 3.787755,
"subMetas": {}
}
\ No newline at end of file
......@@ -27,14 +27,14 @@
"_active": true,
"_components": [
{
"__id__": 71
"__id__": 80
},
{
"__id__": 72
"__id__": 81
}
],
"_prefab": {
"__id__": 73
"__id__": 82
},
"_opacity": 255,
"_color": {
......@@ -248,34 +248,34 @@
"__id__": 11
},
{
"__id__": 22
"__id__": 28
},
{
"__id__": 33
"__id__": 45
},
{
"__id__": 42
"__id__": 54
},
{
"__id__": 51
"__id__": 63
},
{
"__id__": 58
"__id__": 67
},
{
"__id__": 61
"__id__": 70
},
{
"__id__": 64
"__id__": 73
},
{
"__id__": 67
"__id__": 76
}
],
"_active": true,
"_components": [],
"_prefab": {
"__id__": 70
"__id__": 79
},
"_opacity": 255,
"_color": {
......@@ -447,12 +447,18 @@
},
{
"__id__": 18
},
{
"__id__": 21
},
{
"__id__": 24
}
],
"_active": true,
"_components": [],
"_prefab": {
"__id__": 21
"__id__": 27
},
"_opacity": 255,
"_color": {
......@@ -503,13 +509,13 @@
},
{
"__type__": "cc.Node",
"_name": "top",
"_name": "audio",
"_objFlags": 0,
"_parent": {
"__id__": 11
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 13
......@@ -526,6 +532,100 @@
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.AudioSource",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 12
},
"_enabled": true,
"_clip": {
"__uuid__": "8b40755c-1363-4f14-b68f-c85d846ee47f"
},
"_volume": 1,
"_mute": false,
"_loop": false,
"_firstlyEnabled": true,
"playOnLoad": true,
"preload": true,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "0cttCw4bpGwrdQ2bS1Nv1v",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "top",
"_objFlags": 0,
"_parent": {
"__id__": 11
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 16
}
],
"_prefab": {
"__id__": 17
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1589,
......@@ -570,7 +670,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 12
"__id__": 15
},
"_enabled": true,
"_materials": [
......@@ -619,11 +719,11 @@
"_active": true,
"_components": [
{
"__id__": 16
"__id__": 19
}
],
"_prefab": {
"__id__": 17
"__id__": 20
},
"_opacity": 255,
"_color": {
......@@ -677,7 +777,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 15
"__id__": 18
},
"_enabled": true,
"_materials": [
......@@ -726,11 +826,11 @@
"_active": true,
"_components": [
{
"__id__": 19
"__id__": 22
}
],
"_prefab": {
"__id__": 20
"__id__": 23
},
"_opacity": 255,
"_color": {
......@@ -784,7 +884,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 18
"__id__": 21
},
"_enabled": true,
"_materials": [
......@@ -822,6 +922,121 @@
"fileId": "f69yFoeWpCcYXzHA2tLyDK",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "ani",
"_objFlags": 0,
"_parent": {
"__id__": 11
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 25
}
],
"_prefab": {
"__id__": 26
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1241,
"height": 656
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
269.974,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "dragonBones.ArmatureDisplay",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 24
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_armatureName": "Armature",
"_animationName": "normal",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 0,
"premultipliedAlpha": false,
"_armatureKey": "db49f873-02c4-4779-aba9-2c6b45bf28e0#7c47a36a-14d8-4e9e-bd26-8641b2ceb0c6",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "db49f873-02c4-4779-aba9-2c6b45bf28e0"
},
"_N$dragonAtlasAsset": {
"__uuid__": "7c47a36a-14d8-4e9e-bd26-8641b2ceb0c6"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "6fCcFF9HxM+5x95Uv5cY4G",
"sync": false
},
{
"__type__": "cc.PrefabInfo",
"root": {
......@@ -842,19 +1057,89 @@
},
"_children": [
{
"__id__": 23
"__id__": 29
},
{
"__id__": 26
"__id__": 32
},
{
"__id__": 29
"__id__": 35
},
{
"__id__": 38
},
{
"__id__": 41
}
],
"_active": true,
"_components": [],
"_prefab": {
"__id__": 32
"__id__": 44
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "audio",
"_objFlags": 0,
"_parent": {
"__id__": 28
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 30
}
],
"_prefab": {
"__id__": 31
},
"_opacity": 255,
"_color": {
......@@ -903,22 +1188,52 @@
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.AudioSource",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 29
},
"_enabled": true,
"_clip": {
"__uuid__": "eda1bd81-8cad-4ddb-8f67-08c5e04f1cc7"
},
"_volume": 1,
"_mute": false,
"_loop": false,
"_firstlyEnabled": true,
"playOnLoad": true,
"preload": true,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "adgXLU1BdJ57h3kmQHcqsL",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "top",
"_objFlags": 0,
"_parent": {
"__id__": 22
"__id__": 28
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 24
"__id__": 33
}
],
"_prefab": {
"__id__": 25
"__id__": 34
},
"_opacity": 255,
"_color": {
......@@ -972,7 +1287,114 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 23
"__id__": 32
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "59864bd8-c9b4-42dd-b063-39335a541f3d"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "3fGT5Kr7lBq5Mcs4HX7Nc0",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "reward",
"_objFlags": 0,
"_parent": {
"__id__": 28
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 36
}
],
"_prefab": {
"__id__": 37
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 447,
"height": 396
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
8.259,
28.907,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 35
},
"_enabled": true,
"_materials": [
......@@ -983,7 +1405,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "59864bd8-c9b4-42dd-b063-39335a541f3d"
"__uuid__": "ecaf3b5f-9fa9-4a22-91c8-fc039bddd94d"
},
"_type": 0,
"_sizeMode": 1,
......@@ -1007,25 +1429,25 @@
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "3fGT5Kr7lBq5Mcs4HX7Nc0",
"fileId": "6c2Aqd9dJPwrzepijX9yim",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "reward",
"_name": "LOSE",
"_objFlags": 0,
"_parent": {
"__id__": 22
"__id__": 28
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 27
"__id__": 39
}
],
"_prefab": {
"__id__": 28
"__id__": 40
},
"_opacity": 255,
"_color": {
......@@ -1037,8 +1459,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 447,
"height": 396
"width": 1268,
"height": 388
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -1050,7 +1472,7 @@
"ctor": "Float64Array",
"array": [
8.259,
28.907,
379.923,
0,
0,
0,
......@@ -1079,7 +1501,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 26
"__id__": 38
},
"_enabled": true,
"_materials": [
......@@ -1090,7 +1512,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "ecaf3b5f-9fa9-4a22-91c8-fc039bddd94d"
"__uuid__": "6ee8f9f0-7277-45a2-aff7-78b74087400d"
},
"_type": 0,
"_sizeMode": 1,
......@@ -1114,25 +1536,25 @@
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "6c2Aqd9dJPwrzepijX9yim",
"fileId": "33PtapH4dCoKNNCqBljo/y",
"sync": false
},
{
"__type__": "cc.Node",
"_name": "LOSE",
"_name": "ani",
"_objFlags": 0,
"_parent": {
"__id__": 22
"__id__": 28
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 30
"__id__": 42
}
],
"_prefab": {
"__id__": 31
"__id__": 43
},
"_opacity": 255,
"_color": {
......@@ -1144,8 +1566,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1268,
"height": 388
"width": 1365,
"height": 906
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -1156,8 +1578,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
8.259,
379.923,
62.324,
203.591,
0,
0,
0,
......@@ -1182,11 +1604,11 @@
"_id": ""
},
{
"__type__": "cc.Sprite",
"__type__": "dragonBones.ArmatureDisplay",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 29
"__id__": 41
},
"_enabled": true,
"_materials": [
......@@ -1194,23 +1616,31 @@
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "6ee8f9f0-7277-45a2-aff7-78b74087400d"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_armatureName": "Armature",
"_animationName": "normal",
"_preCacheMode": 0,
"_cacheMode": 0,
"playTimes": 0,
"premultipliedAlpha": true,
"_armatureKey": "2862be70-9349-4e9b-8ac5-5574e5ea04ac#4428f49e-c10a-4c06-a3eb-6ebdf2a496c8",
"_accTime": 0,
"_playCount": 0,
"_frameCache": null,
"_curFrame": null,
"_playing": false,
"_armatureCache": null,
"_N$dragonAsset": {
"__uuid__": "2862be70-9349-4e9b-8ac5-5574e5ea04ac"
},
"_N$dragonAtlasAsset": {
"__uuid__": "4428f49e-c10a-4c06-a3eb-6ebdf2a496c8"
},
"_N$_defaultArmatureIndex": 0,
"_N$_animationIndex": 1,
"_N$_defaultCacheMode": 0,
"_N$timeScale": 1,
"_N$debugBones": false,
"_N$enableBatch": false,
"_id": ""
},
{
......@@ -1221,7 +1651,7 @@
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "33PtapH4dCoKNNCqBljo/y",
"fileId": "7epfLWq9NK8awma83iemEi",
"sync": false
},
{
......@@ -1244,17 +1674,17 @@
},
"_children": [
{
"__id__": 34
"__id__": 46
}
],
"_active": true,
"_components": [
{
"__id__": 40
"__id__": 52
}
],
"_prefab": {
"__id__": 41
"__id__": 53
},
"_opacity": 255,
"_color": {
......@@ -1308,21 +1738,21 @@
"_name": "mask",
"_objFlags": 0,
"_parent": {
"__id__": 33
"__id__": 45
},
"_children": [
{
"__id__": 35
"__id__": 47
}
],
"_active": true,
"_components": [
{
"__id__": 38
"__id__": 50
}
],
"_prefab": {
"__id__": 39
"__id__": 51
},
"_opacity": 255,
"_color": {
......@@ -1376,17 +1806,17 @@
"_name": "redIcon",
"_objFlags": 0,
"_parent": {
"__id__": 34
"__id__": 46
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 36
"__id__": 48
}
],
"_prefab": {
"__id__": 37
"__id__": 49
},
"_opacity": 255,
"_color": {
......@@ -1440,7 +1870,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 35
"__id__": 47
},
"_enabled": true,
"_materials": [
......@@ -1481,7 +1911,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 34
"__id__": 46
},
"_enabled": true,
"_materials": [
......@@ -1512,7 +1942,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 33
"__id__": 45
},
"_enabled": true,
"_materials": [
......@@ -1559,17 +1989,17 @@
},
"_children": [
{
"__id__": 43
"__id__": 55
}
],
"_active": true,
"_components": [
{
"__id__": 49
"__id__": 61
}
],
"_prefab": {
"__id__": 50
"__id__": 62
},
"_opacity": 255,
"_color": {
......@@ -1623,21 +2053,21 @@
"_name": "mask",
"_objFlags": 0,
"_parent": {
"__id__": 42
"__id__": 54
},
"_children": [
{
"__id__": 44
"__id__": 56
}
],
"_active": true,
"_components": [
{
"__id__": 47
"__id__": 59
}
],
"_prefab": {
"__id__": 48
"__id__": 60
},
"_opacity": 255,
"_color": {
......@@ -1691,17 +2121,17 @@
"_name": "blueIcon",
"_objFlags": 0,
"_parent": {
"__id__": 43
"__id__": 55
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 45
"__id__": 57
}
],
"_prefab": {
"__id__": 46
"__id__": 58
},
"_opacity": 255,
"_color": {
......@@ -1755,7 +2185,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 44
"__id__": 56
},
"_enabled": true,
"_materials": [
......@@ -1796,7 +2226,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 43
"__id__": 55
},
"_enabled": true,
"_materials": [
......@@ -1827,7 +2257,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 42
"__id__": 54
},
"_enabled": true,
"_materials": [
......@@ -1872,22 +2302,18 @@
"_parent": {
"__id__": 7
},
"_children": [
{
"__id__": 52
}
],
"_children": [],
"_active": true,
"_components": [
{
"__id__": 55
"__id__": 64
},
{
"__id__": 56
"__id__": 65
}
],
"_prefab": {
"__id__": 57
"__id__": 66
},
"_opacity": 255,
"_color": {
......@@ -1936,120 +2362,12 @@
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "lb",
"_objFlags": 0,
"_parent": {
"__id__": 51
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 53
}
],
"_prefab": {
"__id__": 54
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 0,
"g": 246,
"b": 44,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 240,
"height": 50.4
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-2,
4,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": ""
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 52
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "再玩一次",
"_N$string": "再玩一次",
"_fontSize": 60,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": null,
"_isSystemFontUsed": true,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "3ct2FArv5OVYGX9eLwufVr",
"sync": false
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 51
"__id__": 63
},
"_enabled": true,
"_materials": [
......@@ -2060,7 +2378,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "94fa32b7-c935-488b-9d27-9df4e480d70a"
"__uuid__": "ed490212-9c00-4a20-a463-2dae7eea5955"
},
"_type": 0,
"_sizeMode": 1,
......@@ -2072,7 +2390,7 @@
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_isTrimmedMode": false,
"_atlas": null,
"_id": ""
},
......@@ -2081,7 +2399,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 51
"__id__": 63
},
"_enabled": true,
"_normalMaterial": null,
......@@ -2166,11 +2484,11 @@
"_active": true,
"_components": [
{
"__id__": 59
"__id__": 68
}
],
"_prefab": {
"__id__": 60
"__id__": 69
},
"_opacity": 255,
"_color": {
......@@ -2224,7 +2542,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 58
"__id__": 67
},
"_enabled": true,
"_materials": [
......@@ -2273,11 +2591,11 @@
"_active": true,
"_components": [
{
"__id__": 62
"__id__": 71
}
],
"_prefab": {
"__id__": 63
"__id__": 72
},
"_opacity": 255,
"_color": {
......@@ -2331,7 +2649,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 61
"__id__": 70
},
"_enabled": true,
"_materials": [
......@@ -2380,11 +2698,11 @@
"_active": true,
"_components": [
{
"__id__": 65
"__id__": 74
}
],
"_prefab": {
"__id__": 66
"__id__": 75
},
"_opacity": 255,
"_color": {
......@@ -2438,7 +2756,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 64
"__id__": 73
},
"_enabled": true,
"_materials": [
......@@ -2488,11 +2806,11 @@
"_active": true,
"_components": [
{
"__id__": 68
"__id__": 77
}
],
"_prefab": {
"__id__": 69
"__id__": 78
},
"_opacity": 255,
"_color": {
......@@ -2546,7 +2864,7 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 67
"__id__": 76
},
"_enabled": true,
"_materials": [
......@@ -2611,22 +2929,22 @@
"__id__": 11
},
"loseRoot": {
"__id__": 22
"__id__": 28
},
"redIcon": {
"__id__": 35
"__id__": 47
},
"blueIcon": {
"__id__": 44
"__id__": 56
},
"lb_red": {
"__id__": 65
"__id__": 74
},
"lb_blue": {
"__id__": 68
"__id__": 77
},
"replayNode": {
"__id__": 51
"__id__": 63
},
"_id": ""
},
......
{
"ver": "2.3.5",
"uuid": "819f12b9-0c19-42cf-ad79-7c222d429b4e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 326,
"height": 138,
"platformSettings": {},
"subMetas": {
"Replay": {
"ver": "1.0.4",
"uuid": "ed490212-9c00-4a20-a463-2dae7eea5955",
"rawTextureUuid": "819f12b9-0c19-42cf-ad79-7c222d429b4e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 326,
"height": 138,
"rawWidth": 326,
"rawHeight": 138,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
......@@ -10595,8 +10595,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
952.649,
312.418,
-790,
80,
0,
0,
0,
......@@ -10773,8 +10773,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
952.649,
312.418,
-790,
80,
0,
0,
0,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -554,7 +554,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
let realRedScore = (Math.floor(data.redScore / 100) + data.redScore % 100);
let realBlueScore = (Math.floor(data.blueScore / 100) + data.blueScore % 100);
if (this.playerId == data.uuid) {
cc.audioEngine.stopAllEffects();
......
......@@ -50,6 +50,7 @@ export class GameServer {
private _round_1_cardList: any[] = [];
private _nowStepAnswerIndex: number;
private _round2OutIndex;
private _gameOver: boolean = false;
constructor(playerMaxNumber, networkHelper) {
this.playerMaxNumber = playerMaxNumber;
......@@ -65,6 +66,7 @@ export class GameServer {
this._gameData = new MsgData();
this._gameData.Time = this._totalTime;
this._gameData.Round = 1;
this._gameOver = false;
this.networkHelper.startFrameSync();
}
......@@ -226,7 +228,7 @@ export class GameServer {
}
this._gameData.clearAnswerList();
}
_initRound2Step() {
async _initRound2Step() {
clearInterval(this._timer)
......@@ -269,6 +271,7 @@ export class GameServer {
}
})
this._gameOver = true;
this._senMsg({
type: MsgType.ROUND_END_EV,
data: { round: this._gameData.Round, redScore: this._gameData.RedScore, blueScore: this._gameData.BuleSocre, uuid: uuid, ary: ary }
......@@ -283,6 +286,11 @@ export class GameServer {
type: MsgType.ROUND_START_EV,
data: { round: this._gameData.Round, index: this._nowStepAnswerIndex }
});
await asyncDelay(1)
if (this._gameOver) return;
this._userPrepareCount = 0;
this._lastTime = Date.now();
this._gameData.Time = 10;
......@@ -432,6 +440,9 @@ export class GameServer {
this._gameData.addAnswerList({ uuid: userId, index: index })
clearInterval(this._timer)
await asyncDelay(1)
this._initRound2Step();
} else {
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 166,
"height": 73,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"book": {
......@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 166,
"height": 73,
"rawWidth": 166,
"rawHeight": 73,
"offsetY": 8,
"trimX": 31,
"trimY": 2,
"width": 96,
"height": 42,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
assets/L5R1_bingo/texture/words/boy.png

5.69 KB | W: | H:

assets/L5R1_bingo/texture/words/boy.png

4.73 KB | W: | H:

assets/L5R1_bingo/texture/words/boy.png
assets/L5R1_bingo/texture/words/boy.png
assets/L5R1_bingo/texture/words/boy.png
assets/L5R1_bingo/texture/words/boy.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -20,12 +20,12 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 132,
"height": 105,
"rawWidth": 132,
"rawHeight": 105,
"trimX": 43,
"trimY": 3,
"width": 72,
"height": 56,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 203,
"height": 70,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"brown": {
......@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 203,
"height": 70,
"rawWidth": 203,
"rawHeight": 70,
"offsetY": 7.5,
"trimX": 20,
"trimY": 3,
"width": 118,
"height": 41,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 148,
"height": 70,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"bush": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 148,
"height": 70,
"rawWidth": 148,
"rawHeight": 70,
"offsetX": -0.5,
"offsetY": 7.5,
"trimX": 35,
"trimY": 3,
"width": 87,
"height": 41,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
assets/L5R1_bingo/texture/words/car.png

3.56 KB | W: | H:

assets/L5R1_bingo/texture/words/car.png

3.43 KB | W: | H:

assets/L5R1_bingo/texture/words/car.png
assets/L5R1_bingo/texture/words/car.png
assets/L5R1_bingo/texture/words/car.png
assets/L5R1_bingo/texture/words/car.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 113,
"height": 41,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"car": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 113,
"height": 41,
"rawWidth": 113,
"rawHeight": 41,
"offsetX": -2,
"offsetY": -1,
"trimX": 46,
"trimY": 21,
"width": 62,
"height": 22,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 145,
"height": 50,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"coin": {
......@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 145,
"height": 50,
"rawWidth": 145,
"rawHeight": 50,
"offsetY": 2.5,
"trimX": 37,
"trimY": 14,
"width": 84,
"height": 29,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
assets/L5R1_bingo/texture/words/cow.png

4.75 KB | W: | H:

assets/L5R1_bingo/texture/words/cow.png

4.24 KB | W: | H:

assets/L5R1_bingo/texture/words/cow.png
assets/L5R1_bingo/texture/words/cow.png
assets/L5R1_bingo/texture/words/cow.png
assets/L5R1_bingo/texture/words/cow.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 135,
"height": 41,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"cow": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 135,
"height": 41,
"rawWidth": 135,
"rawHeight": 41,
"offsetX": -1.5,
"offsetY": -1.5,
"trimX": 39,
"trimY": 21,
"width": 77,
"height": 23,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 229,
"height": 74,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"doctor": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 229,
"height": 74,
"rawWidth": 229,
"rawHeight": 74,
"offsetX": 2,
"offsetY": 7,
"trimX": 22,
"trimY": 5,
"width": 118,
"height": 38,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 173,
"height": 68,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"farm": {
......@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 173,
"height": 68,
"rawWidth": 173,
"rawHeight": 68,
"offsetY": 7.5,
"trimX": 30,
"trimY": 4,
"width": 98,
"height": 39,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 150,
"height": 69,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"foot": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 150,
"height": 69,
"rawWidth": 150,
"rawHeight": 69,
"offsetX": -2,
"offsetY": 7,
"trimX": 31,
"trimY": 3,
"width": 92,
"height": 42,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 105,
"height": 82,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"girl": {
......@@ -20,12 +20,12 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 105,
"height": 82,
"rawWidth": 105,
"rawHeight": 82,
"trimX": 43,
"trimY": 3,
"width": 72,
"height": 56,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 201,
"height": 68,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"house": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 201,
"height": 68,
"rawWidth": 201,
"rawHeight": 68,
"offsetX": 2,
"offsetY": 7.5,
"trimX": 23,
"trimY": 4,
"width": 116,
"height": 39,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 208,
"height": 41,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"mouse": {
......@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 208,
"height": 41,
"rawWidth": 208,
"rawHeight": 41,
"offsetY": -1,
"trimX": 20,
"trimY": 20,
"width": 118,
"height": 24,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "7b45a651-bb3e-4c2d-ae7d-2f28d5b3b5f2",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"nurse": {
"ver": "1.0.4",
"uuid": "90c2cb0c-83ef-49ae-ad5d-d65a2417dd9c",
"rawTextureUuid": "7b45a651-bb3e-4c2d-ae7d-2f28d5b3b5f2",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -1,
"trimX": 29,
"trimY": 21,
"width": 100,
"height": 22,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 200,
"height": 84,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"purple": {
......@@ -19,13 +19,13 @@
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 200,
"height": 84,
"rawWidth": 200,
"rawHeight": 84,
"offsetY": -2.5,
"trimX": 23,
"trimY": 10,
"width": 112,
"height": 47,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 108,
"height": 70,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"soil": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 108,
"height": 70,
"rawWidth": 108,
"rawHeight": 70,
"offsetX": 0.5,
"offsetY": 8.5,
"trimX": 48,
"trimY": 2,
"width": 63,
"height": 41,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 139,
"height": 56,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"star": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 139,
"height": 56,
"rawWidth": 139,
"rawHeight": 56,
"offsetX": 3.5,
"offsetY": 2.5,
"trimX": 45,
"trimY": 13,
"width": 75,
"height": 31,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 260,
"height": 74,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"teacher": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 260,
"height": 74,
"rawWidth": 260,
"rawHeight": 74,
"offsetX": -0.5,
"offsetY": 8.5,
"trimX": 6,
"trimY": 2,
"width": 145,
"height": 41,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
assets/L5R1_bingo/texture/words/toy.png

4.21 KB | W: | H:

assets/L5R1_bingo/texture/words/toy.png

4.45 KB | W: | H:

assets/L5R1_bingo/texture/words/toy.png
assets/L5R1_bingo/texture/words/toy.png
assets/L5R1_bingo/texture/words/toy.png
assets/L5R1_bingo/texture/words/toy.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 121,
"height": 80,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"toy": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 121,
"height": 80,
"rawWidth": 121,
"rawHeight": 80,
"offsetX": 0.5,
"offsetY": -3.5,
"trimX": 44,
"trimY": 11,
"width": 71,
"height": 47,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 251,
"height": 56,
"width": 158,
"height": 62,
"platformSettings": {},
"subMetas": {
"tractor": {
......@@ -18,14 +18,14 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 251,
"height": 56,
"rawWidth": 251,
"rawHeight": 56,
"offsetX": 0.5,
"offsetY": 4,
"trimX": 12,
"trimY": 10,
"width": 135,
"height": 34,
"rawWidth": 158,
"rawHeight": 62,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "79493b8a-6f73-4aa1-91d2-d0194b0c76c9",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 633,
"height": 1600,
"platformSettings": {},
"subMetas": {
"右树干": {
"ver": "1.0.4",
"uuid": "c3b1569c-0404-4fd0-b2db-c44124679879",
"rawTextureUuid": "79493b8a-6f73-4aa1-91d2-d0194b0c76c9",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 633,
"height": 1600,
"rawWidth": 633,
"rawHeight": 1600,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "ba6e617d-1592-4dc8-8578-2418eae067a9",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 585,
"height": 1600,
"platformSettings": {},
"subMetas": {
"左树干": {
"ver": "1.0.4",
"uuid": "e2d362aa-439b-411a-95db-911910d68257",
"rawTextureUuid": "ba6e617d-1592-4dc8-8578-2418eae067a9",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 585,
"height": 1600,
"rawWidth": 585,
"rawHeight": 1600,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "98c78862-49e8-4925-8400-df9d1b8c8afc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 2160,
"height": 642,
"platformSettings": {},
"subMetas": {
"树冠": {
"ver": "1.0.4",
"uuid": "d2b08398-ae50-4fd9-8863-562a279c7247",
"rawTextureUuid": "98c78862-49e8-4925-8400-df9d1b8c8afc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2160,
"height": 642,
"rawWidth": 2160,
"rawHeight": 642,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "6dda4c13-c898-4f96-b1a5-c7490141f4b8",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1086,
"height": 92,
"platformSettings": {},
"subMetas": {
"树枝1": {
"ver": "1.0.4",
"uuid": "ffca1f80-9e5b-4081-8aa4-22fdeffc25a3",
"rawTextureUuid": "6dda4c13-c898-4f96-b1a5-c7490141f4b8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1086,
"height": 92,
"rawWidth": 1086,
"rawHeight": 92,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "1119e6f6-93ba-486c-81de-d37d05e7fecc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1082,
"height": 131,
"platformSettings": {},
"subMetas": {
"树枝2": {
"ver": "1.0.4",
"uuid": "6f1368aa-cc81-496d-8680-85bb80baa6c2",
"rawTextureUuid": "1119e6f6-93ba-486c-81de-d37d05e7fecc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1082,
"height": 131,
"rawWidth": 1082,
"rawHeight": 131,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "b1b0f2c5-5806-48fb-af78-1a26cee0f054",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1047,
"height": 102,
"platformSettings": {},
"subMetas": {
"树枝3": {
"ver": "1.0.4",
"uuid": "3b846332-7427-414e-838f-7d8ae74d85c0",
"rawTextureUuid": "b1b0f2c5-5806-48fb-af78-1a26cee0f054",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1047,
"height": 102,
"rawWidth": 1047,
"rawHeight": 102,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "66884cc6-ad37-4bf7-a41d-a7dc8f90230d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1046,
"height": 96,
"platformSettings": {},
"subMetas": {
"树枝4": {
"ver": "1.0.4",
"uuid": "b5595d61-37c4-4097-846d-d9b62891493f",
"rawTextureUuid": "66884cc6-ad37-4bf7-a41d-a7dc8f90230d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1046,
"height": 96,
"rawWidth": 1046,
"rawHeight": 96,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "8cae4bfd-f463-4179-9c60-34cf128e9c15",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 2160,
"height": 1600,
"platformSettings": {},
"subMetas": {
"背景图": {
"ver": "1.0.4",
"uuid": "f58617a0-781c-4787-b7ef-89d77f4fc7f5",
"rawTextureUuid": "8cae4bfd-f463-4179-9c60-34cf128e9c15",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2160,
"height": 1600,
"rawWidth": 2160,
"rawHeight": 1600,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment