reward_box_page.prefab 22 KB

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