addCollect.prefab 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "addCollect",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "addCollect",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 12
  26. }
  27. ],
  28. "_active": true,
  29. "_components": [
  30. {
  31. "__id__": 54
  32. },
  33. {
  34. "__id__": 56
  35. }
  36. ],
  37. "_prefab": {
  38. "__id__": 58
  39. },
  40. "_lpos": {
  41. "__type__": "cc.Vec3",
  42. "x": 0,
  43. "y": 0,
  44. "z": 0
  45. },
  46. "_lrot": {
  47. "__type__": "cc.Quat",
  48. "x": 0,
  49. "y": 0,
  50. "z": 0,
  51. "w": 1
  52. },
  53. "_lscale": {
  54. "__type__": "cc.Vec3",
  55. "x": 1,
  56. "y": 1,
  57. "z": 1
  58. },
  59. "_mobility": 0,
  60. "_layer": 1073741824,
  61. "_euler": {
  62. "__type__": "cc.Vec3",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0
  66. },
  67. "_id": ""
  68. },
  69. {
  70. "__type__": "cc.Node",
  71. "_objFlags": 0,
  72. "_parent": {
  73. "__id__": 1
  74. },
  75. "_prefab": {
  76. "__id__": 3
  77. },
  78. "__editorExtras__": {}
  79. },
  80. {
  81. "__type__": "cc.PrefabInfo",
  82. "root": {
  83. "__id__": 2
  84. },
  85. "asset": {
  86. "__uuid__": "eb051dd2-7571-41ee-9ac4-91a9e177afb0",
  87. "__expectedType__": "cc.Prefab"
  88. },
  89. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  90. "instance": {
  91. "__id__": 4
  92. },
  93. "targetOverrides": null
  94. },
  95. {
  96. "__type__": "cc.PrefabInstance",
  97. "fileId": "e7x0RoKUBLHb2nSLTrXUAw",
  98. "prefabRootNode": {
  99. "__id__": 1
  100. },
  101. "mountedChildren": [],
  102. "mountedComponents": [],
  103. "propertyOverrides": [
  104. {
  105. "__id__": 5
  106. },
  107. {
  108. "__id__": 7
  109. },
  110. {
  111. "__id__": 8
  112. },
  113. {
  114. "__id__": 9
  115. },
  116. {
  117. "__id__": 10
  118. }
  119. ],
  120. "removedComponents": []
  121. },
  122. {
  123. "__type__": "CCPropertyOverrideInfo",
  124. "targetInfo": {
  125. "__id__": 6
  126. },
  127. "propertyPath": [
  128. "_name"
  129. ],
  130. "value": "bg"
  131. },
  132. {
  133. "__type__": "cc.TargetInfo",
  134. "localID": [
  135. "c46/YsCPVOJYA4mWEpNYRx"
  136. ]
  137. },
  138. {
  139. "__type__": "CCPropertyOverrideInfo",
  140. "targetInfo": {
  141. "__id__": 6
  142. },
  143. "propertyPath": [
  144. "_lpos"
  145. ],
  146. "value": {
  147. "__type__": "cc.Vec3",
  148. "x": 0,
  149. "y": 0,
  150. "z": 0
  151. }
  152. },
  153. {
  154. "__type__": "CCPropertyOverrideInfo",
  155. "targetInfo": {
  156. "__id__": 6
  157. },
  158. "propertyPath": [
  159. "_lrot"
  160. ],
  161. "value": {
  162. "__type__": "cc.Quat",
  163. "x": 0,
  164. "y": 0,
  165. "z": 0,
  166. "w": 1
  167. }
  168. },
  169. {
  170. "__type__": "CCPropertyOverrideInfo",
  171. "targetInfo": {
  172. "__id__": 6
  173. },
  174. "propertyPath": [
  175. "_euler"
  176. ],
  177. "value": {
  178. "__type__": "cc.Vec3",
  179. "x": 0,
  180. "y": 0,
  181. "z": 0
  182. }
  183. },
  184. {
  185. "__type__": "CCPropertyOverrideInfo",
  186. "targetInfo": {
  187. "__id__": 11
  188. },
  189. "propertyPath": [
  190. "_contentSize"
  191. ],
  192. "value": {
  193. "__type__": "cc.Size",
  194. "width": 750,
  195. "height": 1634
  196. }
  197. },
  198. {
  199. "__type__": "cc.TargetInfo",
  200. "localID": [
  201. "5ansHA8lxCfZRutufNfh5f"
  202. ]
  203. },
  204. {
  205. "__type__": "cc.Node",
  206. "_name": "Root",
  207. "_objFlags": 0,
  208. "__editorExtras__": {},
  209. "_parent": {
  210. "__id__": 1
  211. },
  212. "_children": [
  213. {
  214. "__id__": 13
  215. },
  216. {
  217. "__id__": 19
  218. },
  219. {
  220. "__id__": 35
  221. }
  222. ],
  223. "_active": true,
  224. "_components": [
  225. {
  226. "__id__": 47
  227. },
  228. {
  229. "__id__": 49
  230. },
  231. {
  232. "__id__": 51
  233. }
  234. ],
  235. "_prefab": {
  236. "__id__": 53
  237. },
  238. "_lpos": {
  239. "__type__": "cc.Vec3",
  240. "x": 0,
  241. "y": 0,
  242. "z": 0
  243. },
  244. "_lrot": {
  245. "__type__": "cc.Quat",
  246. "x": 0,
  247. "y": 0,
  248. "z": 0,
  249. "w": 1
  250. },
  251. "_lscale": {
  252. "__type__": "cc.Vec3",
  253. "x": 1,
  254. "y": 1,
  255. "z": 1
  256. },
  257. "_mobility": 0,
  258. "_layer": 1073741824,
  259. "_euler": {
  260. "__type__": "cc.Vec3",
  261. "x": 0,
  262. "y": 0,
  263. "z": 0
  264. },
  265. "_id": ""
  266. },
  267. {
  268. "__type__": "cc.Node",
  269. "_name": "#close_btn",
  270. "_objFlags": 0,
  271. "__editorExtras__": {},
  272. "_parent": {
  273. "__id__": 12
  274. },
  275. "_children": [],
  276. "_active": true,
  277. "_components": [
  278. {
  279. "__id__": 14
  280. },
  281. {
  282. "__id__": 16
  283. }
  284. ],
  285. "_prefab": {
  286. "__id__": 18
  287. },
  288. "_lpos": {
  289. "__type__": "cc.Vec3",
  290. "x": 230.651,
  291. "y": 273.618,
  292. "z": 0
  293. },
  294. "_lrot": {
  295. "__type__": "cc.Quat",
  296. "x": 0,
  297. "y": 0,
  298. "z": 0,
  299. "w": 1
  300. },
  301. "_lscale": {
  302. "__type__": "cc.Vec3",
  303. "x": 1,
  304. "y": 1,
  305. "z": 1
  306. },
  307. "_mobility": 0,
  308. "_layer": 1073741824,
  309. "_euler": {
  310. "__type__": "cc.Vec3",
  311. "x": 0,
  312. "y": 0,
  313. "z": 0
  314. },
  315. "_id": ""
  316. },
  317. {
  318. "__type__": "cc.UITransform",
  319. "_name": "",
  320. "_objFlags": 0,
  321. "__editorExtras__": {},
  322. "node": {
  323. "__id__": 13
  324. },
  325. "_enabled": true,
  326. "__prefab": {
  327. "__id__": 15
  328. },
  329. "_contentSize": {
  330. "__type__": "cc.Size",
  331. "width": 74,
  332. "height": 74
  333. },
  334. "_anchorPoint": {
  335. "__type__": "cc.Vec2",
  336. "x": 0.5,
  337. "y": 0.5
  338. },
  339. "_id": ""
  340. },
  341. {
  342. "__type__": "cc.CompPrefabInfo",
  343. "fileId": "f9xa2dsWFBDL+COi+VGb1/"
  344. },
  345. {
  346. "__type__": "cc.Sprite",
  347. "_name": "",
  348. "_objFlags": 0,
  349. "__editorExtras__": {},
  350. "node": {
  351. "__id__": 13
  352. },
  353. "_enabled": true,
  354. "__prefab": {
  355. "__id__": 17
  356. },
  357. "_customMaterial": null,
  358. "_srcBlendFactor": 2,
  359. "_dstBlendFactor": 4,
  360. "_color": {
  361. "__type__": "cc.Color",
  362. "r": 255,
  363. "g": 255,
  364. "b": 255,
  365. "a": 255
  366. },
  367. "_spriteFrame": {
  368. "__uuid__": "57c44fc8-1607-4dbd-9cbf-4a7c6390de1b@f9941",
  369. "__expectedType__": "cc.SpriteFrame"
  370. },
  371. "_type": 0,
  372. "_fillType": 0,
  373. "_sizeMode": 1,
  374. "_fillCenter": {
  375. "__type__": "cc.Vec2",
  376. "x": 0,
  377. "y": 0
  378. },
  379. "_fillStart": 0,
  380. "_fillRange": 0,
  381. "_isTrimmedMode": true,
  382. "_useGrayscale": false,
  383. "_atlas": null,
  384. "_id": ""
  385. },
  386. {
  387. "__type__": "cc.CompPrefabInfo",
  388. "fileId": "efSY6A5WFI4pikFRTL16xD"
  389. },
  390. {
  391. "__type__": "cc.PrefabInfo",
  392. "root": {
  393. "__id__": 1
  394. },
  395. "asset": {
  396. "__id__": 0
  397. },
  398. "fileId": "420knSZuVD0YDFwiXEAmv+",
  399. "instance": null,
  400. "targetOverrides": null,
  401. "nestedPrefabInstanceRoots": null
  402. },
  403. {
  404. "__type__": "cc.Node",
  405. "_name": "btnList",
  406. "_objFlags": 0,
  407. "__editorExtras__": {},
  408. "_parent": {
  409. "__id__": 12
  410. },
  411. "_children": [
  412. {
  413. "__id__": 20
  414. },
  415. {
  416. "__id__": 26
  417. }
  418. ],
  419. "_active": true,
  420. "_components": [
  421. {
  422. "__id__": 32
  423. }
  424. ],
  425. "_prefab": {
  426. "__id__": 34
  427. },
  428. "_lpos": {
  429. "__type__": "cc.Vec3",
  430. "x": 0,
  431. "y": 0,
  432. "z": 0
  433. },
  434. "_lrot": {
  435. "__type__": "cc.Quat",
  436. "x": 0,
  437. "y": 0,
  438. "z": 0,
  439. "w": 1
  440. },
  441. "_lscale": {
  442. "__type__": "cc.Vec3",
  443. "x": 1,
  444. "y": 1,
  445. "z": 1
  446. },
  447. "_mobility": 0,
  448. "_layer": 1073741824,
  449. "_euler": {
  450. "__type__": "cc.Vec3",
  451. "x": 0,
  452. "y": 0,
  453. "z": 0
  454. },
  455. "_id": ""
  456. },
  457. {
  458. "__type__": "cc.Node",
  459. "_name": "#noRewardBtn",
  460. "_objFlags": 0,
  461. "__editorExtras__": {},
  462. "_parent": {
  463. "__id__": 19
  464. },
  465. "_children": [],
  466. "_active": true,
  467. "_components": [
  468. {
  469. "__id__": 21
  470. },
  471. {
  472. "__id__": 23
  473. }
  474. ],
  475. "_prefab": {
  476. "__id__": 25
  477. },
  478. "_lpos": {
  479. "__type__": "cc.Vec3",
  480. "x": 0,
  481. "y": -185.63599999999997,
  482. "z": 0
  483. },
  484. "_lrot": {
  485. "__type__": "cc.Quat",
  486. "x": 0,
  487. "y": 0,
  488. "z": 0,
  489. "w": 1
  490. },
  491. "_lscale": {
  492. "__type__": "cc.Vec3",
  493. "x": 1,
  494. "y": 1,
  495. "z": 1
  496. },
  497. "_mobility": 0,
  498. "_layer": 1073741824,
  499. "_euler": {
  500. "__type__": "cc.Vec3",
  501. "x": 0,
  502. "y": 0,
  503. "z": 0
  504. },
  505. "_id": ""
  506. },
  507. {
  508. "__type__": "cc.UITransform",
  509. "_name": "",
  510. "_objFlags": 0,
  511. "__editorExtras__": {},
  512. "node": {
  513. "__id__": 20
  514. },
  515. "_enabled": true,
  516. "__prefab": {
  517. "__id__": 22
  518. },
  519. "_contentSize": {
  520. "__type__": "cc.Size",
  521. "width": 275,
  522. "height": 109
  523. },
  524. "_anchorPoint": {
  525. "__type__": "cc.Vec2",
  526. "x": 0.5,
  527. "y": 0.5
  528. },
  529. "_id": ""
  530. },
  531. {
  532. "__type__": "cc.CompPrefabInfo",
  533. "fileId": "35Q2+I8dBDtbpuOZGTYGMZ"
  534. },
  535. {
  536. "__type__": "cc.Sprite",
  537. "_name": "",
  538. "_objFlags": 0,
  539. "__editorExtras__": {},
  540. "node": {
  541. "__id__": 20
  542. },
  543. "_enabled": true,
  544. "__prefab": {
  545. "__id__": 24
  546. },
  547. "_customMaterial": null,
  548. "_srcBlendFactor": 2,
  549. "_dstBlendFactor": 4,
  550. "_color": {
  551. "__type__": "cc.Color",
  552. "r": 255,
  553. "g": 255,
  554. "b": 255,
  555. "a": 255
  556. },
  557. "_spriteFrame": {
  558. "__uuid__": "4130d13f-1025-42fb-9eee-1b1064720509@f9941",
  559. "__expectedType__": "cc.SpriteFrame"
  560. },
  561. "_type": 0,
  562. "_fillType": 0,
  563. "_sizeMode": 1,
  564. "_fillCenter": {
  565. "__type__": "cc.Vec2",
  566. "x": 0,
  567. "y": 0
  568. },
  569. "_fillStart": 0,
  570. "_fillRange": 0,
  571. "_isTrimmedMode": true,
  572. "_useGrayscale": false,
  573. "_atlas": null,
  574. "_id": ""
  575. },
  576. {
  577. "__type__": "cc.CompPrefabInfo",
  578. "fileId": "79eZ60rQVMhb3WOOTWS9Bk"
  579. },
  580. {
  581. "__type__": "cc.PrefabInfo",
  582. "root": {
  583. "__id__": 1
  584. },
  585. "asset": {
  586. "__id__": 0
  587. },
  588. "fileId": "f2koARYgNK5qYowVcMuAzz",
  589. "instance": null,
  590. "targetOverrides": null,
  591. "nestedPrefabInstanceRoots": null
  592. },
  593. {
  594. "__type__": "cc.Node",
  595. "_name": "#rewardBtn",
  596. "_objFlags": 0,
  597. "__editorExtras__": {},
  598. "_parent": {
  599. "__id__": 19
  600. },
  601. "_children": [],
  602. "_active": true,
  603. "_components": [
  604. {
  605. "__id__": 27
  606. },
  607. {
  608. "__id__": 29
  609. }
  610. ],
  611. "_prefab": {
  612. "__id__": 31
  613. },
  614. "_lpos": {
  615. "__type__": "cc.Vec3",
  616. "x": 0,
  617. "y": -185.63599999999997,
  618. "z": 0
  619. },
  620. "_lrot": {
  621. "__type__": "cc.Quat",
  622. "x": 0,
  623. "y": 0,
  624. "z": 0,
  625. "w": 1
  626. },
  627. "_lscale": {
  628. "__type__": "cc.Vec3",
  629. "x": 1,
  630. "y": 1,
  631. "z": 1
  632. },
  633. "_mobility": 0,
  634. "_layer": 1073741824,
  635. "_euler": {
  636. "__type__": "cc.Vec3",
  637. "x": 0,
  638. "y": 0,
  639. "z": 0
  640. },
  641. "_id": ""
  642. },
  643. {
  644. "__type__": "cc.UITransform",
  645. "_name": "",
  646. "_objFlags": 0,
  647. "__editorExtras__": {},
  648. "node": {
  649. "__id__": 26
  650. },
  651. "_enabled": true,
  652. "__prefab": {
  653. "__id__": 28
  654. },
  655. "_contentSize": {
  656. "__type__": "cc.Size",
  657. "width": 275,
  658. "height": 109
  659. },
  660. "_anchorPoint": {
  661. "__type__": "cc.Vec2",
  662. "x": 0.5,
  663. "y": 0.5
  664. },
  665. "_id": ""
  666. },
  667. {
  668. "__type__": "cc.CompPrefabInfo",
  669. "fileId": "6760CIdhlGqYbQ8D3PcyJd"
  670. },
  671. {
  672. "__type__": "cc.Sprite",
  673. "_name": "",
  674. "_objFlags": 0,
  675. "__editorExtras__": {},
  676. "node": {
  677. "__id__": 26
  678. },
  679. "_enabled": true,
  680. "__prefab": {
  681. "__id__": 30
  682. },
  683. "_customMaterial": null,
  684. "_srcBlendFactor": 2,
  685. "_dstBlendFactor": 4,
  686. "_color": {
  687. "__type__": "cc.Color",
  688. "r": 255,
  689. "g": 255,
  690. "b": 255,
  691. "a": 255
  692. },
  693. "_spriteFrame": {
  694. "__uuid__": "73c98951-f674-4262-ae3f-58bb023e3b81@f9941",
  695. "__expectedType__": "cc.SpriteFrame"
  696. },
  697. "_type": 0,
  698. "_fillType": 0,
  699. "_sizeMode": 1,
  700. "_fillCenter": {
  701. "__type__": "cc.Vec2",
  702. "x": 0,
  703. "y": 0
  704. },
  705. "_fillStart": 0,
  706. "_fillRange": 0,
  707. "_isTrimmedMode": true,
  708. "_useGrayscale": false,
  709. "_atlas": null,
  710. "_id": ""
  711. },
  712. {
  713. "__type__": "cc.CompPrefabInfo",
  714. "fileId": "89m7rosfJN7aYAV5T2pdZ+"
  715. },
  716. {
  717. "__type__": "cc.PrefabInfo",
  718. "root": {
  719. "__id__": 1
  720. },
  721. "asset": {
  722. "__id__": 0
  723. },
  724. "fileId": "6bDt3DrCJLHaobFmxtVncK",
  725. "instance": null,
  726. "targetOverrides": null,
  727. "nestedPrefabInstanceRoots": null
  728. },
  729. {
  730. "__type__": "cc.UITransform",
  731. "_name": "",
  732. "_objFlags": 0,
  733. "__editorExtras__": {},
  734. "node": {
  735. "__id__": 19
  736. },
  737. "_enabled": true,
  738. "__prefab": {
  739. "__id__": 33
  740. },
  741. "_contentSize": {
  742. "__type__": "cc.Size",
  743. "width": 100,
  744. "height": 100
  745. },
  746. "_anchorPoint": {
  747. "__type__": "cc.Vec2",
  748. "x": 0.5,
  749. "y": 0.5
  750. },
  751. "_id": ""
  752. },
  753. {
  754. "__type__": "cc.CompPrefabInfo",
  755. "fileId": "6fki+IABtIwY0BlYeAezyo"
  756. },
  757. {
  758. "__type__": "cc.PrefabInfo",
  759. "root": {
  760. "__id__": 1
  761. },
  762. "asset": {
  763. "__id__": 0
  764. },
  765. "fileId": "5bsAb51xNCrIQ0Z6ggKYPS",
  766. "instance": null,
  767. "targetOverrides": null,
  768. "nestedPrefabInstanceRoots": null
  769. },
  770. {
  771. "__type__": "cc.Node",
  772. "_name": "获得",
  773. "_objFlags": 0,
  774. "__editorExtras__": {},
  775. "_parent": {
  776. "__id__": 12
  777. },
  778. "_children": [
  779. {
  780. "__id__": 36
  781. }
  782. ],
  783. "_active": true,
  784. "_components": [
  785. {
  786. "__id__": 42
  787. },
  788. {
  789. "__id__": 44
  790. }
  791. ],
  792. "_prefab": {
  793. "__id__": 46
  794. },
  795. "_lpos": {
  796. "__type__": "cc.Vec3",
  797. "x": -56.419,
  798. "y": -93.563,
  799. "z": 0
  800. },
  801. "_lrot": {
  802. "__type__": "cc.Quat",
  803. "x": 0,
  804. "y": 0,
  805. "z": 0,
  806. "w": 1
  807. },
  808. "_lscale": {
  809. "__type__": "cc.Vec3",
  810. "x": 1,
  811. "y": 1,
  812. "z": 1
  813. },
  814. "_mobility": 0,
  815. "_layer": 1073741824,
  816. "_euler": {
  817. "__type__": "cc.Vec3",
  818. "x": 0,
  819. "y": 0,
  820. "z": 0
  821. },
  822. "_id": ""
  823. },
  824. {
  825. "__type__": "cc.Node",
  826. "_name": "label",
  827. "_objFlags": 0,
  828. "__editorExtras__": {},
  829. "_parent": {
  830. "__id__": 35
  831. },
  832. "_children": [],
  833. "_active": true,
  834. "_components": [
  835. {
  836. "__id__": 37
  837. },
  838. {
  839. "__id__": 39
  840. }
  841. ],
  842. "_prefab": {
  843. "__id__": 41
  844. },
  845. "_lpos": {
  846. "__type__": "cc.Vec3",
  847. "x": 31.627,
  848. "y": -0.111,
  849. "z": 0
  850. },
  851. "_lrot": {
  852. "__type__": "cc.Quat",
  853. "x": 0,
  854. "y": 0,
  855. "z": 0,
  856. "w": 1
  857. },
  858. "_lscale": {
  859. "__type__": "cc.Vec3",
  860. "x": 1,
  861. "y": 1,
  862. "z": 1
  863. },
  864. "_mobility": 0,
  865. "_layer": 1073741824,
  866. "_euler": {
  867. "__type__": "cc.Vec3",
  868. "x": 0,
  869. "y": 0,
  870. "z": 0
  871. },
  872. "_id": ""
  873. },
  874. {
  875. "__type__": "cc.UITransform",
  876. "_name": "",
  877. "_objFlags": 0,
  878. "__editorExtras__": {},
  879. "node": {
  880. "__id__": 36
  881. },
  882. "_enabled": true,
  883. "__prefab": {
  884. "__id__": 38
  885. },
  886. "_contentSize": {
  887. "__type__": "cc.Size",
  888. "width": 118.2890625,
  889. "height": 50.4
  890. },
  891. "_anchorPoint": {
  892. "__type__": "cc.Vec2",
  893. "x": 0,
  894. "y": 0.5
  895. },
  896. "_id": ""
  897. },
  898. {
  899. "__type__": "cc.CompPrefabInfo",
  900. "fileId": "79KRIJP0lD3IUqiu2X6fas"
  901. },
  902. {
  903. "__type__": "cc.Label",
  904. "_name": "",
  905. "_objFlags": 0,
  906. "__editorExtras__": {},
  907. "node": {
  908. "__id__": 36
  909. },
  910. "_enabled": true,
  911. "__prefab": {
  912. "__id__": 40
  913. },
  914. "_customMaterial": null,
  915. "_srcBlendFactor": 2,
  916. "_dstBlendFactor": 4,
  917. "_color": {
  918. "__type__": "cc.Color",
  919. "r": 42,
  920. "g": 143,
  921. "b": 252,
  922. "a": 255
  923. },
  924. "_string": "1000金币",
  925. "_horizontalAlign": 1,
  926. "_verticalAlign": 1,
  927. "_actualFontSize": 28,
  928. "_fontSize": 28,
  929. "_fontFamily": "Arial",
  930. "_lineHeight": 40,
  931. "_overflow": 0,
  932. "_enableWrapText": false,
  933. "_font": null,
  934. "_isSystemFontUsed": true,
  935. "_spacingX": 0,
  936. "_isItalic": false,
  937. "_isBold": true,
  938. "_isUnderline": false,
  939. "_underlineHeight": 2,
  940. "_cacheMode": 0,
  941. "_enableOutline": false,
  942. "_outlineColor": {
  943. "__type__": "cc.Color",
  944. "r": 42,
  945. "g": 143,
  946. "b": 252,
  947. "a": 255
  948. },
  949. "_outlineWidth": 0.5,
  950. "_enableShadow": false,
  951. "_shadowColor": {
  952. "__type__": "cc.Color",
  953. "r": 0,
  954. "g": 0,
  955. "b": 0,
  956. "a": 255
  957. },
  958. "_shadowOffset": {
  959. "__type__": "cc.Vec2",
  960. "x": 2,
  961. "y": 2
  962. },
  963. "_shadowBlur": 2,
  964. "_id": ""
  965. },
  966. {
  967. "__type__": "cc.CompPrefabInfo",
  968. "fileId": "9fDwiGwOpMZKDrT0xczTtG"
  969. },
  970. {
  971. "__type__": "cc.PrefabInfo",
  972. "root": {
  973. "__id__": 1
  974. },
  975. "asset": {
  976. "__id__": 0
  977. },
  978. "fileId": "b0kwS9iAJKNJvC/QWMhbO5",
  979. "instance": null,
  980. "targetOverrides": null,
  981. "nestedPrefabInstanceRoots": null
  982. },
  983. {
  984. "__type__": "cc.UITransform",
  985. "_name": "",
  986. "_objFlags": 0,
  987. "__editorExtras__": {},
  988. "node": {
  989. "__id__": 35
  990. },
  991. "_enabled": true,
  992. "__prefab": {
  993. "__id__": 43
  994. },
  995. "_contentSize": {
  996. "__type__": "cc.Size",
  997. "width": 58,
  998. "height": 26
  999. },
  1000. "_anchorPoint": {
  1001. "__type__": "cc.Vec2",
  1002. "x": 0.5,
  1003. "y": 0.5
  1004. },
  1005. "_id": ""
  1006. },
  1007. {
  1008. "__type__": "cc.CompPrefabInfo",
  1009. "fileId": "7cqGxv6uBLNYIa9OEkT2/l"
  1010. },
  1011. {
  1012. "__type__": "cc.Sprite",
  1013. "_name": "",
  1014. "_objFlags": 0,
  1015. "__editorExtras__": {},
  1016. "node": {
  1017. "__id__": 35
  1018. },
  1019. "_enabled": true,
  1020. "__prefab": {
  1021. "__id__": 45
  1022. },
  1023. "_customMaterial": null,
  1024. "_srcBlendFactor": 2,
  1025. "_dstBlendFactor": 4,
  1026. "_color": {
  1027. "__type__": "cc.Color",
  1028. "r": 255,
  1029. "g": 255,
  1030. "b": 255,
  1031. "a": 255
  1032. },
  1033. "_spriteFrame": {
  1034. "__uuid__": "615cdb36-da14-45b8-a707-0dc9cf972bdc@f9941",
  1035. "__expectedType__": "cc.SpriteFrame"
  1036. },
  1037. "_type": 0,
  1038. "_fillType": 0,
  1039. "_sizeMode": 1,
  1040. "_fillCenter": {
  1041. "__type__": "cc.Vec2",
  1042. "x": 0,
  1043. "y": 0
  1044. },
  1045. "_fillStart": 0,
  1046. "_fillRange": 0,
  1047. "_isTrimmedMode": true,
  1048. "_useGrayscale": false,
  1049. "_atlas": null,
  1050. "_id": ""
  1051. },
  1052. {
  1053. "__type__": "cc.CompPrefabInfo",
  1054. "fileId": "3bmF4MB4NMWqmmQSflM8tT"
  1055. },
  1056. {
  1057. "__type__": "cc.PrefabInfo",
  1058. "root": {
  1059. "__id__": 1
  1060. },
  1061. "asset": {
  1062. "__id__": 0
  1063. },
  1064. "fileId": "a7eIldhpVEEo7ym7XCtN9L",
  1065. "instance": null,
  1066. "targetOverrides": null,
  1067. "nestedPrefabInstanceRoots": null
  1068. },
  1069. {
  1070. "__type__": "cc.UITransform",
  1071. "_name": "",
  1072. "_objFlags": 0,
  1073. "__editorExtras__": {},
  1074. "node": {
  1075. "__id__": 12
  1076. },
  1077. "_enabled": true,
  1078. "__prefab": {
  1079. "__id__": 48
  1080. },
  1081. "_contentSize": {
  1082. "__type__": "cc.Size",
  1083. "width": 594,
  1084. "height": 698
  1085. },
  1086. "_anchorPoint": {
  1087. "__type__": "cc.Vec2",
  1088. "x": 0.5,
  1089. "y": 0.5
  1090. },
  1091. "_id": ""
  1092. },
  1093. {
  1094. "__type__": "cc.CompPrefabInfo",
  1095. "fileId": "293J32Uo5OIbX2qerELdbY"
  1096. },
  1097. {
  1098. "__type__": "cc.Sprite",
  1099. "_name": "",
  1100. "_objFlags": 0,
  1101. "__editorExtras__": {},
  1102. "node": {
  1103. "__id__": 12
  1104. },
  1105. "_enabled": true,
  1106. "__prefab": {
  1107. "__id__": 50
  1108. },
  1109. "_customMaterial": null,
  1110. "_srcBlendFactor": 2,
  1111. "_dstBlendFactor": 4,
  1112. "_color": {
  1113. "__type__": "cc.Color",
  1114. "r": 255,
  1115. "g": 255,
  1116. "b": 255,
  1117. "a": 255
  1118. },
  1119. "_spriteFrame": {
  1120. "__uuid__": "48ea5665-326f-40ab-9b68-2c7c459d74c9@f9941",
  1121. "__expectedType__": "cc.SpriteFrame"
  1122. },
  1123. "_type": 0,
  1124. "_fillType": 0,
  1125. "_sizeMode": 1,
  1126. "_fillCenter": {
  1127. "__type__": "cc.Vec2",
  1128. "x": 0,
  1129. "y": 0
  1130. },
  1131. "_fillStart": 0,
  1132. "_fillRange": 0,
  1133. "_isTrimmedMode": true,
  1134. "_useGrayscale": false,
  1135. "_atlas": null,
  1136. "_id": ""
  1137. },
  1138. {
  1139. "__type__": "cc.CompPrefabInfo",
  1140. "fileId": "5dHJSbvWVHl59wNdg+pScl"
  1141. },
  1142. {
  1143. "__type__": "cc.BlockInputEvents",
  1144. "_name": "",
  1145. "_objFlags": 0,
  1146. "__editorExtras__": {},
  1147. "node": {
  1148. "__id__": 12
  1149. },
  1150. "_enabled": true,
  1151. "__prefab": {
  1152. "__id__": 52
  1153. },
  1154. "_id": ""
  1155. },
  1156. {
  1157. "__type__": "cc.CompPrefabInfo",
  1158. "fileId": "94Cv3j5MFKcZGvulsgSrqy"
  1159. },
  1160. {
  1161. "__type__": "cc.PrefabInfo",
  1162. "root": {
  1163. "__id__": 1
  1164. },
  1165. "asset": {
  1166. "__id__": 0
  1167. },
  1168. "fileId": "ffAHFHdWVC1ZZgTs2ZTO4V",
  1169. "instance": null,
  1170. "targetOverrides": null,
  1171. "nestedPrefabInstanceRoots": null
  1172. },
  1173. {
  1174. "__type__": "cc.UITransform",
  1175. "_name": "",
  1176. "_objFlags": 0,
  1177. "__editorExtras__": {},
  1178. "node": {
  1179. "__id__": 1
  1180. },
  1181. "_enabled": true,
  1182. "__prefab": {
  1183. "__id__": 55
  1184. },
  1185. "_contentSize": {
  1186. "__type__": "cc.Size",
  1187. "width": 750,
  1188. "height": 1634
  1189. },
  1190. "_anchorPoint": {
  1191. "__type__": "cc.Vec2",
  1192. "x": 0.5,
  1193. "y": 0.5
  1194. },
  1195. "_id": ""
  1196. },
  1197. {
  1198. "__type__": "cc.CompPrefabInfo",
  1199. "fileId": "daGGExxcBLrZQ3Rbu0K/aq"
  1200. },
  1201. {
  1202. "__type__": "cc.Widget",
  1203. "_name": "",
  1204. "_objFlags": 0,
  1205. "__editorExtras__": {},
  1206. "node": {
  1207. "__id__": 1
  1208. },
  1209. "_enabled": true,
  1210. "__prefab": {
  1211. "__id__": 57
  1212. },
  1213. "_alignFlags": 45,
  1214. "_target": null,
  1215. "_left": 0,
  1216. "_right": 0,
  1217. "_top": 0,
  1218. "_bottom": 0,
  1219. "_horizontalCenter": 0,
  1220. "_verticalCenter": 0,
  1221. "_isAbsLeft": true,
  1222. "_isAbsRight": true,
  1223. "_isAbsTop": true,
  1224. "_isAbsBottom": true,
  1225. "_isAbsHorizontalCenter": true,
  1226. "_isAbsVerticalCenter": true,
  1227. "_originalWidth": 100,
  1228. "_originalHeight": 100,
  1229. "_alignMode": 2,
  1230. "_lockFlags": 0,
  1231. "_id": ""
  1232. },
  1233. {
  1234. "__type__": "cc.CompPrefabInfo",
  1235. "fileId": "7cxL8//z9Az5sea4ylH2vI"
  1236. },
  1237. {
  1238. "__type__": "cc.PrefabInfo",
  1239. "root": {
  1240. "__id__": 1
  1241. },
  1242. "asset": {
  1243. "__id__": 0
  1244. },
  1245. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  1246. "instance": null,
  1247. "targetOverrides": null,
  1248. "nestedPrefabInstanceRoots": [
  1249. {
  1250. "__id__": 2
  1251. }
  1252. ]
  1253. }
  1254. ]