Start.prefab 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "Start",
  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": "Start",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 12
  26. },
  27. {
  28. "__id__": 22
  29. }
  30. ],
  31. "_active": true,
  32. "_components": [
  33. {
  34. "__id__": 32
  35. },
  36. {
  37. "__id__": 34
  38. },
  39. {
  40. "__id__": 36
  41. }
  42. ],
  43. "_prefab": {
  44. "__id__": 38
  45. },
  46. "_lpos": {
  47. "__type__": "cc.Vec3",
  48. "x": 0,
  49. "y": 0,
  50. "z": 0
  51. },
  52. "_lrot": {
  53. "__type__": "cc.Quat",
  54. "x": 0,
  55. "y": 0,
  56. "z": 0,
  57. "w": 1
  58. },
  59. "_lscale": {
  60. "__type__": "cc.Vec3",
  61. "x": 1,
  62. "y": 1,
  63. "z": 1
  64. },
  65. "_mobility": 0,
  66. "_layer": 33554432,
  67. "_euler": {
  68. "__type__": "cc.Vec3",
  69. "x": 0,
  70. "y": 0,
  71. "z": 0
  72. },
  73. "_id": ""
  74. },
  75. {
  76. "__type__": "cc.Node",
  77. "_name": "BtnMusic",
  78. "_objFlags": 0,
  79. "__editorExtras__": {},
  80. "_parent": {
  81. "__id__": 1
  82. },
  83. "_children": [],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 3
  88. },
  89. {
  90. "__id__": 5
  91. },
  92. {
  93. "__id__": 7
  94. },
  95. {
  96. "__id__": 9
  97. }
  98. ],
  99. "_prefab": {
  100. "__id__": 11
  101. },
  102. "_lpos": {
  103. "__type__": "cc.Vec3",
  104. "x": 390,
  105. "y": 300,
  106. "z": 0
  107. },
  108. "_lrot": {
  109. "__type__": "cc.Quat",
  110. "x": 0,
  111. "y": 0,
  112. "z": 0,
  113. "w": 1
  114. },
  115. "_lscale": {
  116. "__type__": "cc.Vec3",
  117. "x": 1,
  118. "y": 1,
  119. "z": 1
  120. },
  121. "_mobility": 0,
  122. "_layer": 33554432,
  123. "_euler": {
  124. "__type__": "cc.Vec3",
  125. "x": 0,
  126. "y": 0,
  127. "z": 0
  128. },
  129. "_id": ""
  130. },
  131. {
  132. "__type__": "cc.UITransform",
  133. "_name": "",
  134. "_objFlags": 0,
  135. "__editorExtras__": {},
  136. "node": {
  137. "__id__": 2
  138. },
  139. "_enabled": true,
  140. "__prefab": {
  141. "__id__": 4
  142. },
  143. "_contentSize": {
  144. "__type__": "cc.Size",
  145. "width": 100,
  146. "height": 40
  147. },
  148. "_anchorPoint": {
  149. "__type__": "cc.Vec2",
  150. "x": 0.5,
  151. "y": 0.5
  152. },
  153. "_id": ""
  154. },
  155. {
  156. "__type__": "cc.CompPrefabInfo",
  157. "fileId": "28ce1qLwBOurua/pqlNf9J"
  158. },
  159. {
  160. "__type__": "cc.Sprite",
  161. "_name": "",
  162. "_objFlags": 0,
  163. "__editorExtras__": {},
  164. "node": {
  165. "__id__": 2
  166. },
  167. "_enabled": true,
  168. "__prefab": {
  169. "__id__": 6
  170. },
  171. "_customMaterial": null,
  172. "_srcBlendFactor": 2,
  173. "_dstBlendFactor": 4,
  174. "_color": {
  175. "__type__": "cc.Color",
  176. "r": 255,
  177. "g": 255,
  178. "b": 255,
  179. "a": 255
  180. },
  181. "_spriteFrame": {
  182. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  183. "__expectedType__": "cc.SpriteFrame"
  184. },
  185. "_type": 1,
  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": "ba71nTEsxEmq9GWRYvW5+O"
  203. },
  204. {
  205. "__type__": "cc.Button",
  206. "_name": "",
  207. "_objFlags": 0,
  208. "__editorExtras__": {},
  209. "node": {
  210. "__id__": 2
  211. },
  212. "_enabled": true,
  213. "__prefab": {
  214. "__id__": 8
  215. },
  216. "clickEvents": [],
  217. "_interactable": true,
  218. "_transition": 2,
  219. "_normalColor": {
  220. "__type__": "cc.Color",
  221. "r": 214,
  222. "g": 214,
  223. "b": 214,
  224. "a": 255
  225. },
  226. "_hoverColor": {
  227. "__type__": "cc.Color",
  228. "r": 211,
  229. "g": 211,
  230. "b": 211,
  231. "a": 255
  232. },
  233. "_pressedColor": {
  234. "__type__": "cc.Color",
  235. "r": 255,
  236. "g": 255,
  237. "b": 255,
  238. "a": 255
  239. },
  240. "_disabledColor": {
  241. "__type__": "cc.Color",
  242. "r": 124,
  243. "g": 124,
  244. "b": 124,
  245. "a": 255
  246. },
  247. "_normalSprite": {
  248. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  249. "__expectedType__": "cc.SpriteFrame"
  250. },
  251. "_hoverSprite": {
  252. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  253. "__expectedType__": "cc.SpriteFrame"
  254. },
  255. "_pressedSprite": {
  256. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  257. "__expectedType__": "cc.SpriteFrame"
  258. },
  259. "_disabledSprite": {
  260. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  261. "__expectedType__": "cc.SpriteFrame"
  262. },
  263. "_duration": 0.1,
  264. "_zoomScale": 1.2,
  265. "_target": {
  266. "__id__": 2
  267. },
  268. "_id": ""
  269. },
  270. {
  271. "__type__": "cc.CompPrefabInfo",
  272. "fileId": "0378iSFGdAwaOPGJNrwVhv"
  273. },
  274. {
  275. "__type__": "cc.Widget",
  276. "_name": "",
  277. "_objFlags": 0,
  278. "__editorExtras__": {},
  279. "node": {
  280. "__id__": 2
  281. },
  282. "_enabled": true,
  283. "__prefab": {
  284. "__id__": 10
  285. },
  286. "_alignFlags": 33,
  287. "_target": null,
  288. "_left": 0,
  289. "_right": 200,
  290. "_top": 40,
  291. "_bottom": 0,
  292. "_horizontalCenter": 0,
  293. "_verticalCenter": 0,
  294. "_isAbsLeft": true,
  295. "_isAbsRight": true,
  296. "_isAbsTop": true,
  297. "_isAbsBottom": true,
  298. "_isAbsHorizontalCenter": true,
  299. "_isAbsVerticalCenter": true,
  300. "_originalWidth": 0,
  301. "_originalHeight": 0,
  302. "_alignMode": 2,
  303. "_lockFlags": 0,
  304. "_id": ""
  305. },
  306. {
  307. "__type__": "cc.CompPrefabInfo",
  308. "fileId": "9aiq1HkNJCRrumjMIzudtS"
  309. },
  310. {
  311. "__type__": "cc.PrefabInfo",
  312. "root": {
  313. "__id__": 1
  314. },
  315. "asset": {
  316. "__id__": 0
  317. },
  318. "fileId": "bd6+lE9oNDQZi69N7Xqmrg",
  319. "instance": null,
  320. "targetOverrides": null,
  321. "nestedPrefabInstanceRoots": null
  322. },
  323. {
  324. "__type__": "cc.Node",
  325. "_name": "BtnVolume",
  326. "_objFlags": 0,
  327. "__editorExtras__": {},
  328. "_parent": {
  329. "__id__": 1
  330. },
  331. "_children": [],
  332. "_active": true,
  333. "_components": [
  334. {
  335. "__id__": 13
  336. },
  337. {
  338. "__id__": 15
  339. },
  340. {
  341. "__id__": 17
  342. },
  343. {
  344. "__id__": 19
  345. }
  346. ],
  347. "_prefab": {
  348. "__id__": 21
  349. },
  350. "_lpos": {
  351. "__type__": "cc.Vec3",
  352. "x": 540,
  353. "y": 300,
  354. "z": 0
  355. },
  356. "_lrot": {
  357. "__type__": "cc.Quat",
  358. "x": 0,
  359. "y": 0,
  360. "z": 0,
  361. "w": 1
  362. },
  363. "_lscale": {
  364. "__type__": "cc.Vec3",
  365. "x": 1,
  366. "y": 1,
  367. "z": 1
  368. },
  369. "_mobility": 0,
  370. "_layer": 33554432,
  371. "_euler": {
  372. "__type__": "cc.Vec3",
  373. "x": 0,
  374. "y": 0,
  375. "z": 0
  376. },
  377. "_id": ""
  378. },
  379. {
  380. "__type__": "cc.UITransform",
  381. "_name": "",
  382. "_objFlags": 0,
  383. "__editorExtras__": {},
  384. "node": {
  385. "__id__": 12
  386. },
  387. "_enabled": true,
  388. "__prefab": {
  389. "__id__": 14
  390. },
  391. "_contentSize": {
  392. "__type__": "cc.Size",
  393. "width": 100,
  394. "height": 40
  395. },
  396. "_anchorPoint": {
  397. "__type__": "cc.Vec2",
  398. "x": 0.5,
  399. "y": 0.5
  400. },
  401. "_id": ""
  402. },
  403. {
  404. "__type__": "cc.CompPrefabInfo",
  405. "fileId": "deuB4e8txLBKp3vRFGFgZx"
  406. },
  407. {
  408. "__type__": "cc.Sprite",
  409. "_name": "",
  410. "_objFlags": 0,
  411. "__editorExtras__": {},
  412. "node": {
  413. "__id__": 12
  414. },
  415. "_enabled": true,
  416. "__prefab": {
  417. "__id__": 16
  418. },
  419. "_customMaterial": null,
  420. "_srcBlendFactor": 2,
  421. "_dstBlendFactor": 4,
  422. "_color": {
  423. "__type__": "cc.Color",
  424. "r": 255,
  425. "g": 255,
  426. "b": 255,
  427. "a": 255
  428. },
  429. "_spriteFrame": {
  430. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  431. "__expectedType__": "cc.SpriteFrame"
  432. },
  433. "_type": 1,
  434. "_fillType": 0,
  435. "_sizeMode": 0,
  436. "_fillCenter": {
  437. "__type__": "cc.Vec2",
  438. "x": 0,
  439. "y": 0
  440. },
  441. "_fillStart": 0,
  442. "_fillRange": 0,
  443. "_isTrimmedMode": true,
  444. "_useGrayscale": false,
  445. "_atlas": null,
  446. "_id": ""
  447. },
  448. {
  449. "__type__": "cc.CompPrefabInfo",
  450. "fileId": "d74M07L9pH7bbZw3zWeqiO"
  451. },
  452. {
  453. "__type__": "cc.Button",
  454. "_name": "",
  455. "_objFlags": 0,
  456. "__editorExtras__": {},
  457. "node": {
  458. "__id__": 12
  459. },
  460. "_enabled": true,
  461. "__prefab": {
  462. "__id__": 18
  463. },
  464. "clickEvents": [],
  465. "_interactable": true,
  466. "_transition": 2,
  467. "_normalColor": {
  468. "__type__": "cc.Color",
  469. "r": 214,
  470. "g": 214,
  471. "b": 214,
  472. "a": 255
  473. },
  474. "_hoverColor": {
  475. "__type__": "cc.Color",
  476. "r": 211,
  477. "g": 211,
  478. "b": 211,
  479. "a": 255
  480. },
  481. "_pressedColor": {
  482. "__type__": "cc.Color",
  483. "r": 255,
  484. "g": 255,
  485. "b": 255,
  486. "a": 255
  487. },
  488. "_disabledColor": {
  489. "__type__": "cc.Color",
  490. "r": 124,
  491. "g": 124,
  492. "b": 124,
  493. "a": 255
  494. },
  495. "_normalSprite": {
  496. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  497. "__expectedType__": "cc.SpriteFrame"
  498. },
  499. "_hoverSprite": {
  500. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  501. "__expectedType__": "cc.SpriteFrame"
  502. },
  503. "_pressedSprite": {
  504. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  505. "__expectedType__": "cc.SpriteFrame"
  506. },
  507. "_disabledSprite": {
  508. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  509. "__expectedType__": "cc.SpriteFrame"
  510. },
  511. "_duration": 0.1,
  512. "_zoomScale": 1.2,
  513. "_target": {
  514. "__id__": 12
  515. },
  516. "_id": ""
  517. },
  518. {
  519. "__type__": "cc.CompPrefabInfo",
  520. "fileId": "fa0LW+q0BFS5tl1UvmDsoM"
  521. },
  522. {
  523. "__type__": "cc.Widget",
  524. "_name": "",
  525. "_objFlags": 0,
  526. "__editorExtras__": {},
  527. "node": {
  528. "__id__": 12
  529. },
  530. "_enabled": true,
  531. "__prefab": {
  532. "__id__": 20
  533. },
  534. "_alignFlags": 33,
  535. "_target": null,
  536. "_left": 0,
  537. "_right": 50,
  538. "_top": 40,
  539. "_bottom": 0,
  540. "_horizontalCenter": 0,
  541. "_verticalCenter": 0,
  542. "_isAbsLeft": true,
  543. "_isAbsRight": true,
  544. "_isAbsTop": true,
  545. "_isAbsBottom": true,
  546. "_isAbsHorizontalCenter": true,
  547. "_isAbsVerticalCenter": true,
  548. "_originalWidth": 0,
  549. "_originalHeight": 0,
  550. "_alignMode": 2,
  551. "_lockFlags": 0,
  552. "_id": ""
  553. },
  554. {
  555. "__type__": "cc.CompPrefabInfo",
  556. "fileId": "b3hCwgY19O+oa8O8eOqTqd"
  557. },
  558. {
  559. "__type__": "cc.PrefabInfo",
  560. "root": {
  561. "__id__": 1
  562. },
  563. "asset": {
  564. "__id__": 0
  565. },
  566. "fileId": "a6LxvtbYJC3rLf63ZgB2Jz",
  567. "instance": null,
  568. "targetOverrides": null,
  569. "nestedPrefabInstanceRoots": null
  570. },
  571. {
  572. "__type__": "cc.Node",
  573. "_name": "BtnStart",
  574. "_objFlags": 0,
  575. "__editorExtras__": {},
  576. "_parent": {
  577. "__id__": 1
  578. },
  579. "_children": [],
  580. "_active": true,
  581. "_components": [
  582. {
  583. "__id__": 23
  584. },
  585. {
  586. "__id__": 25
  587. },
  588. {
  589. "__id__": 27
  590. },
  591. {
  592. "__id__": 29
  593. }
  594. ],
  595. "_prefab": {
  596. "__id__": 31
  597. },
  598. "_lpos": {
  599. "__type__": "cc.Vec3",
  600. "x": 0,
  601. "y": -140,
  602. "z": 0
  603. },
  604. "_lrot": {
  605. "__type__": "cc.Quat",
  606. "x": 0,
  607. "y": 0,
  608. "z": 0,
  609. "w": 1
  610. },
  611. "_lscale": {
  612. "__type__": "cc.Vec3",
  613. "x": 1,
  614. "y": 1,
  615. "z": 1
  616. },
  617. "_mobility": 0,
  618. "_layer": 33554432,
  619. "_euler": {
  620. "__type__": "cc.Vec3",
  621. "x": 0,
  622. "y": 0,
  623. "z": 0
  624. },
  625. "_id": ""
  626. },
  627. {
  628. "__type__": "cc.UITransform",
  629. "_name": "",
  630. "_objFlags": 0,
  631. "__editorExtras__": {},
  632. "node": {
  633. "__id__": 22
  634. },
  635. "_enabled": true,
  636. "__prefab": {
  637. "__id__": 24
  638. },
  639. "_contentSize": {
  640. "__type__": "cc.Size",
  641. "width": 200,
  642. "height": 80
  643. },
  644. "_anchorPoint": {
  645. "__type__": "cc.Vec2",
  646. "x": 0.5,
  647. "y": 0.5
  648. },
  649. "_id": ""
  650. },
  651. {
  652. "__type__": "cc.CompPrefabInfo",
  653. "fileId": "3eGigF9QtPpoaVP6HCxKqV"
  654. },
  655. {
  656. "__type__": "cc.Sprite",
  657. "_name": "",
  658. "_objFlags": 0,
  659. "__editorExtras__": {},
  660. "node": {
  661. "__id__": 22
  662. },
  663. "_enabled": true,
  664. "__prefab": {
  665. "__id__": 26
  666. },
  667. "_customMaterial": null,
  668. "_srcBlendFactor": 2,
  669. "_dstBlendFactor": 4,
  670. "_color": {
  671. "__type__": "cc.Color",
  672. "r": 255,
  673. "g": 255,
  674. "b": 255,
  675. "a": 255
  676. },
  677. "_spriteFrame": {
  678. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  679. "__expectedType__": "cc.SpriteFrame"
  680. },
  681. "_type": 1,
  682. "_fillType": 0,
  683. "_sizeMode": 0,
  684. "_fillCenter": {
  685. "__type__": "cc.Vec2",
  686. "x": 0,
  687. "y": 0
  688. },
  689. "_fillStart": 0,
  690. "_fillRange": 0,
  691. "_isTrimmedMode": true,
  692. "_useGrayscale": false,
  693. "_atlas": null,
  694. "_id": ""
  695. },
  696. {
  697. "__type__": "cc.CompPrefabInfo",
  698. "fileId": "fcuhkd3lNPO7szL1YBZqf7"
  699. },
  700. {
  701. "__type__": "cc.Button",
  702. "_name": "",
  703. "_objFlags": 0,
  704. "__editorExtras__": {},
  705. "node": {
  706. "__id__": 22
  707. },
  708. "_enabled": true,
  709. "__prefab": {
  710. "__id__": 28
  711. },
  712. "clickEvents": [],
  713. "_interactable": true,
  714. "_transition": 2,
  715. "_normalColor": {
  716. "__type__": "cc.Color",
  717. "r": 214,
  718. "g": 214,
  719. "b": 214,
  720. "a": 255
  721. },
  722. "_hoverColor": {
  723. "__type__": "cc.Color",
  724. "r": 211,
  725. "g": 211,
  726. "b": 211,
  727. "a": 255
  728. },
  729. "_pressedColor": {
  730. "__type__": "cc.Color",
  731. "r": 255,
  732. "g": 255,
  733. "b": 255,
  734. "a": 255
  735. },
  736. "_disabledColor": {
  737. "__type__": "cc.Color",
  738. "r": 124,
  739. "g": 124,
  740. "b": 124,
  741. "a": 255
  742. },
  743. "_normalSprite": {
  744. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  745. "__expectedType__": "cc.SpriteFrame"
  746. },
  747. "_hoverSprite": {
  748. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  749. "__expectedType__": "cc.SpriteFrame"
  750. },
  751. "_pressedSprite": {
  752. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  753. "__expectedType__": "cc.SpriteFrame"
  754. },
  755. "_disabledSprite": {
  756. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  757. "__expectedType__": "cc.SpriteFrame"
  758. },
  759. "_duration": 0.1,
  760. "_zoomScale": 1.2,
  761. "_target": {
  762. "__id__": 22
  763. },
  764. "_id": ""
  765. },
  766. {
  767. "__type__": "cc.CompPrefabInfo",
  768. "fileId": "32l/J7TnZAcJ7vZcJXf7v5"
  769. },
  770. {
  771. "__type__": "cc.Widget",
  772. "_name": "",
  773. "_objFlags": 0,
  774. "__editorExtras__": {},
  775. "node": {
  776. "__id__": 22
  777. },
  778. "_enabled": true,
  779. "__prefab": {
  780. "__id__": 30
  781. },
  782. "_alignFlags": 44,
  783. "_target": null,
  784. "_left": 540,
  785. "_right": 540,
  786. "_top": 0,
  787. "_bottom": 180,
  788. "_horizontalCenter": 0,
  789. "_verticalCenter": 0,
  790. "_isAbsLeft": true,
  791. "_isAbsRight": true,
  792. "_isAbsTop": true,
  793. "_isAbsBottom": true,
  794. "_isAbsHorizontalCenter": true,
  795. "_isAbsVerticalCenter": true,
  796. "_originalWidth": 100,
  797. "_originalHeight": 0,
  798. "_alignMode": 2,
  799. "_lockFlags": 0,
  800. "_id": ""
  801. },
  802. {
  803. "__type__": "cc.CompPrefabInfo",
  804. "fileId": "f6+DL+qttBLqqWqFc2a5QF"
  805. },
  806. {
  807. "__type__": "cc.PrefabInfo",
  808. "root": {
  809. "__id__": 1
  810. },
  811. "asset": {
  812. "__id__": 0
  813. },
  814. "fileId": "31zeUCMblP+6+pFvmkbbRE",
  815. "instance": null,
  816. "targetOverrides": null,
  817. "nestedPrefabInstanceRoots": null
  818. },
  819. {
  820. "__type__": "cc.UITransform",
  821. "_name": "",
  822. "_objFlags": 0,
  823. "__editorExtras__": {},
  824. "node": {
  825. "__id__": 1
  826. },
  827. "_enabled": true,
  828. "__prefab": {
  829. "__id__": 33
  830. },
  831. "_contentSize": {
  832. "__type__": "cc.Size",
  833. "width": 1280,
  834. "height": 720
  835. },
  836. "_anchorPoint": {
  837. "__type__": "cc.Vec2",
  838. "x": 0.5,
  839. "y": 0.5
  840. },
  841. "_id": ""
  842. },
  843. {
  844. "__type__": "cc.CompPrefabInfo",
  845. "fileId": "18tgmqpMtL3oE8vBGMAywf"
  846. },
  847. {
  848. "__type__": "cc.Sprite",
  849. "_name": "",
  850. "_objFlags": 0,
  851. "__editorExtras__": {},
  852. "node": {
  853. "__id__": 1
  854. },
  855. "_enabled": true,
  856. "__prefab": {
  857. "__id__": 35
  858. },
  859. "_customMaterial": null,
  860. "_srcBlendFactor": 2,
  861. "_dstBlendFactor": 4,
  862. "_color": {
  863. "__type__": "cc.Color",
  864. "r": 255,
  865. "g": 255,
  866. "b": 255,
  867. "a": 255
  868. },
  869. "_spriteFrame": {
  870. "__uuid__": "bd1bcaba-bd7d-4a71-b143-997c882383e4@f9941",
  871. "__expectedType__": "cc.SpriteFrame"
  872. },
  873. "_type": 0,
  874. "_fillType": 0,
  875. "_sizeMode": 0,
  876. "_fillCenter": {
  877. "__type__": "cc.Vec2",
  878. "x": 0,
  879. "y": 0
  880. },
  881. "_fillStart": 0,
  882. "_fillRange": 0,
  883. "_isTrimmedMode": true,
  884. "_useGrayscale": false,
  885. "_atlas": null,
  886. "_id": ""
  887. },
  888. {
  889. "__type__": "cc.CompPrefabInfo",
  890. "fileId": "35tS5eQ6tIjLJaxzcua2wb"
  891. },
  892. {
  893. "__type__": "cc.Widget",
  894. "_name": "",
  895. "_objFlags": 0,
  896. "__editorExtras__": {},
  897. "node": {
  898. "__id__": 1
  899. },
  900. "_enabled": true,
  901. "__prefab": {
  902. "__id__": 37
  903. },
  904. "_alignFlags": 45,
  905. "_target": null,
  906. "_left": 0,
  907. "_right": 0,
  908. "_top": 0,
  909. "_bottom": 0,
  910. "_horizontalCenter": 0,
  911. "_verticalCenter": 0,
  912. "_isAbsLeft": true,
  913. "_isAbsRight": true,
  914. "_isAbsTop": true,
  915. "_isAbsBottom": true,
  916. "_isAbsHorizontalCenter": true,
  917. "_isAbsVerticalCenter": true,
  918. "_originalWidth": 100,
  919. "_originalHeight": 100,
  920. "_alignMode": 2,
  921. "_lockFlags": 0,
  922. "_id": ""
  923. },
  924. {
  925. "__type__": "cc.CompPrefabInfo",
  926. "fileId": "0cuIGitZ1ICaoB7NRsQM9x"
  927. },
  928. {
  929. "__type__": "cc.PrefabInfo",
  930. "root": {
  931. "__id__": 1
  932. },
  933. "asset": {
  934. "__id__": 0
  935. },
  936. "fileId": "79X/cjR91APK4OJA3+H2wM",
  937. "instance": null
  938. }
  939. ]