play.fire 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_objFlags": 0,
  14. "_parent": null,
  15. "_children": [
  16. {
  17. "__id__": 2
  18. }
  19. ],
  20. "_active": false,
  21. "_level": 0,
  22. "_components": [],
  23. "_prefab": null,
  24. "_opacity": 255,
  25. "_color": {
  26. "__type__": "cc.Color",
  27. "r": 255,
  28. "g": 255,
  29. "b": 255,
  30. "a": 255
  31. },
  32. "_contentSize": {
  33. "__type__": "cc.Size",
  34. "width": 0,
  35. "height": 0
  36. },
  37. "_anchorPoint": {
  38. "__type__": "cc.Vec2",
  39. "x": 0,
  40. "y": 0
  41. },
  42. "_scale": {
  43. "__type__": "cc.Vec3",
  44. "x": 1,
  45. "y": 1,
  46. "z": 1
  47. },
  48. "_quat": {
  49. "__type__": "cc.Quat",
  50. "x": 0,
  51. "y": 0,
  52. "z": 0,
  53. "w": 1
  54. },
  55. "_zIndex": 0,
  56. "_is3DNode": true,
  57. "groupIndex": 0,
  58. "autoReleaseAssets": false,
  59. "_id": "bf06196c-d4a7-4300-b10d-0af1c5530110"
  60. },
  61. {
  62. "__type__": "cc.Node",
  63. "_name": "Canvas",
  64. "_objFlags": 0,
  65. "_parent": {
  66. "__id__": 1
  67. },
  68. "_children": [
  69. {
  70. "__id__": 3
  71. },
  72. {
  73. "__id__": 5
  74. }
  75. ],
  76. "_active": true,
  77. "_level": 1,
  78. "_components": [
  79. {
  80. "__id__": 34
  81. }
  82. ],
  83. "_prefab": null,
  84. "_opacity": 255,
  85. "_color": {
  86. "__type__": "cc.Color",
  87. "r": 255,
  88. "g": 255,
  89. "b": 255,
  90. "a": 255
  91. },
  92. "_contentSize": {
  93. "__type__": "cc.Size",
  94. "width": 1280,
  95. "height": 720
  96. },
  97. "_anchorPoint": {
  98. "__type__": "cc.Vec2",
  99. "x": 0.5,
  100. "y": 0.5
  101. },
  102. "_position": {
  103. "__type__": "cc.Vec3",
  104. "x": 640,
  105. "y": 360,
  106. "z": 0
  107. },
  108. "_scale": {
  109. "__type__": "cc.Vec3",
  110. "x": 1,
  111. "y": 1,
  112. "z": 1
  113. },
  114. "_quat": {
  115. "__type__": "cc.Quat",
  116. "x": 0,
  117. "y": 0,
  118. "z": 0,
  119. "w": 1
  120. },
  121. "_skewX": 0,
  122. "_skewY": 0,
  123. "_zIndex": 0,
  124. "_is3DNode": false,
  125. "groupIndex": 0,
  126. "_id": "02lAZnpypHfrZAEq2SsSkd"
  127. },
  128. {
  129. "__type__": "cc.Node",
  130. "_name": "Main Camera",
  131. "_objFlags": 0,
  132. "_parent": {
  133. "__id__": 2
  134. },
  135. "_children": [],
  136. "_active": true,
  137. "_level": 1,
  138. "_components": [
  139. {
  140. "__id__": 4
  141. }
  142. ],
  143. "_prefab": null,
  144. "_opacity": 255,
  145. "_color": {
  146. "__type__": "cc.Color",
  147. "r": 255,
  148. "g": 255,
  149. "b": 255,
  150. "a": 255
  151. },
  152. "_contentSize": {
  153. "__type__": "cc.Size",
  154. "width": 0,
  155. "height": 0
  156. },
  157. "_anchorPoint": {
  158. "__type__": "cc.Vec2",
  159. "x": 0.5,
  160. "y": 0.5
  161. },
  162. "_position": {
  163. "__type__": "cc.Vec3",
  164. "x": 0,
  165. "y": 0,
  166. "z": 0
  167. },
  168. "_scale": {
  169. "__type__": "cc.Vec3",
  170. "x": 1,
  171. "y": 1,
  172. "z": 1
  173. },
  174. "_quat": {
  175. "__type__": "cc.Quat",
  176. "x": 0,
  177. "y": 0,
  178. "z": 0,
  179. "w": 1
  180. },
  181. "_skewX": 0,
  182. "_skewY": 0,
  183. "_zIndex": 0,
  184. "_is3DNode": false,
  185. "groupIndex": 0,
  186. "_id": "3dBHJPdjRB660S20sTg5fm"
  187. },
  188. {
  189. "__type__": "cc.Camera",
  190. "_name": "",
  191. "_objFlags": 0,
  192. "node": {
  193. "__id__": 3
  194. },
  195. "_enabled": true,
  196. "_cullingMask": 4294967295,
  197. "_clearFlags": 7,
  198. "_backgroundColor": {
  199. "__type__": "cc.Color",
  200. "r": 0,
  201. "g": 0,
  202. "b": 0,
  203. "a": 255
  204. },
  205. "_depth": -1,
  206. "_zoomRatio": 1,
  207. "_targetTexture": null,
  208. "_fov": 60,
  209. "_orthoSize": 10,
  210. "_nearClip": 0.1,
  211. "_farClip": 4096,
  212. "_ortho": true,
  213. "_rect": {
  214. "__type__": "cc.Rect",
  215. "x": 0,
  216. "y": 0,
  217. "width": 1,
  218. "height": 1
  219. },
  220. "_id": "42/ykwfEdAbbl36nj87TvE"
  221. },
  222. {
  223. "__type__": "cc.Node",
  224. "_name": "video",
  225. "_objFlags": 0,
  226. "_parent": {
  227. "__id__": 2
  228. },
  229. "_children": [
  230. {
  231. "__id__": 6
  232. },
  233. {
  234. "__id__": 9
  235. },
  236. {
  237. "__id__": 19
  238. },
  239. {
  240. "__id__": 26
  241. },
  242. {
  243. "__id__": 29
  244. }
  245. ],
  246. "_active": true,
  247. "_level": 1,
  248. "_components": [
  249. {
  250. "__id__": 32
  251. }
  252. ],
  253. "_prefab": {
  254. "__id__": 33
  255. },
  256. "_opacity": 255,
  257. "_color": {
  258. "__type__": "cc.Color",
  259. "r": 255,
  260. "g": 255,
  261. "b": 255,
  262. "a": 255
  263. },
  264. "_contentSize": {
  265. "__type__": "cc.Size",
  266. "width": 1280,
  267. "height": 720
  268. },
  269. "_anchorPoint": {
  270. "__type__": "cc.Vec2",
  271. "x": 0.5,
  272. "y": 0.5
  273. },
  274. "_position": {
  275. "__type__": "cc.Vec3",
  276. "x": 0,
  277. "y": 0,
  278. "z": 0
  279. },
  280. "_scale": {
  281. "__type__": "cc.Vec3",
  282. "x": 1,
  283. "y": 1,
  284. "z": 1
  285. },
  286. "_quat": {
  287. "__type__": "cc.Quat",
  288. "x": 0,
  289. "y": 0,
  290. "z": 0,
  291. "w": 1
  292. },
  293. "_skewX": 0,
  294. "_skewY": 0,
  295. "_zIndex": 0,
  296. "_is3DNode": false,
  297. "groupIndex": 0,
  298. "_id": "1aeazqIL5CtYrrNPvAStiY"
  299. },
  300. {
  301. "__type__": "cc.Node",
  302. "_name": "videoplayer",
  303. "_objFlags": 0,
  304. "_parent": {
  305. "__id__": 5
  306. },
  307. "_children": [],
  308. "_active": true,
  309. "_level": 2,
  310. "_components": [
  311. {
  312. "__id__": 7
  313. }
  314. ],
  315. "_prefab": {
  316. "__id__": 8
  317. },
  318. "_opacity": 255,
  319. "_color": {
  320. "__type__": "cc.Color",
  321. "r": 255,
  322. "g": 255,
  323. "b": 255,
  324. "a": 255
  325. },
  326. "_contentSize": {
  327. "__type__": "cc.Size",
  328. "width": 1280,
  329. "height": 660
  330. },
  331. "_anchorPoint": {
  332. "__type__": "cc.Vec2",
  333. "x": 0.5,
  334. "y": 0.5
  335. },
  336. "_position": {
  337. "__type__": "cc.Vec3",
  338. "x": 0,
  339. "y": 29,
  340. "z": 0
  341. },
  342. "_scale": {
  343. "__type__": "cc.Vec3",
  344. "x": 1,
  345. "y": 1,
  346. "z": 1
  347. },
  348. "_quat": {
  349. "__type__": "cc.Quat",
  350. "x": 0,
  351. "y": 0,
  352. "z": 0,
  353. "w": 1
  354. },
  355. "_skewX": 0,
  356. "_skewY": 0,
  357. "_zIndex": 0,
  358. "_is3DNode": false,
  359. "groupIndex": 0,
  360. "_rotationX": 0,
  361. "_rotationY": 0,
  362. "_id": "36dw6k+95KBojvYsRrwgHj"
  363. },
  364. {
  365. "__type__": "cc.VideoPlayer",
  366. "_name": "",
  367. "_objFlags": 0,
  368. "node": {
  369. "__id__": 6
  370. },
  371. "_enabled": true,
  372. "_resourceType": 0,
  373. "_remoteURL": "http://efunimgs.ai160.com/ott/test/002tPr2Xlx07oP7B4ro40104120022hP0k010.mp4",
  374. "_clip": {
  375. "__uuid__": "2be36297-9abb-4fee-8049-9ed5e271da8a"
  376. },
  377. "_volume": 1,
  378. "_mute": false,
  379. "videoPlayerEvent": [],
  380. "_N$keepAspectRatio": true,
  381. "_N$isFullscreen": false,
  382. "_id": "2axtZTHXpH1ouzKzneg8B7"
  383. },
  384. {
  385. "__type__": "cc.PrefabInfo",
  386. "root": {
  387. "__id__": 5
  388. },
  389. "asset": {
  390. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  391. },
  392. "fileId": "36dw6k+95KBojvYsRrwgHj",
  393. "sync": false
  394. },
  395. {
  396. "__type__": "cc.Node",
  397. "_name": "progressBar",
  398. "_objFlags": 0,
  399. "_parent": {
  400. "__id__": 5
  401. },
  402. "_children": [
  403. {
  404. "__id__": 10
  405. },
  406. {
  407. "__id__": 13
  408. }
  409. ],
  410. "_active": true,
  411. "_level": 2,
  412. "_components": [
  413. {
  414. "__id__": 16
  415. },
  416. {
  417. "__id__": 17
  418. }
  419. ],
  420. "_prefab": {
  421. "__id__": 18
  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": 300,
  434. "height": 15
  435. },
  436. "_anchorPoint": {
  437. "__type__": "cc.Vec2",
  438. "x": 0.5,
  439. "y": 0.5
  440. },
  441. "_position": {
  442. "__type__": "cc.Vec3",
  443. "x": -24,
  444. "y": -332,
  445. "z": 0
  446. },
  447. "_scale": {
  448. "__type__": "cc.Vec3",
  449. "x": 1,
  450. "y": 1,
  451. "z": 1
  452. },
  453. "_quat": {
  454. "__type__": "cc.Quat",
  455. "x": 0,
  456. "y": 0,
  457. "z": 0,
  458. "w": 1
  459. },
  460. "_skewX": 0,
  461. "_skewY": 0,
  462. "_zIndex": 0,
  463. "_is3DNode": false,
  464. "groupIndex": 0,
  465. "_rotationX": 0,
  466. "_rotationY": 0,
  467. "_id": "4dAYySEv9P3J/PHR5Mgc0e"
  468. },
  469. {
  470. "__type__": "cc.Node",
  471. "_name": "bar",
  472. "_objFlags": 0,
  473. "_parent": {
  474. "__id__": 9
  475. },
  476. "_children": [],
  477. "_active": true,
  478. "_level": 0,
  479. "_components": [
  480. {
  481. "__id__": 11
  482. }
  483. ],
  484. "_prefab": {
  485. "__id__": 12
  486. },
  487. "_opacity": 255,
  488. "_color": {
  489. "__type__": "cc.Color",
  490. "r": 23,
  491. "g": 11,
  492. "b": 182,
  493. "a": 255
  494. },
  495. "_contentSize": {
  496. "__type__": "cc.Size",
  497. "width": 300,
  498. "height": 15
  499. },
  500. "_anchorPoint": {
  501. "__type__": "cc.Vec2",
  502. "x": 0,
  503. "y": 0.5
  504. },
  505. "_position": {
  506. "__type__": "cc.Vec3",
  507. "x": -150,
  508. "y": 0,
  509. "z": 0
  510. },
  511. "_scale": {
  512. "__type__": "cc.Vec3",
  513. "x": 1,
  514. "y": 1,
  515. "z": 1
  516. },
  517. "_quat": {
  518. "__type__": "cc.Quat",
  519. "x": 0,
  520. "y": 0,
  521. "z": 0,
  522. "w": 1
  523. },
  524. "_skewX": 0,
  525. "_skewY": 0,
  526. "_zIndex": 0,
  527. "_is3DNode": false,
  528. "groupIndex": 0,
  529. "_rotationX": 0,
  530. "_rotationY": 0,
  531. "_id": "8519ChZR1O6o4e33IKwGI5"
  532. },
  533. {
  534. "__type__": "cc.Sprite",
  535. "_name": "",
  536. "_objFlags": 0,
  537. "node": {
  538. "__id__": 10
  539. },
  540. "_enabled": true,
  541. "_srcBlendFactor": 770,
  542. "_dstBlendFactor": 771,
  543. "_spriteFrame": {
  544. "__uuid__": "67e68bc9-dad5-4ad9-a2d8-7e03d458e32f"
  545. },
  546. "_type": 1,
  547. "_sizeMode": 0,
  548. "_fillType": 0,
  549. "_fillCenter": {
  550. "__type__": "cc.Vec2",
  551. "x": 0,
  552. "y": 0
  553. },
  554. "_fillStart": 0,
  555. "_fillRange": 0,
  556. "_isTrimmedMode": true,
  557. "_state": 0,
  558. "_atlas": null,
  559. "_id": "a7Et6nYllOCbCNw8gAatwI"
  560. },
  561. {
  562. "__type__": "cc.PrefabInfo",
  563. "root": {
  564. "__id__": 5
  565. },
  566. "asset": {
  567. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  568. },
  569. "fileId": "8519ChZR1O6o4e33IKwGI5",
  570. "sync": false
  571. },
  572. {
  573. "__type__": "cc.Node",
  574. "_name": "New Sprite(Splash)",
  575. "_objFlags": 0,
  576. "_parent": {
  577. "__id__": 9
  578. },
  579. "_children": [],
  580. "_active": true,
  581. "_level": 3,
  582. "_components": [
  583. {
  584. "__id__": 14
  585. }
  586. ],
  587. "_prefab": {
  588. "__id__": 15
  589. },
  590. "_opacity": 255,
  591. "_color": {
  592. "__type__": "cc.Color",
  593. "r": 183,
  594. "g": 49,
  595. "b": 17,
  596. "a": 255
  597. },
  598. "_contentSize": {
  599. "__type__": "cc.Size",
  600. "width": 0,
  601. "height": 15
  602. },
  603. "_anchorPoint": {
  604. "__type__": "cc.Vec2",
  605. "x": 0,
  606. "y": 0.5
  607. },
  608. "_position": {
  609. "__type__": "cc.Vec3",
  610. "x": -150,
  611. "y": 0,
  612. "z": 0
  613. },
  614. "_scale": {
  615. "__type__": "cc.Vec3",
  616. "x": 1,
  617. "y": 1,
  618. "z": 1
  619. },
  620. "_quat": {
  621. "__type__": "cc.Quat",
  622. "x": 0,
  623. "y": 0,
  624. "z": 0,
  625. "w": 1
  626. },
  627. "_skewX": 0,
  628. "_skewY": 0,
  629. "_zIndex": 0,
  630. "_is3DNode": false,
  631. "groupIndex": 0,
  632. "_rotationX": 0,
  633. "_rotationY": 0,
  634. "_id": "4a2Azk6btO9KWBEpOrT98T"
  635. },
  636. {
  637. "__type__": "cc.Sprite",
  638. "_name": "",
  639. "_objFlags": 0,
  640. "node": {
  641. "__id__": 13
  642. },
  643. "_enabled": true,
  644. "_srcBlendFactor": 770,
  645. "_dstBlendFactor": 771,
  646. "_spriteFrame": {
  647. "__uuid__": "67e68bc9-dad5-4ad9-a2d8-7e03d458e32f"
  648. },
  649. "_type": 1,
  650. "_sizeMode": 0,
  651. "_fillType": 0,
  652. "_fillCenter": {
  653. "__type__": "cc.Vec2",
  654. "x": 0,
  655. "y": 0
  656. },
  657. "_fillStart": 0,
  658. "_fillRange": 0,
  659. "_isTrimmedMode": true,
  660. "_state": 0,
  661. "_atlas": null,
  662. "_id": "f8NLnfr+BIR5md7I0g/rCS"
  663. },
  664. {
  665. "__type__": "cc.PrefabInfo",
  666. "root": {
  667. "__id__": 5
  668. },
  669. "asset": {
  670. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  671. },
  672. "fileId": "4a2Azk6btO9KWBEpOrT98T",
  673. "sync": false
  674. },
  675. {
  676. "__type__": "cc.Sprite",
  677. "_name": "",
  678. "_objFlags": 0,
  679. "node": {
  680. "__id__": 9
  681. },
  682. "_enabled": true,
  683. "_srcBlendFactor": 770,
  684. "_dstBlendFactor": 771,
  685. "_spriteFrame": {
  686. "__uuid__": "88e79fd5-96b4-4a77-a1f4-312467171014"
  687. },
  688. "_type": 1,
  689. "_sizeMode": 0,
  690. "_fillType": 0,
  691. "_fillCenter": {
  692. "__type__": "cc.Vec2",
  693. "x": 0,
  694. "y": 0
  695. },
  696. "_fillStart": 0,
  697. "_fillRange": 0,
  698. "_isTrimmedMode": true,
  699. "_state": 0,
  700. "_atlas": null,
  701. "_id": "7aMBSex+ZDWIwMmH2EGBN/"
  702. },
  703. {
  704. "__type__": "cc.ProgressBar",
  705. "_name": "",
  706. "_objFlags": 0,
  707. "node": {
  708. "__id__": 9
  709. },
  710. "_enabled": true,
  711. "_N$totalLength": 300,
  712. "_N$barSprite": {
  713. "__id__": 14
  714. },
  715. "_N$mode": 0,
  716. "_N$progress": 0,
  717. "_N$reverse": false,
  718. "_id": "01id55FrhC1bGSX70i75hu"
  719. },
  720. {
  721. "__type__": "cc.PrefabInfo",
  722. "root": {
  723. "__id__": 5
  724. },
  725. "asset": {
  726. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  727. },
  728. "fileId": "4dAYySEv9P3J/PHR5Mgc0e",
  729. "sync": false
  730. },
  731. {
  732. "__type__": "cc.Node",
  733. "_name": "button",
  734. "_objFlags": 0,
  735. "_parent": {
  736. "__id__": 5
  737. },
  738. "_children": [
  739. {
  740. "__id__": 20
  741. }
  742. ],
  743. "_active": true,
  744. "_level": 2,
  745. "_components": [
  746. {
  747. "__id__": 23
  748. },
  749. {
  750. "__id__": 24
  751. }
  752. ],
  753. "_prefab": {
  754. "__id__": 25
  755. },
  756. "_opacity": 255,
  757. "_color": {
  758. "__type__": "cc.Color",
  759. "r": 255,
  760. "g": 255,
  761. "b": 255,
  762. "a": 255
  763. },
  764. "_contentSize": {
  765. "__type__": "cc.Size",
  766. "width": 100,
  767. "height": 40
  768. },
  769. "_anchorPoint": {
  770. "__type__": "cc.Vec2",
  771. "x": 0.5,
  772. "y": 0.5
  773. },
  774. "_position": {
  775. "__type__": "cc.Vec3",
  776. "x": -487,
  777. "y": -333,
  778. "z": 0
  779. },
  780. "_scale": {
  781. "__type__": "cc.Vec3",
  782. "x": 1,
  783. "y": 1,
  784. "z": 1
  785. },
  786. "_quat": {
  787. "__type__": "cc.Quat",
  788. "x": 0,
  789. "y": 0,
  790. "z": 0,
  791. "w": 1
  792. },
  793. "_skewX": 0,
  794. "_skewY": 0,
  795. "_zIndex": 0,
  796. "_is3DNode": false,
  797. "groupIndex": 0,
  798. "_rotationX": 0,
  799. "_rotationY": 0,
  800. "_id": "adF0M5qI1GnJO8mlw+9zHH"
  801. },
  802. {
  803. "__type__": "cc.Node",
  804. "_name": "Label",
  805. "_objFlags": 0,
  806. "_parent": {
  807. "__id__": 19
  808. },
  809. "_children": [],
  810. "_active": true,
  811. "_level": 0,
  812. "_components": [
  813. {
  814. "__id__": 21
  815. }
  816. ],
  817. "_prefab": {
  818. "__id__": 22
  819. },
  820. "_opacity": 255,
  821. "_color": {
  822. "__type__": "cc.Color",
  823. "r": 0,
  824. "g": 0,
  825. "b": 0,
  826. "a": 255
  827. },
  828. "_contentSize": {
  829. "__type__": "cc.Size",
  830. "width": 100,
  831. "height": 40
  832. },
  833. "_anchorPoint": {
  834. "__type__": "cc.Vec2",
  835. "x": 0.5,
  836. "y": 0.5
  837. },
  838. "_position": {
  839. "__type__": "cc.Vec3",
  840. "x": 0,
  841. "y": 0,
  842. "z": 0
  843. },
  844. "_scale": {
  845. "__type__": "cc.Vec3",
  846. "x": 1,
  847. "y": 1,
  848. "z": 1
  849. },
  850. "_quat": {
  851. "__type__": "cc.Quat",
  852. "x": 0,
  853. "y": 0,
  854. "z": 0,
  855. "w": 1
  856. },
  857. "_skewX": 0,
  858. "_skewY": 0,
  859. "_zIndex": 0,
  860. "_is3DNode": false,
  861. "groupIndex": 0,
  862. "_rotationX": 0,
  863. "_rotationY": 0,
  864. "_id": "76O3iY3AZODKNXyVavB28v"
  865. },
  866. {
  867. "__type__": "cc.Label",
  868. "_name": "",
  869. "_objFlags": 0,
  870. "node": {
  871. "__id__": 20
  872. },
  873. "_enabled": true,
  874. "_srcBlendFactor": 1,
  875. "_dstBlendFactor": 771,
  876. "_useOriginalSize": false,
  877. "_string": "播放",
  878. "_N$string": "播放",
  879. "_fontSize": 20,
  880. "_lineHeight": 40,
  881. "_enableWrapText": false,
  882. "_N$file": null,
  883. "_isSystemFontUsed": true,
  884. "_spacingX": 0,
  885. "_N$horizontalAlign": 1,
  886. "_N$verticalAlign": 1,
  887. "_N$fontFamily": "Arial",
  888. "_N$overflow": 1,
  889. "_id": "82XLwLGgdG4a8c4FGsks52"
  890. },
  891. {
  892. "__type__": "cc.PrefabInfo",
  893. "root": {
  894. "__id__": 5
  895. },
  896. "asset": {
  897. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  898. },
  899. "fileId": "76O3iY3AZODKNXyVavB28v",
  900. "sync": false
  901. },
  902. {
  903. "__type__": "cc.Sprite",
  904. "_name": "",
  905. "_objFlags": 0,
  906. "node": {
  907. "__id__": 19
  908. },
  909. "_enabled": true,
  910. "_srcBlendFactor": 770,
  911. "_dstBlendFactor": 771,
  912. "_spriteFrame": {
  913. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  914. },
  915. "_type": 1,
  916. "_sizeMode": 0,
  917. "_fillType": 0,
  918. "_fillCenter": {
  919. "__type__": "cc.Vec2",
  920. "x": 0,
  921. "y": 0
  922. },
  923. "_fillStart": 0,
  924. "_fillRange": 0,
  925. "_isTrimmedMode": true,
  926. "_state": 0,
  927. "_atlas": null,
  928. "_id": "179dtFAZFEeIh1q6xRWUZL"
  929. },
  930. {
  931. "__type__": "cc.Button",
  932. "_name": "",
  933. "_objFlags": 0,
  934. "node": {
  935. "__id__": 19
  936. },
  937. "_enabled": true,
  938. "duration": 0.1,
  939. "zoomScale": 1.2,
  940. "clickEvents": [],
  941. "_N$interactable": true,
  942. "_N$enableAutoGrayEffect": false,
  943. "_N$transition": 2,
  944. "transition": 2,
  945. "_N$normalColor": {
  946. "__type__": "cc.Color",
  947. "r": 255,
  948. "g": 255,
  949. "b": 255,
  950. "a": 255
  951. },
  952. "_N$pressedColor": {
  953. "__type__": "cc.Color",
  954. "r": 255,
  955. "g": 255,
  956. "b": 255,
  957. "a": 255
  958. },
  959. "pressedColor": {
  960. "__type__": "cc.Color",
  961. "r": 255,
  962. "g": 255,
  963. "b": 255,
  964. "a": 255
  965. },
  966. "_N$hoverColor": {
  967. "__type__": "cc.Color",
  968. "r": 255,
  969. "g": 255,
  970. "b": 255,
  971. "a": 255
  972. },
  973. "hoverColor": {
  974. "__type__": "cc.Color",
  975. "r": 255,
  976. "g": 255,
  977. "b": 255,
  978. "a": 255
  979. },
  980. "_N$disabledColor": {
  981. "__type__": "cc.Color",
  982. "r": 255,
  983. "g": 255,
  984. "b": 255,
  985. "a": 255
  986. },
  987. "_N$normalSprite": {
  988. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  989. },
  990. "_N$pressedSprite": {
  991. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  992. },
  993. "pressedSprite": {
  994. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  995. },
  996. "_N$hoverSprite": {
  997. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  998. },
  999. "hoverSprite": {
  1000. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1001. },
  1002. "_N$disabledSprite": {
  1003. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1004. },
  1005. "_N$target": {
  1006. "__id__": 19
  1007. },
  1008. "_id": "bfFJ7ce4NF+p2ctAatqLFq"
  1009. },
  1010. {
  1011. "__type__": "cc.PrefabInfo",
  1012. "root": {
  1013. "__id__": 5
  1014. },
  1015. "asset": {
  1016. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  1017. },
  1018. "fileId": "adF0M5qI1GnJO8mlw+9zHH",
  1019. "sync": false
  1020. },
  1021. {
  1022. "__type__": "cc.Node",
  1023. "_name": "label",
  1024. "_objFlags": 0,
  1025. "_parent": {
  1026. "__id__": 5
  1027. },
  1028. "_children": [],
  1029. "_active": true,
  1030. "_level": 2,
  1031. "_components": [
  1032. {
  1033. "__id__": 27
  1034. }
  1035. ],
  1036. "_prefab": {
  1037. "__id__": 28
  1038. },
  1039. "_opacity": 255,
  1040. "_color": {
  1041. "__type__": "cc.Color",
  1042. "r": 255,
  1043. "g": 255,
  1044. "b": 255,
  1045. "a": 255
  1046. },
  1047. "_contentSize": {
  1048. "__type__": "cc.Size",
  1049. "width": 100.1,
  1050. "height": 40
  1051. },
  1052. "_anchorPoint": {
  1053. "__type__": "cc.Vec2",
  1054. "x": 0.5,
  1055. "y": 0.5
  1056. },
  1057. "_position": {
  1058. "__type__": "cc.Vec3",
  1059. "x": -304,
  1060. "y": -333,
  1061. "z": 0
  1062. },
  1063. "_scale": {
  1064. "__type__": "cc.Vec3",
  1065. "x": 1,
  1066. "y": 1,
  1067. "z": 1
  1068. },
  1069. "_quat": {
  1070. "__type__": "cc.Quat",
  1071. "x": 0,
  1072. "y": 0,
  1073. "z": 0,
  1074. "w": 1
  1075. },
  1076. "_skewX": 0,
  1077. "_skewY": 0,
  1078. "_zIndex": 0,
  1079. "_is3DNode": false,
  1080. "groupIndex": 0,
  1081. "_rotationX": 0,
  1082. "_rotationY": 0,
  1083. "_id": "e8lop8pfhFI5rbgpGDvi3K"
  1084. },
  1085. {
  1086. "__type__": "cc.Label",
  1087. "_name": "",
  1088. "_objFlags": 0,
  1089. "node": {
  1090. "__id__": 26
  1091. },
  1092. "_enabled": true,
  1093. "_srcBlendFactor": 1,
  1094. "_dstBlendFactor": 771,
  1095. "_useOriginalSize": false,
  1096. "_string": "00:00",
  1097. "_N$string": "00:00",
  1098. "_fontSize": 40,
  1099. "_lineHeight": 40,
  1100. "_enableWrapText": true,
  1101. "_N$file": null,
  1102. "_isSystemFontUsed": true,
  1103. "_spacingX": 0,
  1104. "_N$horizontalAlign": 1,
  1105. "_N$verticalAlign": 1,
  1106. "_N$fontFamily": "Arial",
  1107. "_N$overflow": 0,
  1108. "_id": "1dXREkFGtLN7f3ZIH7ODaB"
  1109. },
  1110. {
  1111. "__type__": "cc.PrefabInfo",
  1112. "root": {
  1113. "__id__": 5
  1114. },
  1115. "asset": {
  1116. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  1117. },
  1118. "fileId": "e8lop8pfhFI5rbgpGDvi3K",
  1119. "sync": false
  1120. },
  1121. {
  1122. "__type__": "cc.Node",
  1123. "_name": "label",
  1124. "_objFlags": 0,
  1125. "_parent": {
  1126. "__id__": 5
  1127. },
  1128. "_children": [],
  1129. "_active": true,
  1130. "_level": 2,
  1131. "_components": [
  1132. {
  1133. "__id__": 30
  1134. }
  1135. ],
  1136. "_prefab": {
  1137. "__id__": 31
  1138. },
  1139. "_opacity": 255,
  1140. "_color": {
  1141. "__type__": "cc.Color",
  1142. "r": 255,
  1143. "g": 255,
  1144. "b": 255,
  1145. "a": 255
  1146. },
  1147. "_contentSize": {
  1148. "__type__": "cc.Size",
  1149. "width": 100.1,
  1150. "height": 40
  1151. },
  1152. "_anchorPoint": {
  1153. "__type__": "cc.Vec2",
  1154. "x": 0.5,
  1155. "y": 0.5
  1156. },
  1157. "_position": {
  1158. "__type__": "cc.Vec3",
  1159. "x": 268,
  1160. "y": -333,
  1161. "z": 0
  1162. },
  1163. "_scale": {
  1164. "__type__": "cc.Vec3",
  1165. "x": 1,
  1166. "y": 1,
  1167. "z": 1
  1168. },
  1169. "_quat": {
  1170. "__type__": "cc.Quat",
  1171. "x": 0,
  1172. "y": 0,
  1173. "z": 0,
  1174. "w": 1
  1175. },
  1176. "_skewX": 0,
  1177. "_skewY": 0,
  1178. "_zIndex": 0,
  1179. "_is3DNode": false,
  1180. "groupIndex": 0,
  1181. "_rotationX": 0,
  1182. "_rotationY": 0,
  1183. "_id": "3dqu3K+khCb7x1v+1LAEc9"
  1184. },
  1185. {
  1186. "__type__": "cc.Label",
  1187. "_name": "",
  1188. "_objFlags": 0,
  1189. "node": {
  1190. "__id__": 29
  1191. },
  1192. "_enabled": true,
  1193. "_srcBlendFactor": 1,
  1194. "_dstBlendFactor": 771,
  1195. "_useOriginalSize": false,
  1196. "_string": "00:00",
  1197. "_N$string": "00:00",
  1198. "_fontSize": 40,
  1199. "_lineHeight": 40,
  1200. "_enableWrapText": true,
  1201. "_N$file": null,
  1202. "_isSystemFontUsed": true,
  1203. "_spacingX": 0,
  1204. "_N$horizontalAlign": 1,
  1205. "_N$verticalAlign": 1,
  1206. "_N$fontFamily": "Arial",
  1207. "_N$overflow": 0,
  1208. "_id": "2epApBbHNPu4ESlaD8uwY/"
  1209. },
  1210. {
  1211. "__type__": "cc.PrefabInfo",
  1212. "root": {
  1213. "__id__": 5
  1214. },
  1215. "asset": {
  1216. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  1217. },
  1218. "fileId": "3dqu3K+khCb7x1v+1LAEc9",
  1219. "sync": false
  1220. },
  1221. {
  1222. "__type__": "81458IGGfxGHbuM7RMjJ7yn",
  1223. "_name": "",
  1224. "_objFlags": 0,
  1225. "node": {
  1226. "__id__": 5
  1227. },
  1228. "_enabled": true,
  1229. "root_view": {
  1230. "__id__": 5
  1231. },
  1232. "player": {
  1233. "__id__": 7
  1234. },
  1235. "seekbar": {
  1236. "__id__": 17
  1237. },
  1238. "btn_click": {
  1239. "__id__": 24
  1240. },
  1241. "btn_click_text": {
  1242. "__id__": 21
  1243. },
  1244. "player_currentTime": {
  1245. "__id__": 27
  1246. },
  1247. "player_duration": {
  1248. "__id__": 30
  1249. },
  1250. "_id": "37+uHsMQFHSJAJ/gCu7iWW"
  1251. },
  1252. {
  1253. "__type__": "cc.PrefabInfo",
  1254. "root": {
  1255. "__id__": 5
  1256. },
  1257. "asset": {
  1258. "__uuid__": "e1ec66bc-c658-47b3-954e-729ad9d6681a"
  1259. },
  1260. "fileId": "1aeazqIL5CtYrrNPvAStiY",
  1261. "sync": false
  1262. },
  1263. {
  1264. "__type__": "cc.Canvas",
  1265. "_name": "",
  1266. "_objFlags": 0,
  1267. "node": {
  1268. "__id__": 2
  1269. },
  1270. "_enabled": true,
  1271. "_designResolution": {
  1272. "__type__": "cc.Size",
  1273. "width": 1280,
  1274. "height": 720
  1275. },
  1276. "_fitWidth": false,
  1277. "_fitHeight": true,
  1278. "_id": "d8iqj/hW1DYoo2LyjBlyUg"
  1279. }
  1280. ]