RewardLuckBoxPanel.prefab 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713
  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. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "RewardLuckBoxPanel",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 7
  24. }
  25. ],
  26. "_active": true,
  27. "_level": 2,
  28. "_components": [
  29. {
  30. "__id__": 47
  31. },
  32. {
  33. "__id__": 48
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 49
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 1080,
  50. "height": 1920
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_quat": {
  58. "__type__": "cc.Quat",
  59. "x": 0,
  60. "y": 0,
  61. "z": 0,
  62. "w": 1
  63. },
  64. "_skewX": 0,
  65. "_skewY": 0,
  66. "groupIndex": 0,
  67. "_id": "",
  68. "_trs": {
  69. "__type__": "TypedArray",
  70. "ctor": "Float64Array",
  71. "array": [
  72. 0,
  73. 0,
  74. 0,
  75. 0,
  76. 0,
  77. 0,
  78. 1,
  79. 1,
  80. 1,
  81. 1
  82. ]
  83. }
  84. },
  85. {
  86. "__type__": "cc.Node",
  87. "_name": "Mask",
  88. "_objFlags": 0,
  89. "_parent": {
  90. "__id__": 1
  91. },
  92. "_children": [],
  93. "_active": true,
  94. "_level": 0,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. },
  99. {
  100. "__id__": 4
  101. },
  102. {
  103. "__id__": 5
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 6
  108. },
  109. "_opacity": 120,
  110. "_color": {
  111. "__type__": "cc.Color",
  112. "r": 0,
  113. "g": 0,
  114. "b": 0,
  115. "a": 255
  116. },
  117. "_contentSize": {
  118. "__type__": "cc.Size",
  119. "width": 1080,
  120. "height": 1920
  121. },
  122. "_anchorPoint": {
  123. "__type__": "cc.Vec2",
  124. "x": 0.5,
  125. "y": 0.5
  126. },
  127. "_quat": {
  128. "__type__": "cc.Quat",
  129. "x": 0,
  130. "y": 0,
  131. "z": 0,
  132. "w": 1
  133. },
  134. "_skewX": 0,
  135. "_skewY": 0,
  136. "groupIndex": 0,
  137. "_id": "",
  138. "_trs": {
  139. "__type__": "TypedArray",
  140. "ctor": "Float64Array",
  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. },
  155. {
  156. "__type__": "cc.Sprite",
  157. "_name": "",
  158. "_objFlags": 0,
  159. "node": {
  160. "__id__": 2
  161. },
  162. "_enabled": true,
  163. "_spriteFrame": {
  164. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  165. },
  166. "_type": 0,
  167. "_sizeMode": 0,
  168. "_fillType": 0,
  169. "_fillCenter": {
  170. "__type__": "cc.Vec2",
  171. "x": 0,
  172. "y": 0
  173. },
  174. "_fillStart": 0,
  175. "_fillRange": 0,
  176. "_isTrimmedMode": true,
  177. "_state": 0,
  178. "_atlas": null,
  179. "_srcBlendFactor": 770,
  180. "_dstBlendFactor": 771,
  181. "_id": ""
  182. },
  183. {
  184. "__type__": "cc.Widget",
  185. "_name": "",
  186. "_objFlags": 0,
  187. "node": {
  188. "__id__": 2
  189. },
  190. "_enabled": true,
  191. "alignMode": 1,
  192. "_target": null,
  193. "_alignFlags": 45,
  194. "_left": 0,
  195. "_right": 0,
  196. "_top": 0,
  197. "_bottom": 0,
  198. "_verticalCenter": 0,
  199. "_horizontalCenter": 0,
  200. "_isAbsLeft": true,
  201. "_isAbsRight": true,
  202. "_isAbsTop": true,
  203. "_isAbsBottom": true,
  204. "_isAbsHorizontalCenter": true,
  205. "_isAbsVerticalCenter": true,
  206. "_originalWidth": 100,
  207. "_originalHeight": 100,
  208. "_id": ""
  209. },
  210. {
  211. "__type__": "cc.BlockInputEvents",
  212. "_name": "",
  213. "_objFlags": 0,
  214. "node": {
  215. "__id__": 2
  216. },
  217. "_enabled": true,
  218. "_id": ""
  219. },
  220. {
  221. "__type__": "cc.PrefabInfo",
  222. "root": {
  223. "__id__": 1
  224. },
  225. "asset": {
  226. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  227. },
  228. "fileId": "34tAauiydOZIeZvTTp6IZ3",
  229. "sync": false
  230. },
  231. {
  232. "__type__": "cc.Node",
  233. "_name": "Panel",
  234. "_objFlags": 0,
  235. "_parent": {
  236. "__id__": 1
  237. },
  238. "_children": [
  239. {
  240. "__id__": 8
  241. },
  242. {
  243. "__id__": 11
  244. },
  245. {
  246. "__id__": 15
  247. },
  248. {
  249. "__id__": 20
  250. },
  251. {
  252. "__id__": 38
  253. }
  254. ],
  255. "_active": true,
  256. "_level": 0,
  257. "_components": [
  258. {
  259. "__id__": 45
  260. }
  261. ],
  262. "_prefab": {
  263. "__id__": 46
  264. },
  265. "_opacity": 255,
  266. "_color": {
  267. "__type__": "cc.Color",
  268. "r": 255,
  269. "g": 255,
  270. "b": 255,
  271. "a": 255
  272. },
  273. "_contentSize": {
  274. "__type__": "cc.Size",
  275. "width": 1080,
  276. "height": 1920
  277. },
  278. "_anchorPoint": {
  279. "__type__": "cc.Vec2",
  280. "x": 0.5,
  281. "y": 0.5
  282. },
  283. "_quat": {
  284. "__type__": "cc.Quat",
  285. "x": 0,
  286. "y": 0,
  287. "z": 0,
  288. "w": 1
  289. },
  290. "_skewX": 0,
  291. "_skewY": 0,
  292. "groupIndex": 0,
  293. "_id": "",
  294. "_trs": {
  295. "__type__": "TypedArray",
  296. "ctor": "Float64Array",
  297. "array": [
  298. 0,
  299. 0,
  300. 0,
  301. 0,
  302. 0,
  303. 0,
  304. 1,
  305. 1,
  306. 1,
  307. 1
  308. ]
  309. }
  310. },
  311. {
  312. "__type__": "cc.Node",
  313. "_name": "titleImg",
  314. "_objFlags": 0,
  315. "_parent": {
  316. "__id__": 7
  317. },
  318. "_children": [],
  319. "_active": true,
  320. "_level": 0,
  321. "_components": [
  322. {
  323. "__id__": 9
  324. }
  325. ],
  326. "_prefab": {
  327. "__id__": 10
  328. },
  329. "_opacity": 255,
  330. "_color": {
  331. "__type__": "cc.Color",
  332. "r": 255,
  333. "g": 255,
  334. "b": 255,
  335. "a": 255
  336. },
  337. "_contentSize": {
  338. "__type__": "cc.Size",
  339. "width": 759,
  340. "height": 195
  341. },
  342. "_anchorPoint": {
  343. "__type__": "cc.Vec2",
  344. "x": 0.5,
  345. "y": 0.5
  346. },
  347. "_quat": {
  348. "__type__": "cc.Quat",
  349. "x": 0,
  350. "y": 0,
  351. "z": 0,
  352. "w": 1
  353. },
  354. "_skewX": 0,
  355. "_skewY": 0,
  356. "groupIndex": 0,
  357. "_id": "",
  358. "_trs": {
  359. "__type__": "TypedArray",
  360. "ctor": "Float64Array",
  361. "array": [
  362. 0,
  363. 599,
  364. 0,
  365. 0,
  366. 0,
  367. 0,
  368. 1,
  369. 1,
  370. 1,
  371. 1
  372. ]
  373. }
  374. },
  375. {
  376. "__type__": "cc.Sprite",
  377. "_name": "",
  378. "_objFlags": 0,
  379. "node": {
  380. "__id__": 8
  381. },
  382. "_enabled": true,
  383. "_spriteFrame": {
  384. "__uuid__": "b7c20454-9b9f-453e-9a2e-5ae6a325c5d3"
  385. },
  386. "_type": 0,
  387. "_sizeMode": 1,
  388. "_fillType": 0,
  389. "_fillCenter": {
  390. "__type__": "cc.Vec2",
  391. "x": 0,
  392. "y": 0
  393. },
  394. "_fillStart": 0,
  395. "_fillRange": 0,
  396. "_isTrimmedMode": true,
  397. "_state": 0,
  398. "_atlas": null,
  399. "_srcBlendFactor": 770,
  400. "_dstBlendFactor": 771,
  401. "_id": ""
  402. },
  403. {
  404. "__type__": "cc.PrefabInfo",
  405. "root": {
  406. "__id__": 1
  407. },
  408. "asset": {
  409. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  410. },
  411. "fileId": "a3qeX+LkdIdJzCxBmaHDIq",
  412. "sync": false
  413. },
  414. {
  415. "__type__": "cc.Node",
  416. "_name": "box",
  417. "_objFlags": 0,
  418. "_parent": {
  419. "__id__": 7
  420. },
  421. "_children": [],
  422. "_active": true,
  423. "_level": 0,
  424. "_components": [
  425. {
  426. "__id__": 12
  427. },
  428. {
  429. "__id__": 13
  430. }
  431. ],
  432. "_prefab": {
  433. "__id__": 14
  434. },
  435. "_opacity": 255,
  436. "_color": {
  437. "__type__": "cc.Color",
  438. "r": 255,
  439. "g": 255,
  440. "b": 255,
  441. "a": 255
  442. },
  443. "_contentSize": {
  444. "__type__": "cc.Size",
  445. "width": 369,
  446. "height": 373
  447. },
  448. "_anchorPoint": {
  449. "__type__": "cc.Vec2",
  450. "x": 0.5,
  451. "y": 0.5
  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. "groupIndex": 0,
  463. "_id": "",
  464. "_trs": {
  465. "__type__": "TypedArray",
  466. "ctor": "Float64Array",
  467. "array": [
  468. 0,
  469. 213,
  470. 0,
  471. 0,
  472. 0,
  473. 0,
  474. 1,
  475. 1,
  476. 1,
  477. 1
  478. ]
  479. }
  480. },
  481. {
  482. "__type__": "cc.Sprite",
  483. "_name": "",
  484. "_objFlags": 0,
  485. "node": {
  486. "__id__": 11
  487. },
  488. "_enabled": true,
  489. "_spriteFrame": {
  490. "__uuid__": "dcd2baed-0be2-4818-98ec-551a9055019f"
  491. },
  492. "_type": 0,
  493. "_sizeMode": 1,
  494. "_fillType": 0,
  495. "_fillCenter": {
  496. "__type__": "cc.Vec2",
  497. "x": 0,
  498. "y": 0
  499. },
  500. "_fillStart": 0,
  501. "_fillRange": 0,
  502. "_isTrimmedMode": true,
  503. "_state": 0,
  504. "_atlas": null,
  505. "_srcBlendFactor": 770,
  506. "_dstBlendFactor": 771,
  507. "_id": ""
  508. },
  509. {
  510. "__type__": "e2425kaMhpN4aU6KcM8BiLX",
  511. "_name": "",
  512. "_objFlags": 0,
  513. "node": {
  514. "__id__": 11
  515. },
  516. "_enabled": true,
  517. "_id": ""
  518. },
  519. {
  520. "__type__": "cc.PrefabInfo",
  521. "root": {
  522. "__id__": 1
  523. },
  524. "asset": {
  525. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  526. },
  527. "fileId": "293aAabLJH5I4/RN2pe3Z8",
  528. "sync": false
  529. },
  530. {
  531. "__type__": "cc.Node",
  532. "_name": "getBtn",
  533. "_objFlags": 0,
  534. "_parent": {
  535. "__id__": 7
  536. },
  537. "_children": [],
  538. "_active": true,
  539. "_level": 1,
  540. "_components": [
  541. {
  542. "__id__": 16
  543. },
  544. {
  545. "__id__": 17
  546. }
  547. ],
  548. "_prefab": {
  549. "__id__": 19
  550. },
  551. "_opacity": 255,
  552. "_color": {
  553. "__type__": "cc.Color",
  554. "r": 255,
  555. "g": 255,
  556. "b": 255,
  557. "a": 255
  558. },
  559. "_contentSize": {
  560. "__type__": "cc.Size",
  561. "width": 240,
  562. "height": 50
  563. },
  564. "_anchorPoint": {
  565. "__type__": "cc.Vec2",
  566. "x": 0.5,
  567. "y": 0.5
  568. },
  569. "_quat": {
  570. "__type__": "cc.Quat",
  571. "x": 0,
  572. "y": 0,
  573. "z": 0,
  574. "w": 1
  575. },
  576. "_skewX": 0,
  577. "_skewY": 0,
  578. "groupIndex": 0,
  579. "_id": "",
  580. "_trs": {
  581. "__type__": "TypedArray",
  582. "ctor": "Float64Array",
  583. "array": [
  584. 0,
  585. -415,
  586. 0,
  587. 0,
  588. 0,
  589. 0,
  590. 1,
  591. 1,
  592. 1,
  593. 1
  594. ]
  595. }
  596. },
  597. {
  598. "__type__": "cc.Label",
  599. "_name": "",
  600. "_objFlags": 0,
  601. "node": {
  602. "__id__": 15
  603. },
  604. "_enabled": true,
  605. "_useOriginalSize": false,
  606. "_string": "算了,下次吧",
  607. "_N$string": "算了,下次吧",
  608. "_fontSize": 40,
  609. "_lineHeight": 50,
  610. "_enableWrapText": true,
  611. "_N$file": null,
  612. "_isSystemFontUsed": true,
  613. "_spacingX": 0,
  614. "_batchAsBitmap": false,
  615. "_N$horizontalAlign": 1,
  616. "_N$verticalAlign": 1,
  617. "_N$fontFamily": "Arial",
  618. "_N$overflow": 0,
  619. "_N$cacheMode": 0,
  620. "_id": ""
  621. },
  622. {
  623. "__type__": "cc.Button",
  624. "_name": "",
  625. "_objFlags": 0,
  626. "node": {
  627. "__id__": 15
  628. },
  629. "_enabled": true,
  630. "duration": 0.1,
  631. "zoomScale": 1.2,
  632. "clickEvents": [
  633. {
  634. "__id__": 18
  635. }
  636. ],
  637. "_N$interactable": true,
  638. "_N$enableAutoGrayEffect": false,
  639. "_N$transition": 3,
  640. "transition": 3,
  641. "_N$normalColor": {
  642. "__type__": "cc.Color",
  643. "r": 230,
  644. "g": 230,
  645. "b": 230,
  646. "a": 255
  647. },
  648. "_N$pressedColor": {
  649. "__type__": "cc.Color",
  650. "r": 200,
  651. "g": 200,
  652. "b": 200,
  653. "a": 255
  654. },
  655. "pressedColor": {
  656. "__type__": "cc.Color",
  657. "r": 200,
  658. "g": 200,
  659. "b": 200,
  660. "a": 255
  661. },
  662. "_N$hoverColor": {
  663. "__type__": "cc.Color",
  664. "r": 255,
  665. "g": 255,
  666. "b": 255,
  667. "a": 255
  668. },
  669. "hoverColor": {
  670. "__type__": "cc.Color",
  671. "r": 255,
  672. "g": 255,
  673. "b": 255,
  674. "a": 255
  675. },
  676. "_N$disabledColor": {
  677. "__type__": "cc.Color",
  678. "r": 120,
  679. "g": 120,
  680. "b": 120,
  681. "a": 200
  682. },
  683. "_N$normalSprite": null,
  684. "_N$pressedSprite": {
  685. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  686. },
  687. "pressedSprite": {
  688. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  689. },
  690. "_N$hoverSprite": {
  691. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  692. },
  693. "hoverSprite": {
  694. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  695. },
  696. "_N$disabledSprite": {
  697. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  698. },
  699. "_N$target": null,
  700. "_id": ""
  701. },
  702. {
  703. "__type__": "cc.ClickEvent",
  704. "target": {
  705. "__id__": 1
  706. },
  707. "component": "",
  708. "_componentId": "3251aCuG7ZC+oEceDfuKFcK",
  709. "handler": "onHideBtn",
  710. "customEventData": ""
  711. },
  712. {
  713. "__type__": "cc.PrefabInfo",
  714. "root": {
  715. "__id__": 1
  716. },
  717. "asset": {
  718. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  719. },
  720. "fileId": "705rbMZZVD77Zwlv2n0+a8",
  721. "sync": false
  722. },
  723. {
  724. "__type__": "cc.Node",
  725. "_name": "BtnClick",
  726. "_objFlags": 0,
  727. "_parent": {
  728. "__id__": 7
  729. },
  730. "_children": [
  731. {
  732. "__id__": 21
  733. }
  734. ],
  735. "_active": true,
  736. "_level": 1,
  737. "_components": [
  738. {
  739. "__id__": 34
  740. },
  741. {
  742. "__id__": 36
  743. }
  744. ],
  745. "_prefab": {
  746. "__id__": 37
  747. },
  748. "_opacity": 255,
  749. "_color": {
  750. "__type__": "cc.Color",
  751. "r": 255,
  752. "g": 255,
  753. "b": 255,
  754. "a": 255
  755. },
  756. "_contentSize": {
  757. "__type__": "cc.Size",
  758. "width": 436,
  759. "height": 136
  760. },
  761. "_anchorPoint": {
  762. "__type__": "cc.Vec2",
  763. "x": 0.5,
  764. "y": 0.5
  765. },
  766. "_quat": {
  767. "__type__": "cc.Quat",
  768. "x": 0,
  769. "y": 0,
  770. "z": 0,
  771. "w": 1
  772. },
  773. "_skewX": 0,
  774. "_skewY": 0,
  775. "groupIndex": 0,
  776. "_id": "",
  777. "_trs": {
  778. "__type__": "TypedArray",
  779. "ctor": "Float64Array",
  780. "array": [
  781. 0,
  782. -845,
  783. 0,
  784. 0,
  785. 0,
  786. 0,
  787. 1,
  788. 1,
  789. 1,
  790. 1
  791. ]
  792. }
  793. },
  794. {
  795. "__type__": "cc.Node",
  796. "_name": "Background",
  797. "_objFlags": 0,
  798. "_parent": {
  799. "__id__": 20
  800. },
  801. "_children": [
  802. {
  803. "__id__": 22
  804. },
  805. {
  806. "__id__": 25
  807. },
  808. {
  809. "__id__": 28
  810. }
  811. ],
  812. "_active": true,
  813. "_level": 0,
  814. "_components": [
  815. {
  816. "__id__": 31
  817. },
  818. {
  819. "__id__": 32
  820. }
  821. ],
  822. "_prefab": {
  823. "__id__": 33
  824. },
  825. "_opacity": 255,
  826. "_color": {
  827. "__type__": "cc.Color",
  828. "r": 255,
  829. "g": 255,
  830. "b": 255,
  831. "a": 255
  832. },
  833. "_contentSize": {
  834. "__type__": "cc.Size",
  835. "width": 436,
  836. "height": 136
  837. },
  838. "_anchorPoint": {
  839. "__type__": "cc.Vec2",
  840. "x": 0.5,
  841. "y": 0.5
  842. },
  843. "_quat": {
  844. "__type__": "cc.Quat",
  845. "x": 0,
  846. "y": 0,
  847. "z": 0,
  848. "w": 1
  849. },
  850. "_skewX": 0,
  851. "_skewY": 0,
  852. "groupIndex": 0,
  853. "_id": "",
  854. "_trs": {
  855. "__type__": "TypedArray",
  856. "ctor": "Float64Array",
  857. "array": [
  858. 0,
  859. 0,
  860. 0,
  861. 0,
  862. 0,
  863. 0,
  864. 1,
  865. 1,
  866. 1,
  867. 1
  868. ]
  869. }
  870. },
  871. {
  872. "__type__": "cc.Node",
  873. "_name": "icon",
  874. "_objFlags": 0,
  875. "_parent": {
  876. "__id__": 21
  877. },
  878. "_children": [],
  879. "_active": false,
  880. "_level": 0,
  881. "_components": [
  882. {
  883. "__id__": 23
  884. }
  885. ],
  886. "_prefab": {
  887. "__id__": 24
  888. },
  889. "_opacity": 255,
  890. "_color": {
  891. "__type__": "cc.Color",
  892. "r": 255,
  893. "g": 255,
  894. "b": 255,
  895. "a": 255
  896. },
  897. "_contentSize": {
  898. "__type__": "cc.Size",
  899. "width": 54,
  900. "height": 52
  901. },
  902. "_anchorPoint": {
  903. "__type__": "cc.Vec2",
  904. "x": 0.5,
  905. "y": 0.5
  906. },
  907. "_quat": {
  908. "__type__": "cc.Quat",
  909. "x": 0,
  910. "y": 0,
  911. "z": 0,
  912. "w": 1
  913. },
  914. "_skewX": 0,
  915. "_skewY": 0,
  916. "groupIndex": 0,
  917. "_id": "",
  918. "_trs": {
  919. "__type__": "TypedArray",
  920. "ctor": "Float64Array",
  921. "array": [
  922. -147,
  923. 0,
  924. 0,
  925. 0,
  926. 0,
  927. 0,
  928. 1,
  929. 1,
  930. 1,
  931. 1
  932. ]
  933. }
  934. },
  935. {
  936. "__type__": "cc.Sprite",
  937. "_name": "",
  938. "_objFlags": 0,
  939. "node": {
  940. "__id__": 22
  941. },
  942. "_enabled": true,
  943. "_spriteFrame": {
  944. "__uuid__": "2220e073-7f00-41a5-909f-548664901099"
  945. },
  946. "_type": 0,
  947. "_sizeMode": 1,
  948. "_fillType": 0,
  949. "_fillCenter": {
  950. "__type__": "cc.Vec2",
  951. "x": 0,
  952. "y": 0
  953. },
  954. "_fillStart": 0,
  955. "_fillRange": 0,
  956. "_isTrimmedMode": true,
  957. "_state": 0,
  958. "_atlas": null,
  959. "_srcBlendFactor": 770,
  960. "_dstBlendFactor": 771,
  961. "_id": ""
  962. },
  963. {
  964. "__type__": "cc.PrefabInfo",
  965. "root": {
  966. "__id__": 1
  967. },
  968. "asset": {
  969. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  970. },
  971. "fileId": "79g7R2/kFArbke+UzGBq4B",
  972. "sync": false
  973. },
  974. {
  975. "__type__": "cc.Node",
  976. "_name": "clickTxt",
  977. "_objFlags": 0,
  978. "_parent": {
  979. "__id__": 21
  980. },
  981. "_children": [],
  982. "_active": true,
  983. "_level": 0,
  984. "_components": [
  985. {
  986. "__id__": 26
  987. }
  988. ],
  989. "_prefab": {
  990. "__id__": 27
  991. },
  992. "_opacity": 255,
  993. "_color": {
  994. "__type__": "cc.Color",
  995. "r": 255,
  996. "g": 255,
  997. "b": 255,
  998. "a": 255
  999. },
  1000. "_contentSize": {
  1001. "__type__": "cc.Size",
  1002. "width": 267,
  1003. "height": 68
  1004. },
  1005. "_anchorPoint": {
  1006. "__type__": "cc.Vec2",
  1007. "x": 0.5,
  1008. "y": 0.5
  1009. },
  1010. "_quat": {
  1011. "__type__": "cc.Quat",
  1012. "x": 0,
  1013. "y": 0,
  1014. "z": 0,
  1015. "w": 1
  1016. },
  1017. "_skewX": 0,
  1018. "_skewY": 0,
  1019. "groupIndex": 0,
  1020. "_id": "",
  1021. "_trs": {
  1022. "__type__": "TypedArray",
  1023. "ctor": "Float64Array",
  1024. "array": [
  1025. 20,
  1026. 0,
  1027. 0,
  1028. 0,
  1029. 0,
  1030. 0,
  1031. 1,
  1032. 1,
  1033. 1,
  1034. 1
  1035. ]
  1036. }
  1037. },
  1038. {
  1039. "__type__": "cc.Sprite",
  1040. "_name": "",
  1041. "_objFlags": 0,
  1042. "node": {
  1043. "__id__": 25
  1044. },
  1045. "_enabled": true,
  1046. "_spriteFrame": {
  1047. "__uuid__": "2e304a6c-a476-4d60-bcab-407bd698b730"
  1048. },
  1049. "_type": 0,
  1050. "_sizeMode": 1,
  1051. "_fillType": 0,
  1052. "_fillCenter": {
  1053. "__type__": "cc.Vec2",
  1054. "x": 0,
  1055. "y": 0
  1056. },
  1057. "_fillStart": 0,
  1058. "_fillRange": 0,
  1059. "_isTrimmedMode": true,
  1060. "_state": 0,
  1061. "_atlas": null,
  1062. "_srcBlendFactor": 770,
  1063. "_dstBlendFactor": 771,
  1064. "_id": ""
  1065. },
  1066. {
  1067. "__type__": "cc.PrefabInfo",
  1068. "root": {
  1069. "__id__": 1
  1070. },
  1071. "asset": {
  1072. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1073. },
  1074. "fileId": "09SUSbjVlPfImY/fgXMHkH",
  1075. "sync": false
  1076. },
  1077. {
  1078. "__type__": "cc.Node",
  1079. "_name": "btn_ok",
  1080. "_objFlags": 0,
  1081. "_parent": {
  1082. "__id__": 21
  1083. },
  1084. "_children": [],
  1085. "_active": false,
  1086. "_level": 1,
  1087. "_components": [
  1088. {
  1089. "__id__": 29
  1090. }
  1091. ],
  1092. "_prefab": {
  1093. "__id__": 30
  1094. },
  1095. "_opacity": 255,
  1096. "_color": {
  1097. "__type__": "cc.Color",
  1098. "r": 255,
  1099. "g": 255,
  1100. "b": 255,
  1101. "a": 255
  1102. },
  1103. "_contentSize": {
  1104. "__type__": "cc.Size",
  1105. "width": 186,
  1106. "height": 69
  1107. },
  1108. "_anchorPoint": {
  1109. "__type__": "cc.Vec2",
  1110. "x": 0.5,
  1111. "y": 0.5
  1112. },
  1113. "_quat": {
  1114. "__type__": "cc.Quat",
  1115. "x": 0,
  1116. "y": 0,
  1117. "z": 0,
  1118. "w": 1
  1119. },
  1120. "_skewX": 0,
  1121. "_skewY": 0,
  1122. "groupIndex": 0,
  1123. "_id": "",
  1124. "_trs": {
  1125. "__type__": "TypedArray",
  1126. "ctor": "Float64Array",
  1127. "array": [
  1128. 18,
  1129. 0,
  1130. 0,
  1131. 0,
  1132. 0,
  1133. 0,
  1134. 1,
  1135. 1,
  1136. 1,
  1137. 1
  1138. ]
  1139. }
  1140. },
  1141. {
  1142. "__type__": "cc.Sprite",
  1143. "_name": "",
  1144. "_objFlags": 0,
  1145. "node": {
  1146. "__id__": 28
  1147. },
  1148. "_enabled": true,
  1149. "_spriteFrame": {
  1150. "__uuid__": "1c9d3de8-a169-469f-82ea-85d4b9974840"
  1151. },
  1152. "_type": 0,
  1153. "_sizeMode": 1,
  1154. "_fillType": 0,
  1155. "_fillCenter": {
  1156. "__type__": "cc.Vec2",
  1157. "x": 0,
  1158. "y": 0
  1159. },
  1160. "_fillStart": 0,
  1161. "_fillRange": 0,
  1162. "_isTrimmedMode": true,
  1163. "_state": 0,
  1164. "_atlas": null,
  1165. "_srcBlendFactor": 770,
  1166. "_dstBlendFactor": 771,
  1167. "_id": ""
  1168. },
  1169. {
  1170. "__type__": "cc.PrefabInfo",
  1171. "root": {
  1172. "__id__": 1
  1173. },
  1174. "asset": {
  1175. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1176. },
  1177. "fileId": "1boD4shq9ALqFfWe2YkTN2",
  1178. "sync": false
  1179. },
  1180. {
  1181. "__type__": "cc.Sprite",
  1182. "_name": "",
  1183. "_objFlags": 0,
  1184. "node": {
  1185. "__id__": 21
  1186. },
  1187. "_enabled": true,
  1188. "_spriteFrame": {
  1189. "__uuid__": "2526d9a5-1746-4828-8361-90d743cc2efe"
  1190. },
  1191. "_type": 1,
  1192. "_sizeMode": 0,
  1193. "_fillType": 0,
  1194. "_fillCenter": {
  1195. "__type__": "cc.Vec2",
  1196. "x": 0,
  1197. "y": 0
  1198. },
  1199. "_fillStart": 0,
  1200. "_fillRange": 0,
  1201. "_isTrimmedMode": true,
  1202. "_state": 0,
  1203. "_atlas": null,
  1204. "_srcBlendFactor": 770,
  1205. "_dstBlendFactor": 771,
  1206. "_id": ""
  1207. },
  1208. {
  1209. "__type__": "cc.Widget",
  1210. "_name": "",
  1211. "_objFlags": 0,
  1212. "node": {
  1213. "__id__": 21
  1214. },
  1215. "_enabled": true,
  1216. "alignMode": 0,
  1217. "_target": null,
  1218. "_alignFlags": 45,
  1219. "_left": 0,
  1220. "_right": 0,
  1221. "_top": 0,
  1222. "_bottom": 0,
  1223. "_verticalCenter": 0,
  1224. "_horizontalCenter": 0,
  1225. "_isAbsLeft": true,
  1226. "_isAbsRight": true,
  1227. "_isAbsTop": true,
  1228. "_isAbsBottom": true,
  1229. "_isAbsHorizontalCenter": true,
  1230. "_isAbsVerticalCenter": true,
  1231. "_originalWidth": 100,
  1232. "_originalHeight": 40,
  1233. "_id": ""
  1234. },
  1235. {
  1236. "__type__": "cc.PrefabInfo",
  1237. "root": {
  1238. "__id__": 1
  1239. },
  1240. "asset": {
  1241. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1242. },
  1243. "fileId": "1fjaJrt9hFsLJMLpFokzYj",
  1244. "sync": false
  1245. },
  1246. {
  1247. "__type__": "cc.Button",
  1248. "_name": "",
  1249. "_objFlags": 0,
  1250. "node": {
  1251. "__id__": 20
  1252. },
  1253. "_enabled": true,
  1254. "duration": 0.1,
  1255. "zoomScale": 1.2,
  1256. "clickEvents": [
  1257. {
  1258. "__id__": 35
  1259. }
  1260. ],
  1261. "_N$interactable": true,
  1262. "_N$enableAutoGrayEffect": false,
  1263. "_N$transition": 3,
  1264. "transition": 3,
  1265. "_N$normalColor": {
  1266. "__type__": "cc.Color",
  1267. "r": 230,
  1268. "g": 230,
  1269. "b": 230,
  1270. "a": 255
  1271. },
  1272. "_N$pressedColor": {
  1273. "__type__": "cc.Color",
  1274. "r": 200,
  1275. "g": 200,
  1276. "b": 200,
  1277. "a": 255
  1278. },
  1279. "pressedColor": {
  1280. "__type__": "cc.Color",
  1281. "r": 200,
  1282. "g": 200,
  1283. "b": 200,
  1284. "a": 255
  1285. },
  1286. "_N$hoverColor": {
  1287. "__type__": "cc.Color",
  1288. "r": 255,
  1289. "g": 255,
  1290. "b": 255,
  1291. "a": 255
  1292. },
  1293. "hoverColor": {
  1294. "__type__": "cc.Color",
  1295. "r": 255,
  1296. "g": 255,
  1297. "b": 255,
  1298. "a": 255
  1299. },
  1300. "_N$disabledColor": {
  1301. "__type__": "cc.Color",
  1302. "r": 120,
  1303. "g": 120,
  1304. "b": 120,
  1305. "a": 200
  1306. },
  1307. "_N$normalSprite": null,
  1308. "_N$pressedSprite": {
  1309. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1310. },
  1311. "pressedSprite": {
  1312. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1313. },
  1314. "_N$hoverSprite": {
  1315. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1316. },
  1317. "hoverSprite": {
  1318. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1319. },
  1320. "_N$disabledSprite": {
  1321. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1322. },
  1323. "_N$target": {
  1324. "__id__": 21
  1325. },
  1326. "_id": ""
  1327. },
  1328. {
  1329. "__type__": "cc.ClickEvent",
  1330. "target": {
  1331. "__id__": 1
  1332. },
  1333. "component": "",
  1334. "_componentId": "3251aCuG7ZC+oEceDfuKFcK",
  1335. "handler": "onBtnClick",
  1336. "customEventData": "1"
  1337. },
  1338. {
  1339. "__type__": "cc.Widget",
  1340. "_name": "",
  1341. "_objFlags": 0,
  1342. "node": {
  1343. "__id__": 20
  1344. },
  1345. "_enabled": true,
  1346. "alignMode": 1,
  1347. "_target": null,
  1348. "_alignFlags": 4,
  1349. "_left": 0,
  1350. "_right": 0,
  1351. "_top": 0,
  1352. "_bottom": 47,
  1353. "_verticalCenter": 0,
  1354. "_horizontalCenter": 0,
  1355. "_isAbsLeft": true,
  1356. "_isAbsRight": true,
  1357. "_isAbsTop": true,
  1358. "_isAbsBottom": true,
  1359. "_isAbsHorizontalCenter": true,
  1360. "_isAbsVerticalCenter": true,
  1361. "_originalWidth": 0,
  1362. "_originalHeight": 0,
  1363. "_id": ""
  1364. },
  1365. {
  1366. "__type__": "cc.PrefabInfo",
  1367. "root": {
  1368. "__id__": 1
  1369. },
  1370. "asset": {
  1371. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1372. },
  1373. "fileId": "3583eN6epJDYAIdl+rmGZx",
  1374. "sync": false
  1375. },
  1376. {
  1377. "__type__": "cc.Node",
  1378. "_name": "ClickProgressBar",
  1379. "_objFlags": 0,
  1380. "_parent": {
  1381. "__id__": 7
  1382. },
  1383. "_children": [
  1384. {
  1385. "__id__": 39
  1386. }
  1387. ],
  1388. "_active": true,
  1389. "_level": 1,
  1390. "_components": [
  1391. {
  1392. "__id__": 42
  1393. },
  1394. {
  1395. "__id__": 43
  1396. }
  1397. ],
  1398. "_prefab": {
  1399. "__id__": 44
  1400. },
  1401. "_opacity": 255,
  1402. "_color": {
  1403. "__type__": "cc.Color",
  1404. "r": 255,
  1405. "g": 255,
  1406. "b": 255,
  1407. "a": 255
  1408. },
  1409. "_contentSize": {
  1410. "__type__": "cc.Size",
  1411. "width": 784,
  1412. "height": 38
  1413. },
  1414. "_anchorPoint": {
  1415. "__type__": "cc.Vec2",
  1416. "x": 0.5,
  1417. "y": 0.5
  1418. },
  1419. "_quat": {
  1420. "__type__": "cc.Quat",
  1421. "x": 0,
  1422. "y": 0,
  1423. "z": 0,
  1424. "w": 1
  1425. },
  1426. "_skewX": 0,
  1427. "_skewY": 0,
  1428. "groupIndex": 0,
  1429. "_id": "",
  1430. "_trs": {
  1431. "__type__": "TypedArray",
  1432. "ctor": "Float64Array",
  1433. "array": [
  1434. 0,
  1435. -97,
  1436. 0,
  1437. 0,
  1438. 0,
  1439. 0,
  1440. 1,
  1441. 1,
  1442. 1,
  1443. 1
  1444. ]
  1445. }
  1446. },
  1447. {
  1448. "__type__": "cc.Node",
  1449. "_name": "bar",
  1450. "_objFlags": 0,
  1451. "_parent": {
  1452. "__id__": 38
  1453. },
  1454. "_children": [],
  1455. "_active": true,
  1456. "_level": 0,
  1457. "_components": [
  1458. {
  1459. "__id__": 40
  1460. }
  1461. ],
  1462. "_prefab": {
  1463. "__id__": 41
  1464. },
  1465. "_opacity": 255,
  1466. "_color": {
  1467. "__type__": "cc.Color",
  1468. "r": 255,
  1469. "g": 255,
  1470. "b": 255,
  1471. "a": 255
  1472. },
  1473. "_contentSize": {
  1474. "__type__": "cc.Size",
  1475. "width": 779,
  1476. "height": 32
  1477. },
  1478. "_anchorPoint": {
  1479. "__type__": "cc.Vec2",
  1480. "x": 0,
  1481. "y": 0.5
  1482. },
  1483. "_quat": {
  1484. "__type__": "cc.Quat",
  1485. "x": 0,
  1486. "y": 0,
  1487. "z": 0,
  1488. "w": 1
  1489. },
  1490. "_skewX": 0,
  1491. "_skewY": 0,
  1492. "groupIndex": 0,
  1493. "_id": "",
  1494. "_trs": {
  1495. "__type__": "TypedArray",
  1496. "ctor": "Float64Array",
  1497. "array": [
  1498. -390,
  1499. 0,
  1500. 0,
  1501. 0,
  1502. 0,
  1503. 0,
  1504. 1,
  1505. 1,
  1506. 1,
  1507. 1
  1508. ]
  1509. }
  1510. },
  1511. {
  1512. "__type__": "cc.Sprite",
  1513. "_name": "",
  1514. "_objFlags": 0,
  1515. "node": {
  1516. "__id__": 39
  1517. },
  1518. "_enabled": true,
  1519. "_spriteFrame": {
  1520. "__uuid__": "ecf100fa-3ae3-48cb-afda-ca60a601410d"
  1521. },
  1522. "_type": 2,
  1523. "_sizeMode": 0,
  1524. "_fillType": 0,
  1525. "_fillCenter": {
  1526. "__type__": "cc.Vec2",
  1527. "x": 0,
  1528. "y": 0
  1529. },
  1530. "_fillStart": 0,
  1531. "_fillRange": 0,
  1532. "_isTrimmedMode": true,
  1533. "_state": 0,
  1534. "_atlas": null,
  1535. "_srcBlendFactor": 770,
  1536. "_dstBlendFactor": 771,
  1537. "_id": ""
  1538. },
  1539. {
  1540. "__type__": "cc.PrefabInfo",
  1541. "root": {
  1542. "__id__": 1
  1543. },
  1544. "asset": {
  1545. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1546. },
  1547. "fileId": "70yfKTAfBJOpcPuA/pQ7sa",
  1548. "sync": false
  1549. },
  1550. {
  1551. "__type__": "cc.Sprite",
  1552. "_name": "",
  1553. "_objFlags": 0,
  1554. "node": {
  1555. "__id__": 38
  1556. },
  1557. "_enabled": true,
  1558. "_spriteFrame": {
  1559. "__uuid__": "0fb62f1b-5bbf-44a5-8d4b-5075d68c5e4e"
  1560. },
  1561. "_type": 1,
  1562. "_sizeMode": 0,
  1563. "_fillType": 0,
  1564. "_fillCenter": {
  1565. "__type__": "cc.Vec2",
  1566. "x": 0,
  1567. "y": 0
  1568. },
  1569. "_fillStart": 0,
  1570. "_fillRange": 0,
  1571. "_isTrimmedMode": true,
  1572. "_state": 0,
  1573. "_atlas": null,
  1574. "_srcBlendFactor": 770,
  1575. "_dstBlendFactor": 771,
  1576. "_id": ""
  1577. },
  1578. {
  1579. "__type__": "cc.ProgressBar",
  1580. "_name": "",
  1581. "_objFlags": 0,
  1582. "node": {
  1583. "__id__": 38
  1584. },
  1585. "_enabled": true,
  1586. "_N$totalLength": 779,
  1587. "_N$barSprite": {
  1588. "__id__": 40
  1589. },
  1590. "_N$mode": 0,
  1591. "_N$progress": 1,
  1592. "_N$reverse": false,
  1593. "_id": ""
  1594. },
  1595. {
  1596. "__type__": "cc.PrefabInfo",
  1597. "root": {
  1598. "__id__": 1
  1599. },
  1600. "asset": {
  1601. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1602. },
  1603. "fileId": "45WRziiDpBxIGfe/ALhKn0",
  1604. "sync": false
  1605. },
  1606. {
  1607. "__type__": "cc.Widget",
  1608. "_name": "",
  1609. "_objFlags": 0,
  1610. "node": {
  1611. "__id__": 7
  1612. },
  1613. "_enabled": true,
  1614. "alignMode": 1,
  1615. "_target": null,
  1616. "_alignFlags": 45,
  1617. "_left": 0,
  1618. "_right": 0,
  1619. "_top": 0,
  1620. "_bottom": 0,
  1621. "_verticalCenter": 0,
  1622. "_horizontalCenter": 0,
  1623. "_isAbsLeft": true,
  1624. "_isAbsRight": true,
  1625. "_isAbsTop": true,
  1626. "_isAbsBottom": true,
  1627. "_isAbsHorizontalCenter": true,
  1628. "_isAbsVerticalCenter": true,
  1629. "_originalWidth": 0,
  1630. "_originalHeight": 0,
  1631. "_id": ""
  1632. },
  1633. {
  1634. "__type__": "cc.PrefabInfo",
  1635. "root": {
  1636. "__id__": 1
  1637. },
  1638. "asset": {
  1639. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1640. },
  1641. "fileId": "2781CJVlNGRrkOehSMEkgL",
  1642. "sync": false
  1643. },
  1644. {
  1645. "__type__": "cc.Widget",
  1646. "_name": "",
  1647. "_objFlags": 0,
  1648. "node": {
  1649. "__id__": 1
  1650. },
  1651. "_enabled": true,
  1652. "alignMode": 1,
  1653. "_target": null,
  1654. "_alignFlags": 45,
  1655. "_left": 0,
  1656. "_right": 0,
  1657. "_top": 0,
  1658. "_bottom": 0,
  1659. "_verticalCenter": 0,
  1660. "_horizontalCenter": 0,
  1661. "_isAbsLeft": true,
  1662. "_isAbsRight": true,
  1663. "_isAbsTop": true,
  1664. "_isAbsBottom": true,
  1665. "_isAbsHorizontalCenter": true,
  1666. "_isAbsVerticalCenter": true,
  1667. "_originalWidth": 0,
  1668. "_originalHeight": 0,
  1669. "_id": ""
  1670. },
  1671. {
  1672. "__type__": "3251aCuG7ZC+oEceDfuKFcK",
  1673. "_name": "",
  1674. "_objFlags": 0,
  1675. "node": {
  1676. "__id__": 1
  1677. },
  1678. "_enabled": true,
  1679. "showVideoBtn": {
  1680. "__id__": 20
  1681. },
  1682. "clickBtn": {
  1683. "__id__": 20
  1684. },
  1685. "btnLabel": {
  1686. "__id__": 16
  1687. },
  1688. "panel": {
  1689. "__id__": 7
  1690. },
  1691. "videoIcon": {
  1692. "__id__": 22
  1693. },
  1694. "progressBar": {
  1695. "__id__": 43
  1696. },
  1697. "boxNode": {
  1698. "__id__": 11
  1699. },
  1700. "_id": ""
  1701. },
  1702. {
  1703. "__type__": "cc.PrefabInfo",
  1704. "root": {
  1705. "__id__": 1
  1706. },
  1707. "asset": {
  1708. "__uuid__": "961d16b2-96d8-4785-b461-bd4ef979db94"
  1709. },
  1710. "fileId": "9a/KCcZbBPLrrOwNzijzJE",
  1711. "sync": false
  1712. }
  1713. ]