video.prefab 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053
  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": "video",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 15
  28. },
  29. {
  30. "__id__": 22
  31. },
  32. {
  33. "__id__": 25
  34. }
  35. ],
  36. "_active": true,
  37. "_level": 1,
  38. "_components": [
  39. {
  40. "__id__": 28
  41. }
  42. ],
  43. "_prefab": {
  44. "__id__": 29
  45. },
  46. "_opacity": 255,
  47. "_color": {
  48. "__type__": "cc.Color",
  49. "r": 255,
  50. "g": 255,
  51. "b": 255,
  52. "a": 255
  53. },
  54. "_contentSize": {
  55. "__type__": "cc.Size",
  56. "width": 1280,
  57. "height": 720
  58. },
  59. "_anchorPoint": {
  60. "__type__": "cc.Vec2",
  61. "x": 0.5,
  62. "y": 0.5
  63. },
  64. "_position": {
  65. "__type__": "cc.Vec3",
  66. "x": 0,
  67. "y": 0,
  68. "z": 0
  69. },
  70. "_scale": {
  71. "__type__": "cc.Vec3",
  72. "x": 1,
  73. "y": 1,
  74. "z": 1
  75. },
  76. "_quat": {
  77. "__type__": "cc.Quat",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0,
  81. "w": 1
  82. },
  83. "_skewX": 0,
  84. "_skewY": 0,
  85. "_zIndex": 0,
  86. "_is3DNode": false,
  87. "groupIndex": 0,
  88. "_id": ""
  89. },
  90. {
  91. "__type__": "cc.Node",
  92. "_name": "videoplayer",
  93. "_objFlags": 0,
  94. "_parent": {
  95. "__id__": 1
  96. },
  97. "_children": [],
  98. "_active": true,
  99. "_level": 2,
  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": 1280,
  119. "height": 660
  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": 29,
  130. "z": 0
  131. },
  132. "_scale": {
  133. "__type__": "cc.Vec3",
  134. "x": 1,
  135. "y": 1,
  136. "z": 1
  137. },
  138. "_quat": {
  139. "__type__": "cc.Quat",
  140. "x": 0,
  141. "y": 0,
  142. "z": 0,
  143. "w": 1
  144. },
  145. "_skewX": 0,
  146. "_skewY": 0,
  147. "_zIndex": 0,
  148. "_is3DNode": false,
  149. "groupIndex": 0,
  150. "_rotationX": 0,
  151. "_rotationY": 0,
  152. "_id": ""
  153. },
  154. {
  155. "__type__": "cc.VideoPlayer",
  156. "_name": "",
  157. "_objFlags": 0,
  158. "node": {
  159. "__id__": 2
  160. },
  161. "_enabled": true,
  162. "_resourceType": 0,
  163. "_remoteURL": "http://efunimgs.ai160.com/ott/test/002tPr2Xlx07oP7B4ro40104120022hP0k010.mp4",
  164. "_clip": {
  165. "__uuid__": "2be36297-9abb-4fee-8049-9ed5e271da8a"
  166. },
  167. "_volume": 1,
  168. "_mute": false,
  169. "videoPlayerEvent": [],
  170. "_N$keepAspectRatio": true,
  171. "_N$isFullscreen": false,
  172. "_id": ""
  173. },
  174. {
  175. "__type__": "cc.PrefabInfo",
  176. "root": {
  177. "__id__": 1
  178. },
  179. "asset": {
  180. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  181. },
  182. "fileId": "36dw6k+95KBojvYsRrwgHj",
  183. "sync": false
  184. },
  185. {
  186. "__type__": "cc.Node",
  187. "_name": "progressBar",
  188. "_objFlags": 0,
  189. "_parent": {
  190. "__id__": 1
  191. },
  192. "_children": [
  193. {
  194. "__id__": 6
  195. },
  196. {
  197. "__id__": 9
  198. }
  199. ],
  200. "_active": true,
  201. "_level": 2,
  202. "_components": [
  203. {
  204. "__id__": 12
  205. },
  206. {
  207. "__id__": 13
  208. }
  209. ],
  210. "_prefab": {
  211. "__id__": 14
  212. },
  213. "_opacity": 255,
  214. "_color": {
  215. "__type__": "cc.Color",
  216. "r": 255,
  217. "g": 255,
  218. "b": 255,
  219. "a": 255
  220. },
  221. "_contentSize": {
  222. "__type__": "cc.Size",
  223. "width": 300,
  224. "height": 15
  225. },
  226. "_anchorPoint": {
  227. "__type__": "cc.Vec2",
  228. "x": 0.5,
  229. "y": 0.5
  230. },
  231. "_position": {
  232. "__type__": "cc.Vec3",
  233. "x": -24,
  234. "y": -332,
  235. "z": 0
  236. },
  237. "_scale": {
  238. "__type__": "cc.Vec3",
  239. "x": 1,
  240. "y": 1,
  241. "z": 1
  242. },
  243. "_quat": {
  244. "__type__": "cc.Quat",
  245. "x": 0,
  246. "y": 0,
  247. "z": 0,
  248. "w": 1
  249. },
  250. "_skewX": 0,
  251. "_skewY": 0,
  252. "_zIndex": 0,
  253. "_is3DNode": false,
  254. "groupIndex": 0,
  255. "_rotationX": 0,
  256. "_rotationY": 0,
  257. "_id": ""
  258. },
  259. {
  260. "__type__": "cc.Node",
  261. "_name": "bar",
  262. "_objFlags": 0,
  263. "_parent": {
  264. "__id__": 5
  265. },
  266. "_children": [],
  267. "_active": true,
  268. "_level": 0,
  269. "_components": [
  270. {
  271. "__id__": 7
  272. }
  273. ],
  274. "_prefab": {
  275. "__id__": 8
  276. },
  277. "_opacity": 255,
  278. "_color": {
  279. "__type__": "cc.Color",
  280. "r": 23,
  281. "g": 11,
  282. "b": 182,
  283. "a": 255
  284. },
  285. "_contentSize": {
  286. "__type__": "cc.Size",
  287. "width": 300,
  288. "height": 15
  289. },
  290. "_anchorPoint": {
  291. "__type__": "cc.Vec2",
  292. "x": 0,
  293. "y": 0.5
  294. },
  295. "_position": {
  296. "__type__": "cc.Vec3",
  297. "x": -150,
  298. "y": 0,
  299. "z": 0
  300. },
  301. "_scale": {
  302. "__type__": "cc.Vec3",
  303. "x": 1,
  304. "y": 1,
  305. "z": 1
  306. },
  307. "_quat": {
  308. "__type__": "cc.Quat",
  309. "x": 0,
  310. "y": 0,
  311. "z": 0,
  312. "w": 1
  313. },
  314. "_skewX": 0,
  315. "_skewY": 0,
  316. "_zIndex": 0,
  317. "_is3DNode": false,
  318. "groupIndex": 0,
  319. "_rotationX": 0,
  320. "_rotationY": 0,
  321. "_id": ""
  322. },
  323. {
  324. "__type__": "cc.Sprite",
  325. "_name": "",
  326. "_objFlags": 0,
  327. "node": {
  328. "__id__": 6
  329. },
  330. "_enabled": true,
  331. "_srcBlendFactor": 770,
  332. "_dstBlendFactor": 771,
  333. "_spriteFrame": {
  334. "__uuid__": "67e68bc9-dad5-4ad9-a2d8-7e03d458e32f"
  335. },
  336. "_type": 1,
  337. "_sizeMode": 0,
  338. "_fillType": 0,
  339. "_fillCenter": {
  340. "__type__": "cc.Vec2",
  341. "x": 0,
  342. "y": 0
  343. },
  344. "_fillStart": 0,
  345. "_fillRange": 0,
  346. "_isTrimmedMode": true,
  347. "_state": 0,
  348. "_atlas": null,
  349. "_id": ""
  350. },
  351. {
  352. "__type__": "cc.PrefabInfo",
  353. "root": {
  354. "__id__": 1
  355. },
  356. "asset": {
  357. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  358. },
  359. "fileId": "8519ChZR1O6o4e33IKwGI5",
  360. "sync": false
  361. },
  362. {
  363. "__type__": "cc.Node",
  364. "_name": "New Sprite(Splash)",
  365. "_objFlags": 0,
  366. "_parent": {
  367. "__id__": 5
  368. },
  369. "_children": [],
  370. "_active": true,
  371. "_level": 3,
  372. "_components": [
  373. {
  374. "__id__": 10
  375. }
  376. ],
  377. "_prefab": {
  378. "__id__": 11
  379. },
  380. "_opacity": 255,
  381. "_color": {
  382. "__type__": "cc.Color",
  383. "r": 183,
  384. "g": 49,
  385. "b": 17,
  386. "a": 255
  387. },
  388. "_contentSize": {
  389. "__type__": "cc.Size",
  390. "width": 0,
  391. "height": 15
  392. },
  393. "_anchorPoint": {
  394. "__type__": "cc.Vec2",
  395. "x": 0,
  396. "y": 0.5
  397. },
  398. "_position": {
  399. "__type__": "cc.Vec3",
  400. "x": -150,
  401. "y": 0,
  402. "z": 0
  403. },
  404. "_scale": {
  405. "__type__": "cc.Vec3",
  406. "x": 1,
  407. "y": 1,
  408. "z": 1
  409. },
  410. "_quat": {
  411. "__type__": "cc.Quat",
  412. "x": 0,
  413. "y": 0,
  414. "z": 0,
  415. "w": 1
  416. },
  417. "_skewX": 0,
  418. "_skewY": 0,
  419. "_zIndex": 0,
  420. "_is3DNode": false,
  421. "groupIndex": 0,
  422. "_rotationX": 0,
  423. "_rotationY": 0,
  424. "_id": ""
  425. },
  426. {
  427. "__type__": "cc.Sprite",
  428. "_name": "",
  429. "_objFlags": 0,
  430. "node": {
  431. "__id__": 9
  432. },
  433. "_enabled": true,
  434. "_srcBlendFactor": 770,
  435. "_dstBlendFactor": 771,
  436. "_spriteFrame": {
  437. "__uuid__": "67e68bc9-dad5-4ad9-a2d8-7e03d458e32f"
  438. },
  439. "_type": 1,
  440. "_sizeMode": 0,
  441. "_fillType": 0,
  442. "_fillCenter": {
  443. "__type__": "cc.Vec2",
  444. "x": 0,
  445. "y": 0
  446. },
  447. "_fillStart": 0,
  448. "_fillRange": 0,
  449. "_isTrimmedMode": true,
  450. "_state": 0,
  451. "_atlas": null,
  452. "_id": ""
  453. },
  454. {
  455. "__type__": "cc.PrefabInfo",
  456. "root": {
  457. "__id__": 1
  458. },
  459. "asset": {
  460. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  461. },
  462. "fileId": "4a2Azk6btO9KWBEpOrT98T",
  463. "sync": false
  464. },
  465. {
  466. "__type__": "cc.Sprite",
  467. "_name": "",
  468. "_objFlags": 0,
  469. "node": {
  470. "__id__": 5
  471. },
  472. "_enabled": true,
  473. "_srcBlendFactor": 770,
  474. "_dstBlendFactor": 771,
  475. "_spriteFrame": {
  476. "__uuid__": "88e79fd5-96b4-4a77-a1f4-312467171014"
  477. },
  478. "_type": 1,
  479. "_sizeMode": 0,
  480. "_fillType": 0,
  481. "_fillCenter": {
  482. "__type__": "cc.Vec2",
  483. "x": 0,
  484. "y": 0
  485. },
  486. "_fillStart": 0,
  487. "_fillRange": 0,
  488. "_isTrimmedMode": true,
  489. "_state": 0,
  490. "_atlas": null,
  491. "_id": ""
  492. },
  493. {
  494. "__type__": "cc.ProgressBar",
  495. "_name": "",
  496. "_objFlags": 0,
  497. "node": {
  498. "__id__": 5
  499. },
  500. "_enabled": true,
  501. "_N$totalLength": 300,
  502. "_N$barSprite": {
  503. "__id__": 10
  504. },
  505. "_N$mode": 0,
  506. "_N$progress": 0,
  507. "_N$reverse": false,
  508. "_id": ""
  509. },
  510. {
  511. "__type__": "cc.PrefabInfo",
  512. "root": {
  513. "__id__": 1
  514. },
  515. "asset": {
  516. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  517. },
  518. "fileId": "4dAYySEv9P3J/PHR5Mgc0e",
  519. "sync": false
  520. },
  521. {
  522. "__type__": "cc.Node",
  523. "_name": "button",
  524. "_objFlags": 0,
  525. "_parent": {
  526. "__id__": 1
  527. },
  528. "_children": [
  529. {
  530. "__id__": 16
  531. }
  532. ],
  533. "_active": true,
  534. "_level": 2,
  535. "_components": [
  536. {
  537. "__id__": 19
  538. },
  539. {
  540. "__id__": 20
  541. }
  542. ],
  543. "_prefab": {
  544. "__id__": 21
  545. },
  546. "_opacity": 255,
  547. "_color": {
  548. "__type__": "cc.Color",
  549. "r": 255,
  550. "g": 255,
  551. "b": 255,
  552. "a": 255
  553. },
  554. "_contentSize": {
  555. "__type__": "cc.Size",
  556. "width": 100,
  557. "height": 40
  558. },
  559. "_anchorPoint": {
  560. "__type__": "cc.Vec2",
  561. "x": 0.5,
  562. "y": 0.5
  563. },
  564. "_position": {
  565. "__type__": "cc.Vec3",
  566. "x": -487,
  567. "y": -333,
  568. "z": 0
  569. },
  570. "_scale": {
  571. "__type__": "cc.Vec3",
  572. "x": 1,
  573. "y": 1,
  574. "z": 1
  575. },
  576. "_quat": {
  577. "__type__": "cc.Quat",
  578. "x": 0,
  579. "y": 0,
  580. "z": 0,
  581. "w": 1
  582. },
  583. "_skewX": 0,
  584. "_skewY": 0,
  585. "_zIndex": 0,
  586. "_is3DNode": false,
  587. "groupIndex": 0,
  588. "_rotationX": 0,
  589. "_rotationY": 0,
  590. "_id": ""
  591. },
  592. {
  593. "__type__": "cc.Node",
  594. "_name": "Label",
  595. "_objFlags": 0,
  596. "_parent": {
  597. "__id__": 15
  598. },
  599. "_children": [],
  600. "_active": true,
  601. "_level": 0,
  602. "_components": [
  603. {
  604. "__id__": 17
  605. }
  606. ],
  607. "_prefab": {
  608. "__id__": 18
  609. },
  610. "_opacity": 255,
  611. "_color": {
  612. "__type__": "cc.Color",
  613. "r": 0,
  614. "g": 0,
  615. "b": 0,
  616. "a": 255
  617. },
  618. "_contentSize": {
  619. "__type__": "cc.Size",
  620. "width": 100,
  621. "height": 40
  622. },
  623. "_anchorPoint": {
  624. "__type__": "cc.Vec2",
  625. "x": 0.5,
  626. "y": 0.5
  627. },
  628. "_position": {
  629. "__type__": "cc.Vec3",
  630. "x": 0,
  631. "y": 0,
  632. "z": 0
  633. },
  634. "_scale": {
  635. "__type__": "cc.Vec3",
  636. "x": 1,
  637. "y": 1,
  638. "z": 1
  639. },
  640. "_quat": {
  641. "__type__": "cc.Quat",
  642. "x": 0,
  643. "y": 0,
  644. "z": 0,
  645. "w": 1
  646. },
  647. "_skewX": 0,
  648. "_skewY": 0,
  649. "_zIndex": 0,
  650. "_is3DNode": false,
  651. "groupIndex": 0,
  652. "_rotationX": 0,
  653. "_rotationY": 0,
  654. "_id": ""
  655. },
  656. {
  657. "__type__": "cc.Label",
  658. "_name": "",
  659. "_objFlags": 0,
  660. "node": {
  661. "__id__": 16
  662. },
  663. "_enabled": true,
  664. "_srcBlendFactor": 1,
  665. "_dstBlendFactor": 771,
  666. "_useOriginalSize": false,
  667. "_string": "播放",
  668. "_N$string": "播放",
  669. "_fontSize": 20,
  670. "_lineHeight": 40,
  671. "_enableWrapText": false,
  672. "_N$file": null,
  673. "_isSystemFontUsed": true,
  674. "_spacingX": 0,
  675. "_N$horizontalAlign": 1,
  676. "_N$verticalAlign": 1,
  677. "_N$fontFamily": "Arial",
  678. "_N$overflow": 1,
  679. "_id": ""
  680. },
  681. {
  682. "__type__": "cc.PrefabInfo",
  683. "root": {
  684. "__id__": 1
  685. },
  686. "asset": {
  687. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  688. },
  689. "fileId": "76O3iY3AZODKNXyVavB28v",
  690. "sync": false
  691. },
  692. {
  693. "__type__": "cc.Sprite",
  694. "_name": "",
  695. "_objFlags": 0,
  696. "node": {
  697. "__id__": 15
  698. },
  699. "_enabled": true,
  700. "_srcBlendFactor": 770,
  701. "_dstBlendFactor": 771,
  702. "_spriteFrame": {
  703. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  704. },
  705. "_type": 1,
  706. "_sizeMode": 0,
  707. "_fillType": 0,
  708. "_fillCenter": {
  709. "__type__": "cc.Vec2",
  710. "x": 0,
  711. "y": 0
  712. },
  713. "_fillStart": 0,
  714. "_fillRange": 0,
  715. "_isTrimmedMode": true,
  716. "_state": 0,
  717. "_atlas": null,
  718. "_id": ""
  719. },
  720. {
  721. "__type__": "cc.Button",
  722. "_name": "",
  723. "_objFlags": 0,
  724. "node": {
  725. "__id__": 15
  726. },
  727. "_enabled": true,
  728. "duration": 0.1,
  729. "zoomScale": 1.2,
  730. "clickEvents": [],
  731. "_N$interactable": true,
  732. "_N$enableAutoGrayEffect": false,
  733. "_N$transition": 2,
  734. "transition": 2,
  735. "_N$normalColor": {
  736. "__type__": "cc.Color",
  737. "r": 255,
  738. "g": 255,
  739. "b": 255,
  740. "a": 255
  741. },
  742. "_N$pressedColor": {
  743. "__type__": "cc.Color",
  744. "r": 255,
  745. "g": 255,
  746. "b": 255,
  747. "a": 255
  748. },
  749. "pressedColor": {
  750. "__type__": "cc.Color",
  751. "r": 255,
  752. "g": 255,
  753. "b": 255,
  754. "a": 255
  755. },
  756. "_N$hoverColor": {
  757. "__type__": "cc.Color",
  758. "r": 255,
  759. "g": 255,
  760. "b": 255,
  761. "a": 255
  762. },
  763. "hoverColor": {
  764. "__type__": "cc.Color",
  765. "r": 255,
  766. "g": 255,
  767. "b": 255,
  768. "a": 255
  769. },
  770. "_N$disabledColor": {
  771. "__type__": "cc.Color",
  772. "r": 255,
  773. "g": 255,
  774. "b": 255,
  775. "a": 255
  776. },
  777. "_N$normalSprite": {
  778. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  779. },
  780. "_N$pressedSprite": {
  781. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  782. },
  783. "pressedSprite": {
  784. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  785. },
  786. "_N$hoverSprite": {
  787. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  788. },
  789. "hoverSprite": {
  790. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  791. },
  792. "_N$disabledSprite": {
  793. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  794. },
  795. "_N$target": {
  796. "__id__": 15
  797. },
  798. "_id": ""
  799. },
  800. {
  801. "__type__": "cc.PrefabInfo",
  802. "root": {
  803. "__id__": 1
  804. },
  805. "asset": {
  806. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  807. },
  808. "fileId": "adF0M5qI1GnJO8mlw+9zHH",
  809. "sync": false
  810. },
  811. {
  812. "__type__": "cc.Node",
  813. "_name": "label",
  814. "_objFlags": 0,
  815. "_parent": {
  816. "__id__": 1
  817. },
  818. "_children": [],
  819. "_active": true,
  820. "_level": 2,
  821. "_components": [
  822. {
  823. "__id__": 23
  824. }
  825. ],
  826. "_prefab": {
  827. "__id__": 24
  828. },
  829. "_opacity": 255,
  830. "_color": {
  831. "__type__": "cc.Color",
  832. "r": 255,
  833. "g": 255,
  834. "b": 255,
  835. "a": 255
  836. },
  837. "_contentSize": {
  838. "__type__": "cc.Size",
  839. "width": 100.1,
  840. "height": 40
  841. },
  842. "_anchorPoint": {
  843. "__type__": "cc.Vec2",
  844. "x": 0.5,
  845. "y": 0.5
  846. },
  847. "_position": {
  848. "__type__": "cc.Vec3",
  849. "x": -304,
  850. "y": -333,
  851. "z": 0
  852. },
  853. "_scale": {
  854. "__type__": "cc.Vec3",
  855. "x": 1,
  856. "y": 1,
  857. "z": 1
  858. },
  859. "_quat": {
  860. "__type__": "cc.Quat",
  861. "x": 0,
  862. "y": 0,
  863. "z": 0,
  864. "w": 1
  865. },
  866. "_skewX": 0,
  867. "_skewY": 0,
  868. "_zIndex": 0,
  869. "_is3DNode": false,
  870. "groupIndex": 0,
  871. "_rotationX": 0,
  872. "_rotationY": 0,
  873. "_id": ""
  874. },
  875. {
  876. "__type__": "cc.Label",
  877. "_name": "",
  878. "_objFlags": 0,
  879. "node": {
  880. "__id__": 22
  881. },
  882. "_enabled": true,
  883. "_srcBlendFactor": 1,
  884. "_dstBlendFactor": 771,
  885. "_useOriginalSize": false,
  886. "_string": "00:00",
  887. "_N$string": "00:00",
  888. "_fontSize": 40,
  889. "_lineHeight": 40,
  890. "_enableWrapText": true,
  891. "_N$file": null,
  892. "_isSystemFontUsed": true,
  893. "_spacingX": 0,
  894. "_N$horizontalAlign": 1,
  895. "_N$verticalAlign": 1,
  896. "_N$fontFamily": "Arial",
  897. "_N$overflow": 0,
  898. "_id": ""
  899. },
  900. {
  901. "__type__": "cc.PrefabInfo",
  902. "root": {
  903. "__id__": 1
  904. },
  905. "asset": {
  906. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  907. },
  908. "fileId": "e8lop8pfhFI5rbgpGDvi3K",
  909. "sync": false
  910. },
  911. {
  912. "__type__": "cc.Node",
  913. "_name": "label",
  914. "_objFlags": 0,
  915. "_parent": {
  916. "__id__": 1
  917. },
  918. "_children": [],
  919. "_active": true,
  920. "_level": 2,
  921. "_components": [
  922. {
  923. "__id__": 26
  924. }
  925. ],
  926. "_prefab": {
  927. "__id__": 27
  928. },
  929. "_opacity": 255,
  930. "_color": {
  931. "__type__": "cc.Color",
  932. "r": 255,
  933. "g": 255,
  934. "b": 255,
  935. "a": 255
  936. },
  937. "_contentSize": {
  938. "__type__": "cc.Size",
  939. "width": 100.1,
  940. "height": 40
  941. },
  942. "_anchorPoint": {
  943. "__type__": "cc.Vec2",
  944. "x": 0.5,
  945. "y": 0.5
  946. },
  947. "_position": {
  948. "__type__": "cc.Vec3",
  949. "x": 268,
  950. "y": -333,
  951. "z": 0
  952. },
  953. "_scale": {
  954. "__type__": "cc.Vec3",
  955. "x": 1,
  956. "y": 1,
  957. "z": 1
  958. },
  959. "_quat": {
  960. "__type__": "cc.Quat",
  961. "x": 0,
  962. "y": 0,
  963. "z": 0,
  964. "w": 1
  965. },
  966. "_skewX": 0,
  967. "_skewY": 0,
  968. "_zIndex": 0,
  969. "_is3DNode": false,
  970. "groupIndex": 0,
  971. "_rotationX": 0,
  972. "_rotationY": 0,
  973. "_id": ""
  974. },
  975. {
  976. "__type__": "cc.Label",
  977. "_name": "",
  978. "_objFlags": 0,
  979. "node": {
  980. "__id__": 25
  981. },
  982. "_enabled": true,
  983. "_srcBlendFactor": 1,
  984. "_dstBlendFactor": 771,
  985. "_useOriginalSize": false,
  986. "_string": "00:00",
  987. "_N$string": "00:00",
  988. "_fontSize": 40,
  989. "_lineHeight": 40,
  990. "_enableWrapText": true,
  991. "_N$file": null,
  992. "_isSystemFontUsed": true,
  993. "_spacingX": 0,
  994. "_N$horizontalAlign": 1,
  995. "_N$verticalAlign": 1,
  996. "_N$fontFamily": "Arial",
  997. "_N$overflow": 0,
  998. "_id": ""
  999. },
  1000. {
  1001. "__type__": "cc.PrefabInfo",
  1002. "root": {
  1003. "__id__": 1
  1004. },
  1005. "asset": {
  1006. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  1007. },
  1008. "fileId": "3dqu3K+khCb7x1v+1LAEc9",
  1009. "sync": false
  1010. },
  1011. {
  1012. "__type__": "81458IGGfxGHbuM7RMjJ7yn",
  1013. "_name": "",
  1014. "_objFlags": 0,
  1015. "node": {
  1016. "__id__": 1
  1017. },
  1018. "_enabled": true,
  1019. "root_view": {
  1020. "__id__": 1
  1021. },
  1022. "player": {
  1023. "__id__": 3
  1024. },
  1025. "seekbar": {
  1026. "__id__": 13
  1027. },
  1028. "btn_click": {
  1029. "__id__": 20
  1030. },
  1031. "btn_click_text": {
  1032. "__id__": 17
  1033. },
  1034. "player_currentTime": {
  1035. "__id__": 23
  1036. },
  1037. "player_duration": {
  1038. "__id__": 26
  1039. },
  1040. "_id": ""
  1041. },
  1042. {
  1043. "__type__": "cc.PrefabInfo",
  1044. "root": {
  1045. "__id__": 1
  1046. },
  1047. "asset": {
  1048. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  1049. },
  1050. "fileId": "1aeazqIL5CtYrrNPvAStiY",
  1051. "sync": false
  1052. }
  1053. ]