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

fix

parent df7b2366
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
// Learn life-cycle callbacks: // Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html // - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import { asyncDelay } from "../../script/util";
const { ccclass, property } = cc._decorator; const { ccclass, property } = cc._decorator;
@ccclass @ccclass
...@@ -40,7 +42,7 @@ export default class EndView extends cc.Component { ...@@ -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; this.node.opacity = 255;
...@@ -58,6 +60,17 @@ export default class EndView extends cc.Component { ...@@ -58,6 +60,17 @@ export default class EndView extends cc.Component {
cc.loader.load({ url: blueUrl }, (err, img) => { cc.loader.load({ url: blueUrl }, (err, img) => {
this.blueIcon.getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(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() { 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 @@ ...@@ -27,14 +27,14 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 71 "__id__": 80
}, },
{ {
"__id__": 72 "__id__": 81
} }
], ],
"_prefab": { "_prefab": {
"__id__": 73 "__id__": 82
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -248,34 +248,34 @@ ...@@ -248,34 +248,34 @@
"__id__": 11 "__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, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 70 "__id__": 79
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -447,12 +447,18 @@ ...@@ -447,12 +447,18 @@
}, },
{ {
"__id__": 18 "__id__": 18
},
{
"__id__": 21
},
{
"__id__": 24
} }
], ],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_prefab": {
"__id__": 21 "__id__": 27
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -503,13 +509,13 @@ ...@@ -503,13 +509,13 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "top", "_name": "audio",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 11 "__id__": 11
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 13 "__id__": 13
...@@ -526,6 +532,100 @@ ...@@ -526,6 +532,100 @@
"b": 255, "b": 255,
"a": 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": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1589, "width": 1589,
...@@ -570,7 +670,7 @@ ...@@ -570,7 +670,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 12 "__id__": 15
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -619,11 +719,11 @@ ...@@ -619,11 +719,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 16 "__id__": 19
} }
], ],
"_prefab": { "_prefab": {
"__id__": 17 "__id__": 20
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -677,7 +777,7 @@ ...@@ -677,7 +777,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 15 "__id__": 18
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -726,11 +826,11 @@ ...@@ -726,11 +826,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 19 "__id__": 22
} }
], ],
"_prefab": { "_prefab": {
"__id__": 20 "__id__": 23
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -784,7 +884,7 @@ ...@@ -784,7 +884,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 18 "__id__": 21
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -822,6 +922,121 @@ ...@@ -822,6 +922,121 @@
"fileId": "f69yFoeWpCcYXzHA2tLyDK", "fileId": "f69yFoeWpCcYXzHA2tLyDK",
"sync": false "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", "__type__": "cc.PrefabInfo",
"root": { "root": {
...@@ -842,19 +1057,89 @@ ...@@ -842,19 +1057,89 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 23 "__id__": 29
}, },
{ {
"__id__": 26 "__id__": 32
}, },
{ {
"__id__": 29 "__id__": 35
},
{
"__id__": 38
},
{
"__id__": 41
} }
], ],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": { "_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, "_opacity": 255,
"_color": { "_color": {
...@@ -903,22 +1188,52 @@ ...@@ -903,22 +1188,52 @@
"groupIndex": 0, "groupIndex": 0,
"_id": "" "_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", "__type__": "cc.Node",
"_name": "top", "_name": "top",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 22 "__id__": 28
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 24 "__id__": 33
} }
], ],
"_prefab": { "_prefab": {
"__id__": 25 "__id__": 34
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -972,7 +1287,7 @@ ...@@ -972,7 +1287,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 23 "__id__": 32
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1015,17 +1330,17 @@ ...@@ -1015,17 +1330,17 @@
"_name": "reward", "_name": "reward",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 22 "__id__": 28
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 27 "__id__": 36
} }
], ],
"_prefab": { "_prefab": {
"__id__": 28 "__id__": 37
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1079,7 +1394,7 @@ ...@@ -1079,7 +1394,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 26 "__id__": 35
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1122,17 +1437,17 @@ ...@@ -1122,17 +1437,17 @@
"_name": "LOSE", "_name": "LOSE",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 22 "__id__": 28
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 30 "__id__": 39
} }
], ],
"_prefab": { "_prefab": {
"__id__": 31 "__id__": 40
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1186,7 +1501,7 @@ ...@@ -1186,7 +1501,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 29 "__id__": 38
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1224,6 +1539,121 @@ ...@@ -1224,6 +1539,121 @@
"fileId": "33PtapH4dCoKNNCqBljo/y", "fileId": "33PtapH4dCoKNNCqBljo/y",
"sync": false "sync": false
}, },
{
"__type__": "cc.Node",
"_name": "ani",
"_objFlags": 0,
"_parent": {
"__id__": 28
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 42
}
],
"_prefab": {
"__id__": 43
},
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1365,
"height": 906
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
62.324,
203.591,
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__": 41
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_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": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__uuid__": "84b72720-2013-4f2b-b787-52900432f34f"
},
"fileId": "7epfLWq9NK8awma83iemEi",
"sync": false
},
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
...@@ -1244,17 +1674,17 @@ ...@@ -1244,17 +1674,17 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 34 "__id__": 46
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 40 "__id__": 52
} }
], ],
"_prefab": { "_prefab": {
"__id__": 41 "__id__": 53
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1308,21 +1738,21 @@ ...@@ -1308,21 +1738,21 @@
"_name": "mask", "_name": "mask",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 33 "__id__": 45
}, },
"_children": [ "_children": [
{ {
"__id__": 35 "__id__": 47
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 38 "__id__": 50
} }
], ],
"_prefab": { "_prefab": {
"__id__": 39 "__id__": 51
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1376,17 +1806,17 @@ ...@@ -1376,17 +1806,17 @@
"_name": "redIcon", "_name": "redIcon",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 34 "__id__": 46
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 36 "__id__": 48
} }
], ],
"_prefab": { "_prefab": {
"__id__": 37 "__id__": 49
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1440,7 +1870,7 @@ ...@@ -1440,7 +1870,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 35 "__id__": 47
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1481,7 +1911,7 @@ ...@@ -1481,7 +1911,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 34 "__id__": 46
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1512,7 +1942,7 @@ ...@@ -1512,7 +1942,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 33 "__id__": 45
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1559,17 +1989,17 @@ ...@@ -1559,17 +1989,17 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 43 "__id__": 55
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 49 "__id__": 61
} }
], ],
"_prefab": { "_prefab": {
"__id__": 50 "__id__": 62
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1623,21 +2053,21 @@ ...@@ -1623,21 +2053,21 @@
"_name": "mask", "_name": "mask",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 42 "__id__": 54
}, },
"_children": [ "_children": [
{ {
"__id__": 44 "__id__": 56
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 47 "__id__": 59
} }
], ],
"_prefab": { "_prefab": {
"__id__": 48 "__id__": 60
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1691,17 +2121,17 @@ ...@@ -1691,17 +2121,17 @@
"_name": "blueIcon", "_name": "blueIcon",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 43 "__id__": 55
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 45 "__id__": 57
} }
], ],
"_prefab": { "_prefab": {
"__id__": 46 "__id__": 58
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1755,7 +2185,7 @@ ...@@ -1755,7 +2185,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 44 "__id__": 56
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1796,7 +2226,7 @@ ...@@ -1796,7 +2226,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 43 "__id__": 55
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1827,7 +2257,7 @@ ...@@ -1827,7 +2257,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 42 "__id__": 54
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1872,22 +2302,18 @@ ...@@ -1872,22 +2302,18 @@
"_parent": { "_parent": {
"__id__": 7 "__id__": 7
}, },
"_children": [ "_children": [],
{
"__id__": 52
}
],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 55 "__id__": 64
}, },
{ {
"__id__": 56 "__id__": 65
} }
], ],
"_prefab": { "_prefab": {
"__id__": 57 "__id__": 66
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1936,120 +2362,12 @@ ...@@ -1936,120 +2362,12 @@
"groupIndex": 0, "groupIndex": 0,
"_id": "" "_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", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 51 "__id__": 63
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2060,7 +2378,7 @@ ...@@ -2060,7 +2378,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "94fa32b7-c935-488b-9d27-9df4e480d70a" "__uuid__": "ed490212-9c00-4a20-a463-2dae7eea5955"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -2072,7 +2390,7 @@ ...@@ -2072,7 +2390,7 @@
}, },
"_fillStart": 0, "_fillStart": 0,
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": false,
"_atlas": null, "_atlas": null,
"_id": "" "_id": ""
}, },
...@@ -2081,7 +2399,7 @@ ...@@ -2081,7 +2399,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 51 "__id__": 63
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": null, "_normalMaterial": null,
...@@ -2166,11 +2484,11 @@ ...@@ -2166,11 +2484,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 59 "__id__": 68
} }
], ],
"_prefab": { "_prefab": {
"__id__": 60 "__id__": 69
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -2224,7 +2542,7 @@ ...@@ -2224,7 +2542,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 58 "__id__": 67
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2273,11 +2591,11 @@ ...@@ -2273,11 +2591,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 62 "__id__": 71
} }
], ],
"_prefab": { "_prefab": {
"__id__": 63 "__id__": 72
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -2331,7 +2649,7 @@ ...@@ -2331,7 +2649,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 61 "__id__": 70
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2380,11 +2698,11 @@ ...@@ -2380,11 +2698,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 65 "__id__": 74
} }
], ],
"_prefab": { "_prefab": {
"__id__": 66 "__id__": 75
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -2438,7 +2756,7 @@ ...@@ -2438,7 +2756,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 64 "__id__": 73
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2488,11 +2806,11 @@ ...@@ -2488,11 +2806,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 68 "__id__": 77
} }
], ],
"_prefab": { "_prefab": {
"__id__": 69 "__id__": 78
}, },
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -2546,7 +2864,7 @@ ...@@ -2546,7 +2864,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 67 "__id__": 76
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2611,22 +2929,22 @@ ...@@ -2611,22 +2929,22 @@
"__id__": 11 "__id__": 11
}, },
"loseRoot": { "loseRoot": {
"__id__": 22 "__id__": 28
}, },
"redIcon": { "redIcon": {
"__id__": 35 "__id__": 47
}, },
"blueIcon": { "blueIcon": {
"__id__": 44 "__id__": 56
}, },
"lb_red": { "lb_red": {
"__id__": 65 "__id__": 74
}, },
"lb_blue": { "lb_blue": {
"__id__": 68 "__id__": 77
}, },
"replayNode": { "replayNode": {
"__id__": 51 "__id__": 63
}, },
"_id": "" "_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 @@ ...@@ -10595,8 +10595,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
952.649, -790,
312.418, 80,
0, 0,
0, 0,
0, 0,
...@@ -10773,8 +10773,8 @@ ...@@ -10773,8 +10773,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
952.649, -790,
312.418, 80,
0, 0,
0, 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 { ...@@ -554,7 +554,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
let realRedScore = (Math.floor(data.redScore / 100) + data.redScore % 100); let realRedScore = (Math.floor(data.redScore / 100) + data.redScore % 100);
let realBlueScore = (Math.floor(data.blueScore / 100) + data.blueScore % 100); let realBlueScore = (Math.floor(data.blueScore / 100) + data.blueScore % 100);
if (this.playerId == data.uuid) { if (this.playerId == data.uuid) {
cc.audioEngine.stopAllEffects(); cc.audioEngine.stopAllEffects();
......
...@@ -50,6 +50,7 @@ export class GameServer { ...@@ -50,6 +50,7 @@ export class GameServer {
private _round_1_cardList: any[] = []; private _round_1_cardList: any[] = [];
private _nowStepAnswerIndex: number; private _nowStepAnswerIndex: number;
private _round2OutIndex; private _round2OutIndex;
private _gameOver: boolean = false;
constructor(playerMaxNumber, networkHelper) { constructor(playerMaxNumber, networkHelper) {
this.playerMaxNumber = playerMaxNumber; this.playerMaxNumber = playerMaxNumber;
...@@ -65,6 +66,7 @@ export class GameServer { ...@@ -65,6 +66,7 @@ export class GameServer {
this._gameData = new MsgData(); this._gameData = new MsgData();
this._gameData.Time = this._totalTime; this._gameData.Time = this._totalTime;
this._gameData.Round = 1; this._gameData.Round = 1;
this._gameOver = false;
this.networkHelper.startFrameSync(); this.networkHelper.startFrameSync();
} }
...@@ -226,7 +228,7 @@ export class GameServer { ...@@ -226,7 +228,7 @@ export class GameServer {
} }
this._gameData.clearAnswerList(); this._gameData.clearAnswerList();
} }
_initRound2Step() { async _initRound2Step() {
clearInterval(this._timer) clearInterval(this._timer)
...@@ -269,6 +271,7 @@ export class GameServer { ...@@ -269,6 +271,7 @@ export class GameServer {
} }
}) })
this._gameOver = true;
this._senMsg({ this._senMsg({
type: MsgType.ROUND_END_EV, type: MsgType.ROUND_END_EV,
data: { round: this._gameData.Round, redScore: this._gameData.RedScore, blueScore: this._gameData.BuleSocre, uuid: uuid, ary: ary } data: { round: this._gameData.Round, redScore: this._gameData.RedScore, blueScore: this._gameData.BuleSocre, uuid: uuid, ary: ary }
...@@ -283,6 +286,11 @@ export class GameServer { ...@@ -283,6 +286,11 @@ export class GameServer {
type: MsgType.ROUND_START_EV, type: MsgType.ROUND_START_EV,
data: { round: this._gameData.Round, index: this._nowStepAnswerIndex } data: { round: this._gameData.Round, index: this._nowStepAnswerIndex }
}); });
await asyncDelay(1)
if (this._gameOver) return;
this._userPrepareCount = 0; this._userPrepareCount = 0;
this._lastTime = Date.now(); this._lastTime = Date.now();
this._gameData.Time = 10; this._gameData.Time = 10;
...@@ -432,6 +440,9 @@ export class GameServer { ...@@ -432,6 +440,9 @@ export class GameServer {
this._gameData.addAnswerList({ uuid: userId, index: index }) this._gameData.addAnswerList({ uuid: userId, index: index })
clearInterval(this._timer)
await asyncDelay(1)
this._initRound2Step(); this._initRound2Step();
} else { } else {
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 166, "width": 158,
"height": 73, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"book": { "book": {
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 8,
"trimX": 0, "trimX": 31,
"trimY": 0, "trimY": 2,
"width": 166, "width": 96,
"height": 73, "height": 42,
"rawWidth": 166, "rawWidth": 158,
"rawHeight": 73, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 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 @@ ...@@ -20,12 +20,12 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 43,
"trimY": 0, "trimY": 3,
"width": 132, "width": 72,
"height": 105, "height": 56,
"rawWidth": 132, "rawWidth": 158,
"rawHeight": 105, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 203, "width": 158,
"height": 70, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"brown": { "brown": {
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 7.5,
"trimX": 0, "trimX": 20,
"trimY": 0, "trimY": 3,
"width": 203, "width": 118,
"height": 70, "height": 41,
"rawWidth": 203, "rawWidth": 158,
"rawHeight": 70, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 148, "width": 158,
"height": 70, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bush": { "bush": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -0.5,
"offsetY": 0, "offsetY": 7.5,
"trimX": 0, "trimX": 35,
"trimY": 0, "trimY": 3,
"width": 148, "width": 87,
"height": 70, "height": 41,
"rawWidth": 148, "rawWidth": 158,
"rawHeight": 70, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 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 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 113, "width": 158,
"height": 41, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"car": { "car": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -2,
"offsetY": 0, "offsetY": -1,
"trimX": 0, "trimX": 46,
"trimY": 0, "trimY": 21,
"width": 113, "width": 62,
"height": 41, "height": 22,
"rawWidth": 113, "rawWidth": 158,
"rawHeight": 41, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 145, "width": 158,
"height": 50, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"coin": { "coin": {
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 2.5,
"trimX": 0, "trimX": 37,
"trimY": 0, "trimY": 14,
"width": 145, "width": 84,
"height": 50, "height": 29,
"rawWidth": 145, "rawWidth": 158,
"rawHeight": 50, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 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 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 135, "width": 158,
"height": 41, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"cow": { "cow": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -1.5,
"offsetY": 0, "offsetY": -1.5,
"trimX": 0, "trimX": 39,
"trimY": 0, "trimY": 21,
"width": 135, "width": 77,
"height": 41, "height": 23,
"rawWidth": 135, "rawWidth": 158,
"rawHeight": 41, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 229, "width": 158,
"height": 74, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"doctor": { "doctor": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 2,
"offsetY": 0, "offsetY": 7,
"trimX": 0, "trimX": 22,
"trimY": 0, "trimY": 5,
"width": 229, "width": 118,
"height": 74, "height": 38,
"rawWidth": 229, "rawWidth": 158,
"rawHeight": 74, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 173, "width": 158,
"height": 68, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"farm": { "farm": {
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 7.5,
"trimX": 0, "trimX": 30,
"trimY": 0, "trimY": 4,
"width": 173, "width": 98,
"height": 68, "height": 39,
"rawWidth": 173, "rawWidth": 158,
"rawHeight": 68, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 150, "width": 158,
"height": 69, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"foot": { "foot": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -2,
"offsetY": 0, "offsetY": 7,
"trimX": 0, "trimX": 31,
"trimY": 0, "trimY": 3,
"width": 150, "width": 92,
"height": 69, "height": 42,
"rawWidth": 150, "rawWidth": 158,
"rawHeight": 69, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 105, "width": 158,
"height": 82, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"girl": { "girl": {
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 43,
"trimY": 0, "trimY": 3,
"width": 105, "width": 72,
"height": 82, "height": 56,
"rawWidth": 105, "rawWidth": 158,
"rawHeight": 82, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 201, "width": 158,
"height": 68, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"house": { "house": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 2,
"offsetY": 0, "offsetY": 7.5,
"trimX": 0, "trimX": 23,
"trimY": 0, "trimY": 4,
"width": 201, "width": 116,
"height": 68, "height": 39,
"rawWidth": 201, "rawWidth": 158,
"rawHeight": 68, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 208, "width": 158,
"height": 41, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"mouse": { "mouse": {
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": -1,
"trimX": 0, "trimX": 20,
"trimY": 0, "trimY": 20,
"width": 208, "width": 118,
"height": 41, "height": 24,
"rawWidth": 208, "rawWidth": 158,
"rawHeight": 41, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 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 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 200, "width": 158,
"height": 84, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"purple": { "purple": {
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0,
"offsetY": 0, "offsetY": -2.5,
"trimX": 0, "trimX": 23,
"trimY": 0, "trimY": 10,
"width": 200, "width": 112,
"height": 84, "height": 47,
"rawWidth": 200, "rawWidth": 158,
"rawHeight": 84, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 108, "width": 158,
"height": 70, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"soil": { "soil": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0.5,
"offsetY": 0, "offsetY": 8.5,
"trimX": 0, "trimX": 48,
"trimY": 0, "trimY": 2,
"width": 108, "width": 63,
"height": 70, "height": 41,
"rawWidth": 108, "rawWidth": 158,
"rawHeight": 70, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 139, "width": 158,
"height": 56, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"star": { "star": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 3.5,
"offsetY": 0, "offsetY": 2.5,
"trimX": 0, "trimX": 45,
"trimY": 0, "trimY": 13,
"width": 139, "width": 75,
"height": 56, "height": 31,
"rawWidth": 139, "rawWidth": 158,
"rawHeight": 56, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 260, "width": 158,
"height": 74, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"teacher": { "teacher": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": -0.5,
"offsetY": 0, "offsetY": 8.5,
"trimX": 0, "trimX": 6,
"trimY": 0, "trimY": 2,
"width": 260, "width": 145,
"height": 74, "height": 41,
"rawWidth": 260, "rawWidth": 158,
"rawHeight": 74, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 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 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 121, "width": 158,
"height": 80, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"toy": { "toy": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0.5,
"offsetY": 0, "offsetY": -3.5,
"trimX": 0, "trimX": 44,
"trimY": 0, "trimY": 11,
"width": 121, "width": 71,
"height": 80, "height": 47,
"rawWidth": 121, "rawWidth": 158,
"rawHeight": 80, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 251, "width": 158,
"height": 56, "height": 62,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"tractor": { "tractor": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"trimType": "auto", "trimType": "auto",
"trimThreshold": 1, "trimThreshold": 1,
"rotated": false, "rotated": false,
"offsetX": 0, "offsetX": 0.5,
"offsetY": 0, "offsetY": 4,
"trimX": 0, "trimX": 12,
"trimY": 0, "trimY": 10,
"width": 251, "width": 135,
"height": 56, "height": 34,
"rawWidth": 251, "rawWidth": 158,
"rawHeight": 56, "rawHeight": 62,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 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