lifeDlg.prefab 22 KB

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