GetWindow.prefab 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  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": "GetWindow",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 12
  24. },
  25. {
  26. "__id__": 54
  27. }
  28. ],
  29. "_active": true,
  30. "_components": [
  31. {
  32. "__id__": 58
  33. },
  34. {
  35. "__id__": 60
  36. },
  37. {
  38. "__id__": 62
  39. },
  40. {
  41. "__id__": 65
  42. },
  43. {
  44. "__id__": 73
  45. }
  46. ],
  47. "_prefab": {
  48. "__id__": 75
  49. },
  50. "_lpos": {
  51. "__type__": "cc.Vec3",
  52. "x": 0,
  53. "y": 0,
  54. "z": 0
  55. },
  56. "_lrot": {
  57. "__type__": "cc.Quat",
  58. "x": 0,
  59. "y": 0,
  60. "z": 0,
  61. "w": 1
  62. },
  63. "_lscale": {
  64. "__type__": "cc.Vec3",
  65. "x": 1,
  66. "y": 1,
  67. "z": 1
  68. },
  69. "_layer": 1073741824,
  70. "_euler": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_id": ""
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "Mask",
  81. "_objFlags": 0,
  82. "_parent": {
  83. "__id__": 1
  84. },
  85. "_children": [],
  86. "_active": true,
  87. "_components": [
  88. {
  89. "__id__": 3
  90. },
  91. {
  92. "__id__": 5
  93. },
  94. {
  95. "__id__": 7
  96. },
  97. {
  98. "__id__": 9
  99. }
  100. ],
  101. "_prefab": {
  102. "__id__": 11
  103. },
  104. "_lpos": {
  105. "__type__": "cc.Vec3",
  106. "x": 0,
  107. "y": 0,
  108. "z": 0
  109. },
  110. "_lrot": {
  111. "__type__": "cc.Quat",
  112. "x": 0,
  113. "y": 0,
  114. "z": 0,
  115. "w": 1
  116. },
  117. "_lscale": {
  118. "__type__": "cc.Vec3",
  119. "x": 1,
  120. "y": 1,
  121. "z": 1
  122. },
  123. "_layer": 33554432,
  124. "_euler": {
  125. "__type__": "cc.Vec3",
  126. "x": 0,
  127. "y": 0,
  128. "z": 0
  129. },
  130. "_id": ""
  131. },
  132. {
  133. "__type__": "cc.UITransform",
  134. "_name": "",
  135. "_objFlags": 0,
  136. "node": {
  137. "__id__": 2
  138. },
  139. "_enabled": true,
  140. "__prefab": {
  141. "__id__": 4
  142. },
  143. "_priority": 0,
  144. "_contentSize": {
  145. "__type__": "cc.Size",
  146. "width": 750,
  147. "height": 1334
  148. },
  149. "_anchorPoint": {
  150. "__type__": "cc.Vec2",
  151. "x": 0.5,
  152. "y": 0.5
  153. },
  154. "_id": ""
  155. },
  156. {
  157. "__type__": "cc.CompPrefabInfo",
  158. "fileId": "55pCbtzR5GbojKMArZkfim"
  159. },
  160. {
  161. "__type__": "cc.Sprite",
  162. "_name": "",
  163. "_objFlags": 0,
  164. "node": {
  165. "__id__": 2
  166. },
  167. "_enabled": true,
  168. "__prefab": {
  169. "__id__": 6
  170. },
  171. "_visFlags": 0,
  172. "_customMaterial": null,
  173. "_srcBlendFactor": 2,
  174. "_dstBlendFactor": 4,
  175. "_color": {
  176. "__type__": "cc.Color",
  177. "r": 0,
  178. "g": 0,
  179. "b": 0,
  180. "a": 150
  181. },
  182. "_spriteFrame": {
  183. "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941"
  184. },
  185. "_type": 0,
  186. "_fillType": 0,
  187. "_sizeMode": 0,
  188. "_fillCenter": {
  189. "__type__": "cc.Vec2",
  190. "x": 0,
  191. "y": 0
  192. },
  193. "_fillStart": 0,
  194. "_fillRange": 0,
  195. "_isTrimmedMode": true,
  196. "_useGrayscale": false,
  197. "_atlas": null,
  198. "_id": ""
  199. },
  200. {
  201. "__type__": "cc.CompPrefabInfo",
  202. "fileId": "20UGQn4U9GUoln0NJQTkbG"
  203. },
  204. {
  205. "__type__": "cc.Widget",
  206. "_name": "",
  207. "_objFlags": 0,
  208. "node": {
  209. "__id__": 2
  210. },
  211. "_enabled": true,
  212. "__prefab": {
  213. "__id__": 8
  214. },
  215. "_alignFlags": 45,
  216. "_target": null,
  217. "_left": 0,
  218. "_right": 0,
  219. "_top": 0,
  220. "_bottom": 0,
  221. "_horizontalCenter": 0,
  222. "_verticalCenter": 0,
  223. "_isAbsLeft": true,
  224. "_isAbsRight": true,
  225. "_isAbsTop": true,
  226. "_isAbsBottom": true,
  227. "_isAbsHorizontalCenter": true,
  228. "_isAbsVerticalCenter": true,
  229. "_originalWidth": 100,
  230. "_originalHeight": 100,
  231. "_alignMode": 2,
  232. "_lockFlags": 0,
  233. "_id": ""
  234. },
  235. {
  236. "__type__": "cc.CompPrefabInfo",
  237. "fileId": "b3JMgBAeBLZ6vv0GuX0YAp"
  238. },
  239. {
  240. "__type__": "cc.BlockInputEvents",
  241. "_name": "",
  242. "_objFlags": 0,
  243. "node": {
  244. "__id__": 2
  245. },
  246. "_enabled": true,
  247. "__prefab": {
  248. "__id__": 10
  249. },
  250. "_id": ""
  251. },
  252. {
  253. "__type__": "cc.CompPrefabInfo",
  254. "fileId": "6aFdBHhwJB/YgWBnWdZHs3"
  255. },
  256. {
  257. "__type__": "cc.PrefabInfo",
  258. "root": {
  259. "__id__": 1
  260. },
  261. "asset": {
  262. "__id__": 0
  263. },
  264. "fileId": "c7XV798dNPQ69fnYFdjAhx"
  265. },
  266. {
  267. "__type__": "cc.Node",
  268. "_name": "界面",
  269. "_objFlags": 0,
  270. "_parent": {
  271. "__id__": 1
  272. },
  273. "_children": [
  274. {
  275. "__id__": 13
  276. },
  277. {
  278. "__id__": 19
  279. },
  280. {
  281. "__id__": 25
  282. },
  283. {
  284. "__id__": 37
  285. },
  286. {
  287. "__id__": 45
  288. }
  289. ],
  290. "_active": true,
  291. "_components": [
  292. {
  293. "__id__": 51
  294. }
  295. ],
  296. "_prefab": {
  297. "__id__": 53
  298. },
  299. "_lpos": {
  300. "__type__": "cc.Vec3",
  301. "x": 0,
  302. "y": 0,
  303. "z": 0
  304. },
  305. "_lrot": {
  306. "__type__": "cc.Quat",
  307. "x": 0,
  308. "y": 0,
  309. "z": 0,
  310. "w": 1
  311. },
  312. "_lscale": {
  313. "__type__": "cc.Vec3",
  314. "x": 1,
  315. "y": 1,
  316. "z": 1
  317. },
  318. "_layer": 1073741824,
  319. "_euler": {
  320. "__type__": "cc.Vec3",
  321. "x": 0,
  322. "y": 0,
  323. "z": 0
  324. },
  325. "_id": ""
  326. },
  327. {
  328. "__type__": "cc.Node",
  329. "_name": "bg_prize2",
  330. "_objFlags": 0,
  331. "_parent": {
  332. "__id__": 12
  333. },
  334. "_children": [],
  335. "_active": true,
  336. "_components": [
  337. {
  338. "__id__": 14
  339. },
  340. {
  341. "__id__": 16
  342. }
  343. ],
  344. "_prefab": {
  345. "__id__": 18
  346. },
  347. "_lpos": {
  348. "__type__": "cc.Vec3",
  349. "x": 0,
  350. "y": 0,
  351. "z": 0
  352. },
  353. "_lrot": {
  354. "__type__": "cc.Quat",
  355. "x": 0,
  356. "y": 0,
  357. "z": 0,
  358. "w": 1
  359. },
  360. "_lscale": {
  361. "__type__": "cc.Vec3",
  362. "x": 1,
  363. "y": 1,
  364. "z": 1
  365. },
  366. "_layer": 1073741824,
  367. "_euler": {
  368. "__type__": "cc.Vec3",
  369. "x": 0,
  370. "y": 0,
  371. "z": 0
  372. },
  373. "_id": ""
  374. },
  375. {
  376. "__type__": "cc.UITransform",
  377. "_name": "",
  378. "_objFlags": 0,
  379. "node": {
  380. "__id__": 13
  381. },
  382. "_enabled": true,
  383. "__prefab": {
  384. "__id__": 15
  385. },
  386. "_priority": 0,
  387. "_contentSize": {
  388. "__type__": "cc.Size",
  389. "width": 595,
  390. "height": 365
  391. },
  392. "_anchorPoint": {
  393. "__type__": "cc.Vec2",
  394. "x": 0.5,
  395. "y": 0.5
  396. },
  397. "_id": ""
  398. },
  399. {
  400. "__type__": "cc.CompPrefabInfo",
  401. "fileId": "808HtT3N1DTZ8Phi3ZKY8+"
  402. },
  403. {
  404. "__type__": "cc.Sprite",
  405. "_name": "",
  406. "_objFlags": 0,
  407. "node": {
  408. "__id__": 13
  409. },
  410. "_enabled": true,
  411. "__prefab": {
  412. "__id__": 17
  413. },
  414. "_visFlags": 0,
  415. "_customMaterial": null,
  416. "_srcBlendFactor": 2,
  417. "_dstBlendFactor": 4,
  418. "_color": {
  419. "__type__": "cc.Color",
  420. "r": 255,
  421. "g": 255,
  422. "b": 255,
  423. "a": 255
  424. },
  425. "_spriteFrame": {
  426. "__uuid__": "6cdc8e83-7abd-4698-a313-1fd87f6bea6a@f9941"
  427. },
  428. "_type": 0,
  429. "_fillType": 0,
  430. "_sizeMode": 0,
  431. "_fillCenter": {
  432. "__type__": "cc.Vec2",
  433. "x": 0,
  434. "y": 0
  435. },
  436. "_fillStart": 0,
  437. "_fillRange": 0,
  438. "_isTrimmedMode": true,
  439. "_useGrayscale": false,
  440. "_atlas": null,
  441. "_id": ""
  442. },
  443. {
  444. "__type__": "cc.CompPrefabInfo",
  445. "fileId": "6cEcExYSVNnKBRJx/mPOUA"
  446. },
  447. {
  448. "__type__": "cc.PrefabInfo",
  449. "root": {
  450. "__id__": 1
  451. },
  452. "asset": {
  453. "__id__": 0
  454. },
  455. "fileId": "1chGrSGh1IXbG73qnUF2lW"
  456. },
  457. {
  458. "__type__": "cc.Node",
  459. "_name": "get_window_light",
  460. "_objFlags": 0,
  461. "_parent": {
  462. "__id__": 12
  463. },
  464. "_children": [],
  465. "_active": true,
  466. "_components": [
  467. {
  468. "__id__": 20
  469. },
  470. {
  471. "__id__": 22
  472. }
  473. ],
  474. "_prefab": {
  475. "__id__": 24
  476. },
  477. "_lpos": {
  478. "__type__": "cc.Vec3",
  479. "x": 0,
  480. "y": 0,
  481. "z": 0
  482. },
  483. "_lrot": {
  484. "__type__": "cc.Quat",
  485. "x": 0,
  486. "y": 0,
  487. "z": 0,
  488. "w": 1
  489. },
  490. "_lscale": {
  491. "__type__": "cc.Vec3",
  492. "x": 1,
  493. "y": 1,
  494. "z": 1
  495. },
  496. "_layer": 1073741824,
  497. "_euler": {
  498. "__type__": "cc.Vec3",
  499. "x": 0,
  500. "y": 0,
  501. "z": 0
  502. },
  503. "_id": ""
  504. },
  505. {
  506. "__type__": "cc.UITransform",
  507. "_name": "",
  508. "_objFlags": 0,
  509. "node": {
  510. "__id__": 19
  511. },
  512. "_enabled": true,
  513. "__prefab": {
  514. "__id__": 21
  515. },
  516. "_priority": 0,
  517. "_contentSize": {
  518. "__type__": "cc.Size",
  519. "width": 365,
  520. "height": 266
  521. },
  522. "_anchorPoint": {
  523. "__type__": "cc.Vec2",
  524. "x": 0.5,
  525. "y": 0.5
  526. },
  527. "_id": ""
  528. },
  529. {
  530. "__type__": "cc.CompPrefabInfo",
  531. "fileId": "ccMfg9SONAy6y8C4mR8J9/"
  532. },
  533. {
  534. "__type__": "cc.Sprite",
  535. "_name": "",
  536. "_objFlags": 0,
  537. "node": {
  538. "__id__": 19
  539. },
  540. "_enabled": true,
  541. "__prefab": {
  542. "__id__": 23
  543. },
  544. "_visFlags": 0,
  545. "_customMaterial": null,
  546. "_srcBlendFactor": 2,
  547. "_dstBlendFactor": 4,
  548. "_color": {
  549. "__type__": "cc.Color",
  550. "r": 255,
  551. "g": 255,
  552. "b": 255,
  553. "a": 255
  554. },
  555. "_spriteFrame": {
  556. "__uuid__": "e8637013-999e-4611-a5e3-bebc6cbb7cfa@f9941"
  557. },
  558. "_type": 0,
  559. "_fillType": 0,
  560. "_sizeMode": 0,
  561. "_fillCenter": {
  562. "__type__": "cc.Vec2",
  563. "x": 0,
  564. "y": 0
  565. },
  566. "_fillStart": 0,
  567. "_fillRange": 0,
  568. "_isTrimmedMode": true,
  569. "_useGrayscale": false,
  570. "_atlas": null,
  571. "_id": ""
  572. },
  573. {
  574. "__type__": "cc.CompPrefabInfo",
  575. "fileId": "025ib7IxxGZIR++Mq/PcUx"
  576. },
  577. {
  578. "__type__": "cc.PrefabInfo",
  579. "root": {
  580. "__id__": 1
  581. },
  582. "asset": {
  583. "__id__": 0
  584. },
  585. "fileId": "6acUKTnEJAXL4j1J3OAmCC"
  586. },
  587. {
  588. "__type__": "cc.Node",
  589. "_name": "bg_prize",
  590. "_objFlags": 0,
  591. "_parent": {
  592. "__id__": 12
  593. },
  594. "_children": [
  595. {
  596. "__id__": 26
  597. }
  598. ],
  599. "_active": true,
  600. "_components": [
  601. {
  602. "__id__": 32
  603. },
  604. {
  605. "__id__": 34
  606. }
  607. ],
  608. "_prefab": {
  609. "__id__": 36
  610. },
  611. "_lpos": {
  612. "__type__": "cc.Vec3",
  613. "x": 0,
  614. "y": 0,
  615. "z": 0
  616. },
  617. "_lrot": {
  618. "__type__": "cc.Quat",
  619. "x": 0,
  620. "y": 0,
  621. "z": 0,
  622. "w": 1
  623. },
  624. "_lscale": {
  625. "__type__": "cc.Vec3",
  626. "x": 1,
  627. "y": 1,
  628. "z": 1
  629. },
  630. "_layer": 1073741824,
  631. "_euler": {
  632. "__type__": "cc.Vec3",
  633. "x": 0,
  634. "y": 0,
  635. "z": 0
  636. },
  637. "_id": ""
  638. },
  639. {
  640. "__type__": "cc.Node",
  641. "_name": "图标",
  642. "_objFlags": 0,
  643. "_parent": {
  644. "__id__": 25
  645. },
  646. "_children": [],
  647. "_active": true,
  648. "_components": [
  649. {
  650. "__id__": 27
  651. },
  652. {
  653. "__id__": 29
  654. }
  655. ],
  656. "_prefab": {
  657. "__id__": 31
  658. },
  659. "_lpos": {
  660. "__type__": "cc.Vec3",
  661. "x": 0,
  662. "y": 0,
  663. "z": 0
  664. },
  665. "_lrot": {
  666. "__type__": "cc.Quat",
  667. "x": 0,
  668. "y": 0,
  669. "z": 0,
  670. "w": 1
  671. },
  672. "_lscale": {
  673. "__type__": "cc.Vec3",
  674. "x": 0.8,
  675. "y": 0.8,
  676. "z": 1
  677. },
  678. "_layer": 1073741824,
  679. "_euler": {
  680. "__type__": "cc.Vec3",
  681. "x": 0,
  682. "y": 0,
  683. "z": 0
  684. },
  685. "_id": ""
  686. },
  687. {
  688. "__type__": "cc.UITransform",
  689. "_name": "",
  690. "_objFlags": 0,
  691. "node": {
  692. "__id__": 26
  693. },
  694. "_enabled": true,
  695. "__prefab": {
  696. "__id__": 28
  697. },
  698. "_priority": 0,
  699. "_contentSize": {
  700. "__type__": "cc.Size",
  701. "width": 205,
  702. "height": 217
  703. },
  704. "_anchorPoint": {
  705. "__type__": "cc.Vec2",
  706. "x": 0.5,
  707. "y": 0.5
  708. },
  709. "_id": ""
  710. },
  711. {
  712. "__type__": "cc.CompPrefabInfo",
  713. "fileId": "e0G5mrlqFEm4dzOTFwT96x"
  714. },
  715. {
  716. "__type__": "cc.Sprite",
  717. "_name": "",
  718. "_objFlags": 0,
  719. "node": {
  720. "__id__": 26
  721. },
  722. "_enabled": true,
  723. "__prefab": {
  724. "__id__": 30
  725. },
  726. "_visFlags": 0,
  727. "_customMaterial": null,
  728. "_srcBlendFactor": 2,
  729. "_dstBlendFactor": 4,
  730. "_color": {
  731. "__type__": "cc.Color",
  732. "r": 255,
  733. "g": 255,
  734. "b": 255,
  735. "a": 255
  736. },
  737. "_spriteFrame": null,
  738. "_type": 0,
  739. "_fillType": 0,
  740. "_sizeMode": 1,
  741. "_fillCenter": {
  742. "__type__": "cc.Vec2",
  743. "x": 0,
  744. "y": 0
  745. },
  746. "_fillStart": 0,
  747. "_fillRange": 0,
  748. "_isTrimmedMode": true,
  749. "_useGrayscale": false,
  750. "_atlas": null,
  751. "_id": ""
  752. },
  753. {
  754. "__type__": "cc.CompPrefabInfo",
  755. "fileId": "7c2NemLrhCJboRXRSY5hkE"
  756. },
  757. {
  758. "__type__": "cc.PrefabInfo",
  759. "root": {
  760. "__id__": 1
  761. },
  762. "asset": {
  763. "__id__": 0
  764. },
  765. "fileId": "7amsLOun5G/538nvQ0e3bs"
  766. },
  767. {
  768. "__type__": "cc.UITransform",
  769. "_name": "",
  770. "_objFlags": 0,
  771. "node": {
  772. "__id__": 25
  773. },
  774. "_enabled": true,
  775. "__prefab": {
  776. "__id__": 33
  777. },
  778. "_priority": 0,
  779. "_contentSize": {
  780. "__type__": "cc.Size",
  781. "width": 157,
  782. "height": 158
  783. },
  784. "_anchorPoint": {
  785. "__type__": "cc.Vec2",
  786. "x": 0.5,
  787. "y": 0.5
  788. },
  789. "_id": ""
  790. },
  791. {
  792. "__type__": "cc.CompPrefabInfo",
  793. "fileId": "4cXMeDV75MMazhS4tjU4Cj"
  794. },
  795. {
  796. "__type__": "cc.Sprite",
  797. "_name": "",
  798. "_objFlags": 0,
  799. "node": {
  800. "__id__": 25
  801. },
  802. "_enabled": true,
  803. "__prefab": {
  804. "__id__": 35
  805. },
  806. "_visFlags": 0,
  807. "_customMaterial": null,
  808. "_srcBlendFactor": 2,
  809. "_dstBlendFactor": 4,
  810. "_color": {
  811. "__type__": "cc.Color",
  812. "r": 255,
  813. "g": 255,
  814. "b": 255,
  815. "a": 255
  816. },
  817. "_spriteFrame": {
  818. "__uuid__": "f5e682dd-26f7-45be-a562-ba34de090e4e@f9941"
  819. },
  820. "_type": 0,
  821. "_fillType": 0,
  822. "_sizeMode": 0,
  823. "_fillCenter": {
  824. "__type__": "cc.Vec2",
  825. "x": 0,
  826. "y": 0
  827. },
  828. "_fillStart": 0,
  829. "_fillRange": 0,
  830. "_isTrimmedMode": true,
  831. "_useGrayscale": false,
  832. "_atlas": null,
  833. "_id": ""
  834. },
  835. {
  836. "__type__": "cc.CompPrefabInfo",
  837. "fileId": "0b4d57FSdKvItQLTk7quZp"
  838. },
  839. {
  840. "__type__": "cc.PrefabInfo",
  841. "root": {
  842. "__id__": 1
  843. },
  844. "asset": {
  845. "__id__": 0
  846. },
  847. "fileId": "73WZIwTKxO8521CtiapZDS"
  848. },
  849. {
  850. "__type__": "cc.Node",
  851. "_name": "获得数量",
  852. "_objFlags": 0,
  853. "_parent": {
  854. "__id__": 12
  855. },
  856. "_children": [],
  857. "_active": true,
  858. "_components": [
  859. {
  860. "__id__": 38
  861. },
  862. {
  863. "__id__": 40
  864. },
  865. {
  866. "__id__": 42
  867. }
  868. ],
  869. "_prefab": {
  870. "__id__": 44
  871. },
  872. "_lpos": {
  873. "__type__": "cc.Vec3",
  874. "x": 0,
  875. "y": -69.125,
  876. "z": 0
  877. },
  878. "_lrot": {
  879. "__type__": "cc.Quat",
  880. "x": 0,
  881. "y": 0,
  882. "z": 0,
  883. "w": 1
  884. },
  885. "_lscale": {
  886. "__type__": "cc.Vec3",
  887. "x": 1,
  888. "y": 1,
  889. "z": 1
  890. },
  891. "_layer": 33554432,
  892. "_euler": {
  893. "__type__": "cc.Vec3",
  894. "x": 0,
  895. "y": 0,
  896. "z": 0
  897. },
  898. "_id": ""
  899. },
  900. {
  901. "__type__": "cc.UITransform",
  902. "_name": "",
  903. "_objFlags": 0,
  904. "node": {
  905. "__id__": 37
  906. },
  907. "_enabled": true,
  908. "__prefab": {
  909. "__id__": 39
  910. },
  911. "_priority": 0,
  912. "_contentSize": {
  913. "__type__": "cc.Size",
  914. "width": 56.37,
  915. "height": 45.8
  916. },
  917. "_anchorPoint": {
  918. "__type__": "cc.Vec2",
  919. "x": 0.5,
  920. "y": 0.5
  921. },
  922. "_id": ""
  923. },
  924. {
  925. "__type__": "cc.CompPrefabInfo",
  926. "fileId": "c68UOAlNhN171Umca6yVvF"
  927. },
  928. {
  929. "__type__": "cc.Label",
  930. "_name": "",
  931. "_objFlags": 0,
  932. "node": {
  933. "__id__": 37
  934. },
  935. "_enabled": true,
  936. "__prefab": {
  937. "__id__": 41
  938. },
  939. "_visFlags": 0,
  940. "_customMaterial": null,
  941. "_srcBlendFactor": 2,
  942. "_dstBlendFactor": 4,
  943. "_color": {
  944. "__type__": "cc.Color",
  945. "r": 253,
  946. "g": 226,
  947. "b": 83,
  948. "a": 255
  949. },
  950. "_string": "x14",
  951. "_horizontalAlign": 1,
  952. "_verticalAlign": 1,
  953. "_actualFontSize": 30,
  954. "_fontSize": 30,
  955. "_fontFamily": "Arial",
  956. "_lineHeight": 30,
  957. "_overflow": 0,
  958. "_enableWrapText": true,
  959. "_font": null,
  960. "_isSystemFontUsed": true,
  961. "_isItalic": false,
  962. "_isBold": false,
  963. "_isUnderline": false,
  964. "_underlineHeight": 2,
  965. "_cacheMode": 0,
  966. "_id": ""
  967. },
  968. {
  969. "__type__": "cc.CompPrefabInfo",
  970. "fileId": "2frm37uaJHQr0AEEaYyM82"
  971. },
  972. {
  973. "__type__": "cc.LabelOutline",
  974. "_name": "",
  975. "_objFlags": 0,
  976. "node": {
  977. "__id__": 37
  978. },
  979. "_enabled": true,
  980. "__prefab": {
  981. "__id__": 43
  982. },
  983. "_color": {
  984. "__type__": "cc.Color",
  985. "r": 177,
  986. "g": 127,
  987. "b": 21,
  988. "a": 255
  989. },
  990. "_width": 4,
  991. "_id": ""
  992. },
  993. {
  994. "__type__": "cc.CompPrefabInfo",
  995. "fileId": "66RDDWjs9LmJ+/YW5vDauv"
  996. },
  997. {
  998. "__type__": "cc.PrefabInfo",
  999. "root": {
  1000. "__id__": 1
  1001. },
  1002. "asset": {
  1003. "__id__": 0
  1004. },
  1005. "fileId": "8cu753H/NGMKgyceMM6N5B"
  1006. },
  1007. {
  1008. "__type__": "cc.Node",
  1009. "_name": "关闭文本",
  1010. "_objFlags": 0,
  1011. "_parent": {
  1012. "__id__": 12
  1013. },
  1014. "_children": [],
  1015. "_active": true,
  1016. "_components": [
  1017. {
  1018. "__id__": 46
  1019. },
  1020. {
  1021. "__id__": 48
  1022. }
  1023. ],
  1024. "_prefab": {
  1025. "__id__": 50
  1026. },
  1027. "_lpos": {
  1028. "__type__": "cc.Vec3",
  1029. "x": 0,
  1030. "y": -576.688,
  1031. "z": 0
  1032. },
  1033. "_lrot": {
  1034. "__type__": "cc.Quat",
  1035. "x": 0,
  1036. "y": 0,
  1037. "z": 0,
  1038. "w": 1
  1039. },
  1040. "_lscale": {
  1041. "__type__": "cc.Vec3",
  1042. "x": 1,
  1043. "y": 1,
  1044. "z": 1
  1045. },
  1046. "_layer": 33554432,
  1047. "_euler": {
  1048. "__type__": "cc.Vec3",
  1049. "x": 0,
  1050. "y": 0,
  1051. "z": 0
  1052. },
  1053. "_id": ""
  1054. },
  1055. {
  1056. "__type__": "cc.UITransform",
  1057. "_name": "",
  1058. "_objFlags": 0,
  1059. "node": {
  1060. "__id__": 45
  1061. },
  1062. "_enabled": true,
  1063. "__prefab": {
  1064. "__id__": 47
  1065. },
  1066. "_priority": 0,
  1067. "_contentSize": {
  1068. "__type__": "cc.Size",
  1069. "width": 320,
  1070. "height": 50.4
  1071. },
  1072. "_anchorPoint": {
  1073. "__type__": "cc.Vec2",
  1074. "x": 0.5,
  1075. "y": 0.5
  1076. },
  1077. "_id": ""
  1078. },
  1079. {
  1080. "__type__": "cc.CompPrefabInfo",
  1081. "fileId": "eex8p2izhCXIfE4XIZEHG3"
  1082. },
  1083. {
  1084. "__type__": "cc.Label",
  1085. "_name": "",
  1086. "_objFlags": 0,
  1087. "node": {
  1088. "__id__": 45
  1089. },
  1090. "_enabled": true,
  1091. "__prefab": {
  1092. "__id__": 49
  1093. },
  1094. "_visFlags": 0,
  1095. "_customMaterial": null,
  1096. "_srcBlendFactor": 2,
  1097. "_dstBlendFactor": 4,
  1098. "_color": {
  1099. "__type__": "cc.Color",
  1100. "r": 255,
  1101. "g": 255,
  1102. "b": 255,
  1103. "a": 255
  1104. },
  1105. "_string": "点击任意位置关闭",
  1106. "_horizontalAlign": 1,
  1107. "_verticalAlign": 1,
  1108. "_actualFontSize": 40,
  1109. "_fontSize": 40,
  1110. "_fontFamily": "Arial",
  1111. "_lineHeight": 40,
  1112. "_overflow": 0,
  1113. "_enableWrapText": true,
  1114. "_font": null,
  1115. "_isSystemFontUsed": true,
  1116. "_isItalic": false,
  1117. "_isBold": false,
  1118. "_isUnderline": false,
  1119. "_underlineHeight": 2,
  1120. "_cacheMode": 0,
  1121. "_id": ""
  1122. },
  1123. {
  1124. "__type__": "cc.CompPrefabInfo",
  1125. "fileId": "65X5viVmVEp6VBE0lu+ScJ"
  1126. },
  1127. {
  1128. "__type__": "cc.PrefabInfo",
  1129. "root": {
  1130. "__id__": 1
  1131. },
  1132. "asset": {
  1133. "__id__": 0
  1134. },
  1135. "fileId": "57uxGEB4NKfbyqghPERGh1"
  1136. },
  1137. {
  1138. "__type__": "cc.UITransform",
  1139. "_name": "",
  1140. "_objFlags": 0,
  1141. "node": {
  1142. "__id__": 12
  1143. },
  1144. "_enabled": true,
  1145. "__prefab": {
  1146. "__id__": 52
  1147. },
  1148. "_priority": 0,
  1149. "_contentSize": {
  1150. "__type__": "cc.Size",
  1151. "width": 750,
  1152. "height": 525
  1153. },
  1154. "_anchorPoint": {
  1155. "__type__": "cc.Vec2",
  1156. "x": 0.5,
  1157. "y": 0.5
  1158. },
  1159. "_id": ""
  1160. },
  1161. {
  1162. "__type__": "cc.CompPrefabInfo",
  1163. "fileId": "a68syPc/NJ2bs0pXim3gPi"
  1164. },
  1165. {
  1166. "__type__": "cc.PrefabInfo",
  1167. "root": {
  1168. "__id__": 1
  1169. },
  1170. "asset": {
  1171. "__id__": 0
  1172. },
  1173. "fileId": "a4/cmzNoxCo61jI+F2v1RA"
  1174. },
  1175. {
  1176. "__type__": "cc.Node",
  1177. "_name": "sound",
  1178. "_objFlags": 0,
  1179. "_parent": {
  1180. "__id__": 1
  1181. },
  1182. "_children": [],
  1183. "_active": true,
  1184. "_components": [
  1185. {
  1186. "__id__": 55
  1187. }
  1188. ],
  1189. "_prefab": {
  1190. "__id__": 57
  1191. },
  1192. "_lpos": {
  1193. "__type__": "cc.Vec3",
  1194. "x": 0,
  1195. "y": 0,
  1196. "z": 0
  1197. },
  1198. "_lrot": {
  1199. "__type__": "cc.Quat",
  1200. "x": 0,
  1201. "y": 0,
  1202. "z": 0,
  1203. "w": 1
  1204. },
  1205. "_lscale": {
  1206. "__type__": "cc.Vec3",
  1207. "x": 1,
  1208. "y": 1,
  1209. "z": 1
  1210. },
  1211. "_layer": 1073741824,
  1212. "_euler": {
  1213. "__type__": "cc.Vec3",
  1214. "x": 0,
  1215. "y": 0,
  1216. "z": 0
  1217. },
  1218. "_id": ""
  1219. },
  1220. {
  1221. "__type__": "cdd04yfaqRHFq70LPrHS+MH",
  1222. "_name": "",
  1223. "_objFlags": 0,
  1224. "node": {
  1225. "__id__": 54
  1226. },
  1227. "_enabled": true,
  1228. "__prefab": {
  1229. "__id__": 56
  1230. },
  1231. "clips": [
  1232. {
  1233. "__uuid__": "6602198a-0c78-4aec-a38a-d3ee5be20da8"
  1234. }
  1235. ],
  1236. "_volume": 1,
  1237. "useGlobalVolume": true,
  1238. "playOnLoad": true,
  1239. "playOnTouch": false,
  1240. "oneShot": true,
  1241. "loop": false,
  1242. "_id": ""
  1243. },
  1244. {
  1245. "__type__": "cc.CompPrefabInfo",
  1246. "fileId": "96pM92OfJL3LHeaka4pZWE"
  1247. },
  1248. {
  1249. "__type__": "cc.PrefabInfo",
  1250. "root": {
  1251. "__id__": 1
  1252. },
  1253. "asset": {
  1254. "__id__": 0
  1255. },
  1256. "fileId": "99lVIlbRhD1aZfRwb5PIEn"
  1257. },
  1258. {
  1259. "__type__": "cc.UITransform",
  1260. "_name": "",
  1261. "_objFlags": 0,
  1262. "node": {
  1263. "__id__": 1
  1264. },
  1265. "_enabled": true,
  1266. "__prefab": {
  1267. "__id__": 59
  1268. },
  1269. "_priority": 0,
  1270. "_contentSize": {
  1271. "__type__": "cc.Size",
  1272. "width": 750,
  1273. "height": 1334
  1274. },
  1275. "_anchorPoint": {
  1276. "__type__": "cc.Vec2",
  1277. "x": 0.5,
  1278. "y": 0.5
  1279. },
  1280. "_id": ""
  1281. },
  1282. {
  1283. "__type__": "cc.CompPrefabInfo",
  1284. "fileId": "f6KVAH6vZLoqyrlCpdfcDS"
  1285. },
  1286. {
  1287. "__type__": "cc.Widget",
  1288. "_name": "",
  1289. "_objFlags": 0,
  1290. "node": {
  1291. "__id__": 1
  1292. },
  1293. "_enabled": true,
  1294. "__prefab": {
  1295. "__id__": 61
  1296. },
  1297. "_alignFlags": 45,
  1298. "_target": null,
  1299. "_left": 0,
  1300. "_right": 0,
  1301. "_top": 0,
  1302. "_bottom": 0,
  1303. "_horizontalCenter": 0,
  1304. "_verticalCenter": 0,
  1305. "_isAbsLeft": true,
  1306. "_isAbsRight": true,
  1307. "_isAbsTop": true,
  1308. "_isAbsBottom": true,
  1309. "_isAbsHorizontalCenter": true,
  1310. "_isAbsVerticalCenter": true,
  1311. "_originalWidth": 100,
  1312. "_originalHeight": 100,
  1313. "_alignMode": 2,
  1314. "_lockFlags": 0,
  1315. "_id": ""
  1316. },
  1317. {
  1318. "__type__": "cc.CompPrefabInfo",
  1319. "fileId": "b3SE3QFiZBqLejMEqfk6hx"
  1320. },
  1321. {
  1322. "__type__": "bd869tPK79PH4A99v6jE8q0",
  1323. "_name": "",
  1324. "_objFlags": 0,
  1325. "node": {
  1326. "__id__": 1
  1327. },
  1328. "_enabled": true,
  1329. "__prefab": {
  1330. "__id__": 63
  1331. },
  1332. "closeNodes": [
  1333. {
  1334. "__id__": 2
  1335. }
  1336. ],
  1337. "onParams": {
  1338. "__id__": 64
  1339. },
  1340. "_id": ""
  1341. },
  1342. {
  1343. "__type__": "cc.CompPrefabInfo",
  1344. "fileId": "9aTuT8S9lDkrRD27c5ZpW/"
  1345. },
  1346. {
  1347. "__type__": "cc.ClickEvent",
  1348. "target": {
  1349. "__id__": 1
  1350. },
  1351. "component": "",
  1352. "_componentId": "d2e9bTDKNlBZ7ZE3NjZcuwq",
  1353. "handler": "onParams",
  1354. "customEventData": ""
  1355. },
  1356. {
  1357. "__type__": "f09a7WWbCZKMLg25ZPlS2ul",
  1358. "_name": "",
  1359. "_objFlags": 0,
  1360. "node": {
  1361. "__id__": 1
  1362. },
  1363. "_enabled": true,
  1364. "__prefab": {
  1365. "__id__": 66
  1366. },
  1367. "showType": 1,
  1368. "ads": [
  1369. {
  1370. "__id__": 67
  1371. },
  1372. {
  1373. "__id__": 69
  1374. },
  1375. {
  1376. "__id__": 71
  1377. }
  1378. ],
  1379. "showOnLoad": false,
  1380. "_id": ""
  1381. },
  1382. {
  1383. "__type__": "cc.CompPrefabInfo",
  1384. "fileId": "c76flJHmBMRKPQHyloiETn"
  1385. },
  1386. {
  1387. "__type__": "ADHelperData",
  1388. "type": 0,
  1389. "weight": 15,
  1390. "deley": {
  1391. "__id__": 68
  1392. }
  1393. },
  1394. {
  1395. "__type__": "ADHelperDeleyData",
  1396. "type": 0,
  1397. "deley_const": 0,
  1398. "deley_random": {
  1399. "__type__": "cc.Vec2",
  1400. "x": 0,
  1401. "y": 0
  1402. }
  1403. },
  1404. {
  1405. "__type__": "ADHelperData",
  1406. "type": 4,
  1407. "weight": 65,
  1408. "deley": {
  1409. "__id__": 70
  1410. }
  1411. },
  1412. {
  1413. "__type__": "ADHelperDeleyData",
  1414. "type": 1,
  1415. "deley_const": 0,
  1416. "deley_random": {
  1417. "__type__": "cc.Vec2",
  1418. "x": 0,
  1419. "y": 2
  1420. }
  1421. },
  1422. {
  1423. "__type__": "ADHelperData",
  1424. "type": 1,
  1425. "weight": 50,
  1426. "deley": {
  1427. "__id__": 72
  1428. }
  1429. },
  1430. {
  1431. "__type__": "ADHelperDeleyData",
  1432. "type": 1,
  1433. "deley_const": 0,
  1434. "deley_random": {
  1435. "__type__": "cc.Vec2",
  1436. "x": 0,
  1437. "y": 2
  1438. }
  1439. },
  1440. {
  1441. "__type__": "d2e9bTDKNlBZ7ZE3NjZcuwq",
  1442. "_name": "",
  1443. "_objFlags": 0,
  1444. "node": {
  1445. "__id__": 1
  1446. },
  1447. "_enabled": true,
  1448. "__prefab": {
  1449. "__id__": 74
  1450. },
  1451. "countLabel": {
  1452. "__id__": 40
  1453. },
  1454. "icon": {
  1455. "__id__": 29
  1456. },
  1457. "_id": ""
  1458. },
  1459. {
  1460. "__type__": "cc.CompPrefabInfo",
  1461. "fileId": "636QXnldhNV7m9YpEk+9x1"
  1462. },
  1463. {
  1464. "__type__": "cc.PrefabInfo",
  1465. "root": {
  1466. "__id__": 1
  1467. },
  1468. "asset": {
  1469. "__id__": 0
  1470. },
  1471. "fileId": "fblcq7JQxJTrdr3oJVzut1"
  1472. }
  1473. ]