1.完成视频详情页下方的选集功能,暂时有些缺陷,看后续给的视频链接格式在做决定修改
Showing
7 changed files
with
895 additions
and
0 deletions
assets/Scene/sceneProgram.fire
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1 | [ | ||
2 | { | ||
3 | "__type__": "cc.Prefab", | ||
4 | "_name": "", | ||
5 | "_objFlags": 0, | ||
6 | "_native": "", | ||
7 | "data": { | ||
8 | "__id__": 1 | ||
9 | }, | ||
10 | "optimizationPolicy": 0, | ||
11 | "asyncLoadAssets": false, | ||
12 | "readonly": false | ||
13 | }, | ||
14 | { | ||
15 | "__type__": "cc.Node", | ||
16 | "_name": "pfbMovieDetailEpisodeCell", | ||
17 | "_objFlags": 0, | ||
18 | "_parent": null, | ||
19 | "_children": [ | ||
20 | { | ||
21 | "__id__": 2 | ||
22 | }, | ||
23 | { | ||
24 | "__id__": 5 | ||
25 | } | ||
26 | ], | ||
27 | "_active": true, | ||
28 | "_components": [ | ||
29 | { | ||
30 | "__id__": 13 | ||
31 | } | ||
32 | ], | ||
33 | "_prefab": { | ||
34 | "__id__": 14 | ||
35 | }, | ||
36 | "_opacity": 255, | ||
37 | "_color": { | ||
38 | "__type__": "cc.Color", | ||
39 | "r": 255, | ||
40 | "g": 255, | ||
41 | "b": 255, | ||
42 | "a": 255 | ||
43 | }, | ||
44 | "_contentSize": { | ||
45 | "__type__": "cc.Size", | ||
46 | "width": 278, | ||
47 | "height": 49 | ||
48 | }, | ||
49 | "_anchorPoint": { | ||
50 | "__type__": "cc.Vec2", | ||
51 | "x": 0.5, | ||
52 | "y": 0.5 | ||
53 | }, | ||
54 | "_position": { | ||
55 | "__type__": "cc.Vec3", | ||
56 | "x": 0, | ||
57 | "y": 0, | ||
58 | "z": 0 | ||
59 | }, | ||
60 | "_scale": { | ||
61 | "__type__": "cc.Vec3", | ||
62 | "x": 1, | ||
63 | "y": 1, | ||
64 | "z": 1 | ||
65 | }, | ||
66 | "_trs": { | ||
67 | "__type__": "TypedArray", | ||
68 | "ctor": "Float32Array", | ||
69 | "array": [ | ||
70 | 0, | ||
71 | 0, | ||
72 | 0, | ||
73 | 0, | ||
74 | 0, | ||
75 | 0, | ||
76 | 1, | ||
77 | 1, | ||
78 | 1, | ||
79 | 1 | ||
80 | ] | ||
81 | }, | ||
82 | "_eulerAngles": { | ||
83 | "__type__": "cc.Vec3", | ||
84 | "x": 0, | ||
85 | "y": 0, | ||
86 | "z": 0 | ||
87 | }, | ||
88 | "_skewX": 0, | ||
89 | "_skewY": 0, | ||
90 | "_is3DNode": false, | ||
91 | "_groupIndex": 0, | ||
92 | "groupIndex": 0, | ||
93 | "_id": "" | ||
94 | }, | ||
95 | { | ||
96 | "__type__": "cc.Node", | ||
97 | "_name": "Bg", | ||
98 | "_objFlags": 0, | ||
99 | "_parent": { | ||
100 | "__id__": 1 | ||
101 | }, | ||
102 | "_children": [], | ||
103 | "_active": true, | ||
104 | "_components": [ | ||
105 | { | ||
106 | "__id__": 3 | ||
107 | } | ||
108 | ], | ||
109 | "_prefab": { | ||
110 | "__id__": 4 | ||
111 | }, | ||
112 | "_opacity": 255, | ||
113 | "_color": { | ||
114 | "__type__": "cc.Color", | ||
115 | "r": 255, | ||
116 | "g": 255, | ||
117 | "b": 255, | ||
118 | "a": 255 | ||
119 | }, | ||
120 | "_contentSize": { | ||
121 | "__type__": "cc.Size", | ||
122 | "width": 278, | ||
123 | "height": 175 | ||
124 | }, | ||
125 | "_anchorPoint": { | ||
126 | "__type__": "cc.Vec2", | ||
127 | "x": 0.5, | ||
128 | "y": 0.5 | ||
129 | }, | ||
130 | "_position": { | ||
131 | "__type__": "cc.Vec3", | ||
132 | "x": 0, | ||
133 | "y": 0, | ||
134 | "z": 0 | ||
135 | }, | ||
136 | "_scale": { | ||
137 | "__type__": "cc.Vec3", | ||
138 | "x": 1, | ||
139 | "y": 1, | ||
140 | "z": 1 | ||
141 | }, | ||
142 | "_trs": { | ||
143 | "__type__": "TypedArray", | ||
144 | "ctor": "Float32Array", | ||
145 | "array": [ | ||
146 | 0, | ||
147 | 0, | ||
148 | 0, | ||
149 | 0, | ||
150 | 0, | ||
151 | 0, | ||
152 | 1, | ||
153 | 1, | ||
154 | 1, | ||
155 | 1 | ||
156 | ] | ||
157 | }, | ||
158 | "_eulerAngles": { | ||
159 | "__type__": "cc.Vec3", | ||
160 | "x": 0, | ||
161 | "y": 0, | ||
162 | "z": 0 | ||
163 | }, | ||
164 | "_skewX": 0, | ||
165 | "_skewY": 0, | ||
166 | "_is3DNode": false, | ||
167 | "_groupIndex": 0, | ||
168 | "groupIndex": 0, | ||
169 | "_id": "" | ||
170 | }, | ||
171 | { | ||
172 | "__type__": "cc.Sprite", | ||
173 | "_name": "", | ||
174 | "_objFlags": 0, | ||
175 | "node": { | ||
176 | "__id__": 2 | ||
177 | }, | ||
178 | "_enabled": true, | ||
179 | "_materials": [], | ||
180 | "_srcBlendFactor": 770, | ||
181 | "_dstBlendFactor": 771, | ||
182 | "_spriteFrame": null, | ||
183 | "_type": 0, | ||
184 | "_sizeMode": 0, | ||
185 | "_fillType": 1, | ||
186 | "_fillCenter": { | ||
187 | "__type__": "cc.Vec2", | ||
188 | "x": 0, | ||
189 | "y": 0 | ||
190 | }, | ||
191 | "_fillStart": 0, | ||
192 | "_fillRange": 0, | ||
193 | "_isTrimmedMode": true, | ||
194 | "_atlas": null, | ||
195 | "_id": "" | ||
196 | }, | ||
197 | { | ||
198 | "__type__": "cc.PrefabInfo", | ||
199 | "root": { | ||
200 | "__id__": 1 | ||
201 | }, | ||
202 | "asset": { | ||
203 | "__uuid__": "58e87f9e-6163-4052-b63c-19f84cb4f9e6" | ||
204 | }, | ||
205 | "fileId": "50cZSiLZFHJKM3NFbekCWR", | ||
206 | "sync": false | ||
207 | }, | ||
208 | { | ||
209 | "__type__": "cc.Node", | ||
210 | "_name": "EpisodeNum", | ||
211 | "_objFlags": 0, | ||
212 | "_parent": { | ||
213 | "__id__": 1 | ||
214 | }, | ||
215 | "_children": [ | ||
216 | { | ||
217 | "__id__": 6 | ||
218 | }, | ||
219 | { | ||
220 | "__id__": 9 | ||
221 | } | ||
222 | ], | ||
223 | "_active": true, | ||
224 | "_components": [], | ||
225 | "_prefab": { | ||
226 | "__id__": 12 | ||
227 | }, | ||
228 | "_opacity": 255, | ||
229 | "_color": { | ||
230 | "__type__": "cc.Color", | ||
231 | "r": 255, | ||
232 | "g": 255, | ||
233 | "b": 255, | ||
234 | "a": 255 | ||
235 | }, | ||
236 | "_contentSize": { | ||
237 | "__type__": "cc.Size", | ||
238 | "width": 278, | ||
239 | "height": 49 | ||
240 | }, | ||
241 | "_anchorPoint": { | ||
242 | "__type__": "cc.Vec2", | ||
243 | "x": 0.5, | ||
244 | "y": 0.5 | ||
245 | }, | ||
246 | "_position": { | ||
247 | "__type__": "cc.Vec3", | ||
248 | "x": 0, | ||
249 | "y": -63, | ||
250 | "z": 0 | ||
251 | }, | ||
252 | "_scale": { | ||
253 | "__type__": "cc.Vec3", | ||
254 | "x": 1, | ||
255 | "y": 1, | ||
256 | "z": 1 | ||
257 | }, | ||
258 | "_trs": { | ||
259 | "__type__": "TypedArray", | ||
260 | "ctor": "Float32Array", | ||
261 | "array": [ | ||
262 | 0, | ||
263 | 0, | ||
264 | 0, | ||
265 | 0, | ||
266 | 0, | ||
267 | 0, | ||
268 | 1, | ||
269 | 1, | ||
270 | 1, | ||
271 | 1 | ||
272 | ] | ||
273 | }, | ||
274 | "_eulerAngles": { | ||
275 | "__type__": "cc.Vec3", | ||
276 | "x": 0, | ||
277 | "y": 0, | ||
278 | "z": 0 | ||
279 | }, | ||
280 | "_skewX": 0, | ||
281 | "_skewY": 0, | ||
282 | "_is3DNode": false, | ||
283 | "_groupIndex": 0, | ||
284 | "groupIndex": 0, | ||
285 | "_id": "" | ||
286 | }, | ||
287 | { | ||
288 | "__type__": "cc.Node", | ||
289 | "_name": "Bg", | ||
290 | "_objFlags": 0, | ||
291 | "_parent": { | ||
292 | "__id__": 5 | ||
293 | }, | ||
294 | "_children": [], | ||
295 | "_active": true, | ||
296 | "_components": [ | ||
297 | { | ||
298 | "__id__": 7 | ||
299 | } | ||
300 | ], | ||
301 | "_prefab": { | ||
302 | "__id__": 8 | ||
303 | }, | ||
304 | "_opacity": 100, | ||
305 | "_color": { | ||
306 | "__type__": "cc.Color", | ||
307 | "r": 0, | ||
308 | "g": 0, | ||
309 | "b": 0, | ||
310 | "a": 255 | ||
311 | }, | ||
312 | "_contentSize": { | ||
313 | "__type__": "cc.Size", | ||
314 | "width": 278, | ||
315 | "height": 49 | ||
316 | }, | ||
317 | "_anchorPoint": { | ||
318 | "__type__": "cc.Vec2", | ||
319 | "x": 0.5, | ||
320 | "y": 0.5 | ||
321 | }, | ||
322 | "_position": { | ||
323 | "__type__": "cc.Vec3", | ||
324 | "x": 0, | ||
325 | "y": 0, | ||
326 | "z": 0 | ||
327 | }, | ||
328 | "_scale": { | ||
329 | "__type__": "cc.Vec3", | ||
330 | "x": 1, | ||
331 | "y": 1, | ||
332 | "z": 1 | ||
333 | }, | ||
334 | "_trs": { | ||
335 | "__type__": "TypedArray", | ||
336 | "ctor": "Float32Array", | ||
337 | "array": [ | ||
338 | 0, | ||
339 | 0, | ||
340 | 0, | ||
341 | 0, | ||
342 | 0, | ||
343 | 0, | ||
344 | 1, | ||
345 | 1, | ||
346 | 1, | ||
347 | 1 | ||
348 | ] | ||
349 | }, | ||
350 | "_eulerAngles": { | ||
351 | "__type__": "cc.Vec3", | ||
352 | "x": 0, | ||
353 | "y": 0, | ||
354 | "z": 0 | ||
355 | }, | ||
356 | "_skewX": 0, | ||
357 | "_skewY": 0, | ||
358 | "_is3DNode": false, | ||
359 | "_groupIndex": 0, | ||
360 | "groupIndex": 0, | ||
361 | "_id": "" | ||
362 | }, | ||
363 | { | ||
364 | "__type__": "cc.Sprite", | ||
365 | "_name": "", | ||
366 | "_objFlags": 0, | ||
367 | "node": { | ||
368 | "__id__": 6 | ||
369 | }, | ||
370 | "_enabled": true, | ||
371 | "_materials": [ | ||
372 | { | ||
373 | "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" | ||
374 | } | ||
375 | ], | ||
376 | "_srcBlendFactor": 770, | ||
377 | "_dstBlendFactor": 771, | ||
378 | "_spriteFrame": { | ||
379 | "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91" | ||
380 | }, | ||
381 | "_type": 0, | ||
382 | "_sizeMode": 0, | ||
383 | "_fillType": 0, | ||
384 | "_fillCenter": { | ||
385 | "__type__": "cc.Vec2", | ||
386 | "x": 0, | ||
387 | "y": 0 | ||
388 | }, | ||
389 | "_fillStart": 0, | ||
390 | "_fillRange": 0, | ||
391 | "_isTrimmedMode": true, | ||
392 | "_atlas": null, | ||
393 | "_id": "" | ||
394 | }, | ||
395 | { | ||
396 | "__type__": "cc.PrefabInfo", | ||
397 | "root": { | ||
398 | "__id__": 1 | ||
399 | }, | ||
400 | "asset": { | ||
401 | "__uuid__": "58e87f9e-6163-4052-b63c-19f84cb4f9e6" | ||
402 | }, | ||
403 | "fileId": "b2tz5etIhC47T7R0sRcHAZ", | ||
404 | "sync": false | ||
405 | }, | ||
406 | { | ||
407 | "__type__": "cc.Node", | ||
408 | "_name": "Text", | ||
409 | "_objFlags": 0, | ||
410 | "_parent": { | ||
411 | "__id__": 5 | ||
412 | }, | ||
413 | "_children": [], | ||
414 | "_active": true, | ||
415 | "_components": [ | ||
416 | { | ||
417 | "__id__": 10 | ||
418 | } | ||
419 | ], | ||
420 | "_prefab": { | ||
421 | "__id__": 11 | ||
422 | }, | ||
423 | "_opacity": 255, | ||
424 | "_color": { | ||
425 | "__type__": "cc.Color", | ||
426 | "r": 255, | ||
427 | "g": 255, | ||
428 | "b": 255, | ||
429 | "a": 255 | ||
430 | }, | ||
431 | "_contentSize": { | ||
432 | "__type__": "cc.Size", | ||
433 | "width": 278, | ||
434 | "height": 49 | ||
435 | }, | ||
436 | "_anchorPoint": { | ||
437 | "__type__": "cc.Vec2", | ||
438 | "x": 0.5, | ||
439 | "y": 0.5 | ||
440 | }, | ||
441 | "_position": { | ||
442 | "__type__": "cc.Vec3", | ||
443 | "x": 0, | ||
444 | "y": 0, | ||
445 | "z": 0 | ||
446 | }, | ||
447 | "_scale": { | ||
448 | "__type__": "cc.Vec3", | ||
449 | "x": 1, | ||
450 | "y": 1, | ||
451 | "z": 1 | ||
452 | }, | ||
453 | "_trs": { | ||
454 | "__type__": "TypedArray", | ||
455 | "ctor": "Float32Array", | ||
456 | "array": [ | ||
457 | 0, | ||
458 | 0, | ||
459 | 0, | ||
460 | 0, | ||
461 | 0, | ||
462 | 0, | ||
463 | 1, | ||
464 | 1, | ||
465 | 1, | ||
466 | 1 | ||
467 | ] | ||
468 | }, | ||
469 | "_eulerAngles": { | ||
470 | "__type__": "cc.Vec3", | ||
471 | "x": 0, | ||
472 | "y": 0, | ||
473 | "z": 0 | ||
474 | }, | ||
475 | "_skewX": 0, | ||
476 | "_skewY": 0, | ||
477 | "_is3DNode": false, | ||
478 | "_groupIndex": 0, | ||
479 | "groupIndex": 0, | ||
480 | "_id": "" | ||
481 | }, | ||
482 | { | ||
483 | "__type__": "cc.Label", | ||
484 | "_name": "", | ||
485 | "_objFlags": 0, | ||
486 | "node": { | ||
487 | "__id__": 9 | ||
488 | }, | ||
489 | "_enabled": true, | ||
490 | "_materials": [ | ||
491 | { | ||
492 | "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" | ||
493 | } | ||
494 | ], | ||
495 | "_useOriginalSize": false, | ||
496 | "_string": "", | ||
497 | "_N$string": "", | ||
498 | "_fontSize": 24, | ||
499 | "_lineHeight": 49, | ||
500 | "_enableWrapText": true, | ||
501 | "_N$file": null, | ||
502 | "_isSystemFontUsed": true, | ||
503 | "_spacingX": 0, | ||
504 | "_batchAsBitmap": false, | ||
505 | "_N$horizontalAlign": 1, | ||
506 | "_N$verticalAlign": 1, | ||
507 | "_N$fontFamily": "Arial", | ||
508 | "_N$overflow": 2, | ||
509 | "_N$cacheMode": 0, | ||
510 | "_id": "" | ||
511 | }, | ||
512 | { | ||
513 | "__type__": "cc.PrefabInfo", | ||
514 | "root": { | ||
515 | "__id__": 1 | ||
516 | }, | ||
517 | "asset": { | ||
518 | "__uuid__": "58e87f9e-6163-4052-b63c-19f84cb4f9e6" | ||
519 | }, | ||
520 | "fileId": "7aVXWJZTNOiIBm+iubUplA", | ||
521 | "sync": false | ||
522 | }, | ||
523 | { | ||
524 | "__type__": "cc.PrefabInfo", | ||
525 | "root": { | ||
526 | "__id__": 1 | ||
527 | }, | ||
528 | "asset": { | ||
529 | "__uuid__": "58e87f9e-6163-4052-b63c-19f84cb4f9e6" | ||
530 | }, | ||
531 | "fileId": "cfLaJVGVNIoYZDtoDIFlwz", | ||
532 | "sync": false | ||
533 | }, | ||
534 | { | ||
535 | "__type__": "cc.Mask", | ||
536 | "_name": "", | ||
537 | "_objFlags": 0, | ||
538 | "node": { | ||
539 | "__id__": 1 | ||
540 | }, | ||
541 | "_enabled": true, | ||
542 | "_materials": [ | ||
543 | null | ||
544 | ], | ||
545 | "_spriteFrame": null, | ||
546 | "_type": 2, | ||
547 | "_segments": 64, | ||
548 | "_N$alphaThreshold": 0.9, | ||
549 | "_N$inverted": false, | ||
550 | "_id": "" | ||
551 | }, | ||
552 | { | ||
553 | "__type__": "cc.PrefabInfo", | ||
554 | "root": { | ||
555 | "__id__": 1 | ||
556 | }, | ||
557 | "asset": { | ||
558 | "__uuid__": "58e87f9e-6163-4052-b63c-19f84cb4f9e6" | ||
559 | }, | ||
560 | "fileId": "7a0Pz/KNRLXrJA+uJ5skQo", | ||
561 | "sync": false | ||
562 | } | ||
563 | ] | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | [ | ||
2 | { | ||
3 | "__type__": "cc.Prefab", | ||
4 | "_name": "", | ||
5 | "_objFlags": 0, | ||
6 | "_native": "", | ||
7 | "data": { | ||
8 | "__id__": 1 | ||
9 | }, | ||
10 | "optimizationPolicy": 0, | ||
11 | "asyncLoadAssets": false, | ||
12 | "readonly": false | ||
13 | }, | ||
14 | { | ||
15 | "__type__": "cc.Node", | ||
16 | "_name": "pfbMovieDetailNaviList", | ||
17 | "_objFlags": 0, | ||
18 | "_parent": null, | ||
19 | "_children": [ | ||
20 | { | ||
21 | "__id__": 2 | ||
22 | }, | ||
23 | { | ||
24 | "__id__": 5 | ||
25 | } | ||
26 | ], | ||
27 | "_active": true, | ||
28 | "_components": [], | ||
29 | "_prefab": { | ||
30 | "__id__": 8 | ||
31 | }, | ||
32 | "_opacity": 255, | ||
33 | "_color": { | ||
34 | "__type__": "cc.Color", | ||
35 | "r": 255, | ||
36 | "g": 255, | ||
37 | "b": 255, | ||
38 | "a": 255 | ||
39 | }, | ||
40 | "_contentSize": { | ||
41 | "__type__": "cc.Size", | ||
42 | "width": 110, | ||
43 | "height": 40 | ||
44 | }, | ||
45 | "_anchorPoint": { | ||
46 | "__type__": "cc.Vec2", | ||
47 | "x": 0.5, | ||
48 | "y": 0.5 | ||
49 | }, | ||
50 | "_position": { | ||
51 | "__type__": "cc.Vec3", | ||
52 | "x": 0, | ||
53 | "y": 0, | ||
54 | "z": 0 | ||
55 | }, | ||
56 | "_scale": { | ||
57 | "__type__": "cc.Vec3", | ||
58 | "x": 1, | ||
59 | "y": 1, | ||
60 | "z": 1 | ||
61 | }, | ||
62 | "_trs": { | ||
63 | "__type__": "TypedArray", | ||
64 | "ctor": "Float32Array", | ||
65 | "array": [ | ||
66 | 0, | ||
67 | 0, | ||
68 | 0, | ||
69 | 0, | ||
70 | 0, | ||
71 | 0, | ||
72 | 1, | ||
73 | 1, | ||
74 | 1, | ||
75 | 1 | ||
76 | ] | ||
77 | }, | ||
78 | "_eulerAngles": { | ||
79 | "__type__": "cc.Vec3", | ||
80 | "x": 0, | ||
81 | "y": 0, | ||
82 | "z": 0 | ||
83 | }, | ||
84 | "_skewX": 0, | ||
85 | "_skewY": 0, | ||
86 | "_is3DNode": false, | ||
87 | "_groupIndex": 0, | ||
88 | "groupIndex": 0, | ||
89 | "_id": "" | ||
90 | }, | ||
91 | { | ||
92 | "__type__": "cc.Node", | ||
93 | "_name": "Bg", | ||
94 | "_objFlags": 0, | ||
95 | "_parent": { | ||
96 | "__id__": 1 | ||
97 | }, | ||
98 | "_children": [], | ||
99 | "_active": true, | ||
100 | "_components": [ | ||
101 | { | ||
102 | "__id__": 3 | ||
103 | } | ||
104 | ], | ||
105 | "_prefab": { | ||
106 | "__id__": 4 | ||
107 | }, | ||
108 | "_opacity": 255, | ||
109 | "_color": { | ||
110 | "__type__": "cc.Color", | ||
111 | "r": 255, | ||
112 | "g": 255, | ||
113 | "b": 255, | ||
114 | "a": 255 | ||
115 | }, | ||
116 | "_contentSize": { | ||
117 | "__type__": "cc.Size", | ||
118 | "width": 110, | ||
119 | "height": 42 | ||
120 | }, | ||
121 | "_anchorPoint": { | ||
122 | "__type__": "cc.Vec2", | ||
123 | "x": 0.5, | ||
124 | "y": 0.5 | ||
125 | }, | ||
126 | "_position": { | ||
127 | "__type__": "cc.Vec3", | ||
128 | "x": 0, | ||
129 | "y": 0, | ||
130 | "z": 0 | ||
131 | }, | ||
132 | "_scale": { | ||
133 | "__type__": "cc.Vec3", | ||
134 | "x": 1, | ||
135 | "y": 1, | ||
136 | "z": 1 | ||
137 | }, | ||
138 | "_trs": { | ||
139 | "__type__": "TypedArray", | ||
140 | "ctor": "Float32Array", | ||
141 | "array": [ | ||
142 | 0, | ||
143 | 0, | ||
144 | 0, | ||
145 | 0, | ||
146 | 0, | ||
147 | 0, | ||
148 | 1, | ||
149 | 1, | ||
150 | 1, | ||
151 | 1 | ||
152 | ] | ||
153 | }, | ||
154 | "_eulerAngles": { | ||
155 | "__type__": "cc.Vec3", | ||
156 | "x": 0, | ||
157 | "y": 0, | ||
158 | "z": 0 | ||
159 | }, | ||
160 | "_skewX": 0, | ||
161 | "_skewY": 0, | ||
162 | "_is3DNode": false, | ||
163 | "_groupIndex": 0, | ||
164 | "groupIndex": 0, | ||
165 | "_id": "" | ||
166 | }, | ||
167 | { | ||
168 | "__type__": "cc.Sprite", | ||
169 | "_name": "", | ||
170 | "_objFlags": 0, | ||
171 | "node": { | ||
172 | "__id__": 2 | ||
173 | }, | ||
174 | "_enabled": true, | ||
175 | "_materials": [], | ||
176 | "_srcBlendFactor": 770, | ||
177 | "_dstBlendFactor": 771, | ||
178 | "_spriteFrame": null, | ||
179 | "_type": 0, | ||
180 | "_sizeMode": 0, | ||
181 | "_fillType": 0, | ||
182 | "_fillCenter": { | ||
183 | "__type__": "cc.Vec2", | ||
184 | "x": 0, | ||
185 | "y": 0 | ||
186 | }, | ||
187 | "_fillStart": 0, | ||
188 | "_fillRange": 0, | ||
189 | "_isTrimmedMode": true, | ||
190 | "_atlas": null, | ||
191 | "_id": "" | ||
192 | }, | ||
193 | { | ||
194 | "__type__": "cc.PrefabInfo", | ||
195 | "root": { | ||
196 | "__id__": 1 | ||
197 | }, | ||
198 | "asset": { | ||
199 | "__uuid__": "67426bbf-20cf-4cd0-8ed8-606c117cb81d" | ||
200 | }, | ||
201 | "fileId": "83vSN2W0FJGppDZW5DV4dH", | ||
202 | "sync": false | ||
203 | }, | ||
204 | { | ||
205 | "__type__": "cc.Node", | ||
206 | "_name": "Text", | ||
207 | "_objFlags": 0, | ||
208 | "_parent": { | ||
209 | "__id__": 1 | ||
210 | }, | ||
211 | "_children": [], | ||
212 | "_active": true, | ||
213 | "_components": [ | ||
214 | { | ||
215 | "__id__": 6 | ||
216 | } | ||
217 | ], | ||
218 | "_prefab": { | ||
219 | "__id__": 7 | ||
220 | }, | ||
221 | "_opacity": 255, | ||
222 | "_color": { | ||
223 | "__type__": "cc.Color", | ||
224 | "r": 255, | ||
225 | "g": 255, | ||
226 | "b": 255, | ||
227 | "a": 255 | ||
228 | }, | ||
229 | "_contentSize": { | ||
230 | "__type__": "cc.Size", | ||
231 | "width": 48.04, | ||
232 | "height": 30.24 | ||
233 | }, | ||
234 | "_anchorPoint": { | ||
235 | "__type__": "cc.Vec2", | ||
236 | "x": 0.5, | ||
237 | "y": 0.5 | ||
238 | }, | ||
239 | "_position": { | ||
240 | "__type__": "cc.Vec3", | ||
241 | "x": 0, | ||
242 | "y": 0, | ||
243 | "z": 0 | ||
244 | }, | ||
245 | "_scale": { | ||
246 | "__type__": "cc.Vec3", | ||
247 | "x": 1, | ||
248 | "y": 1, | ||
249 | "z": 1 | ||
250 | }, | ||
251 | "_trs": { | ||
252 | "__type__": "TypedArray", | ||
253 | "ctor": "Float32Array", | ||
254 | "array": [ | ||
255 | 0, | ||
256 | 0, | ||
257 | 0, | ||
258 | 0, | ||
259 | 0, | ||
260 | 0, | ||
261 | 1, | ||
262 | 1, | ||
263 | 1, | ||
264 | 1 | ||
265 | ] | ||
266 | }, | ||
267 | "_eulerAngles": { | ||
268 | "__type__": "cc.Vec3", | ||
269 | "x": 0, | ||
270 | "y": 0, | ||
271 | "z": 0 | ||
272 | }, | ||
273 | "_skewX": 0, | ||
274 | "_skewY": 0, | ||
275 | "_is3DNode": false, | ||
276 | "_groupIndex": 0, | ||
277 | "groupIndex": 0, | ||
278 | "_id": "" | ||
279 | }, | ||
280 | { | ||
281 | "__type__": "cc.Label", | ||
282 | "_name": "", | ||
283 | "_objFlags": 0, | ||
284 | "node": { | ||
285 | "__id__": 5 | ||
286 | }, | ||
287 | "_enabled": true, | ||
288 | "_materials": [ | ||
289 | { | ||
290 | "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432" | ||
291 | } | ||
292 | ], | ||
293 | "_useOriginalSize": false, | ||
294 | "_string": "1-20", | ||
295 | "_N$string": "1-20", | ||
296 | "_fontSize": 24, | ||
297 | "_lineHeight": 24, | ||
298 | "_enableWrapText": true, | ||
299 | "_N$file": null, | ||
300 | "_isSystemFontUsed": true, | ||
301 | "_spacingX": 0, | ||
302 | "_batchAsBitmap": false, | ||
303 | "_N$horizontalAlign": 1, | ||
304 | "_N$verticalAlign": 1, | ||
305 | "_N$fontFamily": "Arial", | ||
306 | "_N$overflow": 0, | ||
307 | "_N$cacheMode": 0, | ||
308 | "_id": "" | ||
309 | }, | ||
310 | { | ||
311 | "__type__": "cc.PrefabInfo", | ||
312 | "root": { | ||
313 | "__id__": 1 | ||
314 | }, | ||
315 | "asset": { | ||
316 | "__uuid__": "67426bbf-20cf-4cd0-8ed8-606c117cb81d" | ||
317 | }, | ||
318 | "fileId": "a8eJGo/95DHZo+KiwpT3xR", | ||
319 | "sync": false | ||
320 | }, | ||
321 | { | ||
322 | "__type__": "cc.PrefabInfo", | ||
323 | "root": { | ||
324 | "__id__": 1 | ||
325 | }, | ||
326 | "asset": { | ||
327 | "__uuid__": "67426bbf-20cf-4cd0-8ed8-606c117cb81d" | ||
328 | }, | ||
329 | "fileId": "57vxuAFOFCgpuupa1TzpzK", | ||
330 | "sync": false | ||
331 | } | ||
332 | ] | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
assets/resources/VideoDetail/navi_bg.png
0 → 100644

2.47 KB
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment