Start.prefab 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450
  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__": 18
  26. },
  27. {
  28. "__id__": 34
  29. }
  30. ],
  31. "_active": true,
  32. "_components": [
  33. {
  34. "__id__": 50
  35. },
  36. {
  37. "__id__": 52
  38. },
  39. {
  40. "__id__": 54
  41. },
  42. {
  43. "__id__": 56
  44. }
  45. ],
  46. "_prefab": {
  47. "__id__": 58
  48. },
  49. "_lpos": {
  50. "__type__": "cc.Vec3",
  51. "x": 0,
  52. "y": 0,
  53. "z": 0
  54. },
  55. "_lrot": {
  56. "__type__": "cc.Quat",
  57. "x": 0,
  58. "y": 0,
  59. "z": 0,
  60. "w": 1
  61. },
  62. "_lscale": {
  63. "__type__": "cc.Vec3",
  64. "x": 1,
  65. "y": 1,
  66. "z": 1
  67. },
  68. "_mobility": 0,
  69. "_layer": 33554432,
  70. "_euler": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_id": ""
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "_btnMusic",
  81. "_objFlags": 0,
  82. "__editorExtras__": {},
  83. "_parent": {
  84. "__id__": 1
  85. },
  86. "_children": [
  87. {
  88. "__id__": 3
  89. }
  90. ],
  91. "_active": true,
  92. "_components": [
  93. {
  94. "__id__": 9
  95. },
  96. {
  97. "__id__": 11
  98. },
  99. {
  100. "__id__": 13
  101. },
  102. {
  103. "__id__": 15
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 17
  108. },
  109. "_lpos": {
  110. "__type__": "cc.Vec3",
  111. "x": 390,
  112. "y": 300,
  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": "Label",
  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": 0,
  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": 52.2265625,
  203. "height": 50.4
  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": "61F1qShyNCIIuXVwVwgaPv"
  215. },
  216. {
  217. "__type__": "cc.Label",
  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": 0,
  235. "b": 0,
  236. "a": 255
  237. },
  238. "_string": "Music",
  239. "_horizontalAlign": 1,
  240. "_verticalAlign": 1,
  241. "_actualFontSize": 20,
  242. "_fontSize": 20,
  243. "_fontFamily": "Arial",
  244. "_lineHeight": 40,
  245. "_overflow": 0,
  246. "_enableWrapText": true,
  247. "_font": null,
  248. "_isSystemFontUsed": true,
  249. "_spacingX": 0,
  250. "_isItalic": false,
  251. "_isBold": false,
  252. "_isUnderline": false,
  253. "_underlineHeight": 2,
  254. "_cacheMode": 0,
  255. "_enableOutline": false,
  256. "_outlineColor": {
  257. "__type__": "cc.Color",
  258. "r": 0,
  259. "g": 0,
  260. "b": 0,
  261. "a": 255
  262. },
  263. "_outlineWidth": 2,
  264. "_enableShadow": false,
  265. "_shadowColor": {
  266. "__type__": "cc.Color",
  267. "r": 0,
  268. "g": 0,
  269. "b": 0,
  270. "a": 255
  271. },
  272. "_shadowOffset": {
  273. "__type__": "cc.Vec2",
  274. "x": 2,
  275. "y": 2
  276. },
  277. "_shadowBlur": 2,
  278. "_id": ""
  279. },
  280. {
  281. "__type__": "cc.CompPrefabInfo",
  282. "fileId": "f0OLrZrpdPZpY4FpzH7Sme"
  283. },
  284. {
  285. "__type__": "cc.PrefabInfo",
  286. "root": {
  287. "__id__": 1
  288. },
  289. "asset": {
  290. "__id__": 0
  291. },
  292. "fileId": "427QThFgVPVqhwvDqozncr",
  293. "instance": null,
  294. "targetOverrides": null,
  295. "nestedPrefabInstanceRoots": null
  296. },
  297. {
  298. "__type__": "cc.UITransform",
  299. "_name": "",
  300. "_objFlags": 0,
  301. "__editorExtras__": {},
  302. "node": {
  303. "__id__": 2
  304. },
  305. "_enabled": true,
  306. "__prefab": {
  307. "__id__": 10
  308. },
  309. "_contentSize": {
  310. "__type__": "cc.Size",
  311. "width": 100,
  312. "height": 40
  313. },
  314. "_anchorPoint": {
  315. "__type__": "cc.Vec2",
  316. "x": 0.5,
  317. "y": 0.5
  318. },
  319. "_id": ""
  320. },
  321. {
  322. "__type__": "cc.CompPrefabInfo",
  323. "fileId": "28ce1qLwBOurua/pqlNf9J"
  324. },
  325. {
  326. "__type__": "cc.Sprite",
  327. "_name": "",
  328. "_objFlags": 0,
  329. "__editorExtras__": {},
  330. "node": {
  331. "__id__": 2
  332. },
  333. "_enabled": true,
  334. "__prefab": {
  335. "__id__": 12
  336. },
  337. "_customMaterial": null,
  338. "_srcBlendFactor": 2,
  339. "_dstBlendFactor": 4,
  340. "_color": {
  341. "__type__": "cc.Color",
  342. "r": 255,
  343. "g": 255,
  344. "b": 255,
  345. "a": 255
  346. },
  347. "_spriteFrame": {
  348. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  349. "__expectedType__": "cc.SpriteFrame"
  350. },
  351. "_type": 1,
  352. "_fillType": 0,
  353. "_sizeMode": 0,
  354. "_fillCenter": {
  355. "__type__": "cc.Vec2",
  356. "x": 0,
  357. "y": 0
  358. },
  359. "_fillStart": 0,
  360. "_fillRange": 0,
  361. "_isTrimmedMode": true,
  362. "_useGrayscale": false,
  363. "_atlas": null,
  364. "_id": ""
  365. },
  366. {
  367. "__type__": "cc.CompPrefabInfo",
  368. "fileId": "ba71nTEsxEmq9GWRYvW5+O"
  369. },
  370. {
  371. "__type__": "cc.Button",
  372. "_name": "",
  373. "_objFlags": 0,
  374. "__editorExtras__": {},
  375. "node": {
  376. "__id__": 2
  377. },
  378. "_enabled": true,
  379. "__prefab": {
  380. "__id__": 14
  381. },
  382. "clickEvents": [],
  383. "_interactable": true,
  384. "_transition": 2,
  385. "_normalColor": {
  386. "__type__": "cc.Color",
  387. "r": 214,
  388. "g": 214,
  389. "b": 214,
  390. "a": 255
  391. },
  392. "_hoverColor": {
  393. "__type__": "cc.Color",
  394. "r": 211,
  395. "g": 211,
  396. "b": 211,
  397. "a": 255
  398. },
  399. "_pressedColor": {
  400. "__type__": "cc.Color",
  401. "r": 255,
  402. "g": 255,
  403. "b": 255,
  404. "a": 255
  405. },
  406. "_disabledColor": {
  407. "__type__": "cc.Color",
  408. "r": 124,
  409. "g": 124,
  410. "b": 124,
  411. "a": 255
  412. },
  413. "_normalSprite": {
  414. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  415. "__expectedType__": "cc.SpriteFrame"
  416. },
  417. "_hoverSprite": {
  418. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  419. "__expectedType__": "cc.SpriteFrame"
  420. },
  421. "_pressedSprite": {
  422. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  423. "__expectedType__": "cc.SpriteFrame"
  424. },
  425. "_disabledSprite": {
  426. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  427. "__expectedType__": "cc.SpriteFrame"
  428. },
  429. "_duration": 0.1,
  430. "_zoomScale": 1.2,
  431. "_target": {
  432. "__id__": 2
  433. },
  434. "_id": ""
  435. },
  436. {
  437. "__type__": "cc.CompPrefabInfo",
  438. "fileId": "0378iSFGdAwaOPGJNrwVhv"
  439. },
  440. {
  441. "__type__": "cc.Widget",
  442. "_name": "",
  443. "_objFlags": 0,
  444. "__editorExtras__": {},
  445. "node": {
  446. "__id__": 2
  447. },
  448. "_enabled": true,
  449. "__prefab": {
  450. "__id__": 16
  451. },
  452. "_alignFlags": 33,
  453. "_target": null,
  454. "_left": 0,
  455. "_right": 200,
  456. "_top": 40,
  457. "_bottom": 0,
  458. "_horizontalCenter": 0,
  459. "_verticalCenter": 0,
  460. "_isAbsLeft": true,
  461. "_isAbsRight": true,
  462. "_isAbsTop": true,
  463. "_isAbsBottom": true,
  464. "_isAbsHorizontalCenter": true,
  465. "_isAbsVerticalCenter": true,
  466. "_originalWidth": 0,
  467. "_originalHeight": 0,
  468. "_alignMode": 2,
  469. "_lockFlags": 0,
  470. "_id": ""
  471. },
  472. {
  473. "__type__": "cc.CompPrefabInfo",
  474. "fileId": "9aiq1HkNJCRrumjMIzudtS"
  475. },
  476. {
  477. "__type__": "cc.PrefabInfo",
  478. "root": {
  479. "__id__": 1
  480. },
  481. "asset": {
  482. "__id__": 0
  483. },
  484. "fileId": "bd6+lE9oNDQZi69N7Xqmrg",
  485. "instance": null,
  486. "targetOverrides": null,
  487. "nestedPrefabInstanceRoots": null
  488. },
  489. {
  490. "__type__": "cc.Node",
  491. "_name": "_btnVolume",
  492. "_objFlags": 0,
  493. "__editorExtras__": {},
  494. "_parent": {
  495. "__id__": 1
  496. },
  497. "_children": [
  498. {
  499. "__id__": 19
  500. }
  501. ],
  502. "_active": true,
  503. "_components": [
  504. {
  505. "__id__": 25
  506. },
  507. {
  508. "__id__": 27
  509. },
  510. {
  511. "__id__": 29
  512. },
  513. {
  514. "__id__": 31
  515. }
  516. ],
  517. "_prefab": {
  518. "__id__": 33
  519. },
  520. "_lpos": {
  521. "__type__": "cc.Vec3",
  522. "x": 540,
  523. "y": 300,
  524. "z": 0
  525. },
  526. "_lrot": {
  527. "__type__": "cc.Quat",
  528. "x": 0,
  529. "y": 0,
  530. "z": 0,
  531. "w": 1
  532. },
  533. "_lscale": {
  534. "__type__": "cc.Vec3",
  535. "x": 1,
  536. "y": 1,
  537. "z": 1
  538. },
  539. "_mobility": 0,
  540. "_layer": 33554432,
  541. "_euler": {
  542. "__type__": "cc.Vec3",
  543. "x": 0,
  544. "y": 0,
  545. "z": 0
  546. },
  547. "_id": ""
  548. },
  549. {
  550. "__type__": "cc.Node",
  551. "_name": "Label",
  552. "_objFlags": 0,
  553. "__editorExtras__": {},
  554. "_parent": {
  555. "__id__": 18
  556. },
  557. "_children": [],
  558. "_active": true,
  559. "_components": [
  560. {
  561. "__id__": 20
  562. },
  563. {
  564. "__id__": 22
  565. }
  566. ],
  567. "_prefab": {
  568. "__id__": 24
  569. },
  570. "_lpos": {
  571. "__type__": "cc.Vec3",
  572. "x": 0,
  573. "y": 0,
  574. "z": 0
  575. },
  576. "_lrot": {
  577. "__type__": "cc.Quat",
  578. "x": 0,
  579. "y": 0,
  580. "z": 0,
  581. "w": 1
  582. },
  583. "_lscale": {
  584. "__type__": "cc.Vec3",
  585. "x": 1,
  586. "y": 1,
  587. "z": 1
  588. },
  589. "_mobility": 0,
  590. "_layer": 33554432,
  591. "_euler": {
  592. "__type__": "cc.Vec3",
  593. "x": 0,
  594. "y": 0,
  595. "z": 0
  596. },
  597. "_id": ""
  598. },
  599. {
  600. "__type__": "cc.UITransform",
  601. "_name": "",
  602. "_objFlags": 0,
  603. "__editorExtras__": {},
  604. "node": {
  605. "__id__": 19
  606. },
  607. "_enabled": true,
  608. "__prefab": {
  609. "__id__": 21
  610. },
  611. "_contentSize": {
  612. "__type__": "cc.Size",
  613. "width": 66.708984375,
  614. "height": 50.4
  615. },
  616. "_anchorPoint": {
  617. "__type__": "cc.Vec2",
  618. "x": 0.5,
  619. "y": 0.5
  620. },
  621. "_id": ""
  622. },
  623. {
  624. "__type__": "cc.CompPrefabInfo",
  625. "fileId": "15XW8md95MQJAjeMMWQTTZ"
  626. },
  627. {
  628. "__type__": "cc.Label",
  629. "_name": "",
  630. "_objFlags": 0,
  631. "__editorExtras__": {},
  632. "node": {
  633. "__id__": 19
  634. },
  635. "_enabled": true,
  636. "__prefab": {
  637. "__id__": 23
  638. },
  639. "_customMaterial": null,
  640. "_srcBlendFactor": 2,
  641. "_dstBlendFactor": 4,
  642. "_color": {
  643. "__type__": "cc.Color",
  644. "r": 255,
  645. "g": 0,
  646. "b": 0,
  647. "a": 255
  648. },
  649. "_string": "Volume",
  650. "_horizontalAlign": 1,
  651. "_verticalAlign": 1,
  652. "_actualFontSize": 20,
  653. "_fontSize": 20,
  654. "_fontFamily": "Arial",
  655. "_lineHeight": 40,
  656. "_overflow": 0,
  657. "_enableWrapText": true,
  658. "_font": null,
  659. "_isSystemFontUsed": true,
  660. "_spacingX": 0,
  661. "_isItalic": false,
  662. "_isBold": false,
  663. "_isUnderline": false,
  664. "_underlineHeight": 2,
  665. "_cacheMode": 0,
  666. "_enableOutline": false,
  667. "_outlineColor": {
  668. "__type__": "cc.Color",
  669. "r": 0,
  670. "g": 0,
  671. "b": 0,
  672. "a": 255
  673. },
  674. "_outlineWidth": 2,
  675. "_enableShadow": false,
  676. "_shadowColor": {
  677. "__type__": "cc.Color",
  678. "r": 0,
  679. "g": 0,
  680. "b": 0,
  681. "a": 255
  682. },
  683. "_shadowOffset": {
  684. "__type__": "cc.Vec2",
  685. "x": 2,
  686. "y": 2
  687. },
  688. "_shadowBlur": 2,
  689. "_id": ""
  690. },
  691. {
  692. "__type__": "cc.CompPrefabInfo",
  693. "fileId": "d8A5JPwEhBtKDgdbqUNYGL"
  694. },
  695. {
  696. "__type__": "cc.PrefabInfo",
  697. "root": {
  698. "__id__": 1
  699. },
  700. "asset": {
  701. "__id__": 0
  702. },
  703. "fileId": "ebWys9FXNFXpEj+4zFbjMn",
  704. "instance": null,
  705. "targetOverrides": null,
  706. "nestedPrefabInstanceRoots": null
  707. },
  708. {
  709. "__type__": "cc.UITransform",
  710. "_name": "",
  711. "_objFlags": 0,
  712. "__editorExtras__": {},
  713. "node": {
  714. "__id__": 18
  715. },
  716. "_enabled": true,
  717. "__prefab": {
  718. "__id__": 26
  719. },
  720. "_contentSize": {
  721. "__type__": "cc.Size",
  722. "width": 100,
  723. "height": 40
  724. },
  725. "_anchorPoint": {
  726. "__type__": "cc.Vec2",
  727. "x": 0.5,
  728. "y": 0.5
  729. },
  730. "_id": ""
  731. },
  732. {
  733. "__type__": "cc.CompPrefabInfo",
  734. "fileId": "deuB4e8txLBKp3vRFGFgZx"
  735. },
  736. {
  737. "__type__": "cc.Sprite",
  738. "_name": "",
  739. "_objFlags": 0,
  740. "__editorExtras__": {},
  741. "node": {
  742. "__id__": 18
  743. },
  744. "_enabled": true,
  745. "__prefab": {
  746. "__id__": 28
  747. },
  748. "_customMaterial": null,
  749. "_srcBlendFactor": 2,
  750. "_dstBlendFactor": 4,
  751. "_color": {
  752. "__type__": "cc.Color",
  753. "r": 255,
  754. "g": 255,
  755. "b": 255,
  756. "a": 255
  757. },
  758. "_spriteFrame": {
  759. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  760. "__expectedType__": "cc.SpriteFrame"
  761. },
  762. "_type": 1,
  763. "_fillType": 0,
  764. "_sizeMode": 0,
  765. "_fillCenter": {
  766. "__type__": "cc.Vec2",
  767. "x": 0,
  768. "y": 0
  769. },
  770. "_fillStart": 0,
  771. "_fillRange": 0,
  772. "_isTrimmedMode": true,
  773. "_useGrayscale": false,
  774. "_atlas": null,
  775. "_id": ""
  776. },
  777. {
  778. "__type__": "cc.CompPrefabInfo",
  779. "fileId": "d74M07L9pH7bbZw3zWeqiO"
  780. },
  781. {
  782. "__type__": "cc.Button",
  783. "_name": "",
  784. "_objFlags": 0,
  785. "__editorExtras__": {},
  786. "node": {
  787. "__id__": 18
  788. },
  789. "_enabled": true,
  790. "__prefab": {
  791. "__id__": 30
  792. },
  793. "clickEvents": [],
  794. "_interactable": true,
  795. "_transition": 2,
  796. "_normalColor": {
  797. "__type__": "cc.Color",
  798. "r": 214,
  799. "g": 214,
  800. "b": 214,
  801. "a": 255
  802. },
  803. "_hoverColor": {
  804. "__type__": "cc.Color",
  805. "r": 211,
  806. "g": 211,
  807. "b": 211,
  808. "a": 255
  809. },
  810. "_pressedColor": {
  811. "__type__": "cc.Color",
  812. "r": 255,
  813. "g": 255,
  814. "b": 255,
  815. "a": 255
  816. },
  817. "_disabledColor": {
  818. "__type__": "cc.Color",
  819. "r": 124,
  820. "g": 124,
  821. "b": 124,
  822. "a": 255
  823. },
  824. "_normalSprite": {
  825. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  826. "__expectedType__": "cc.SpriteFrame"
  827. },
  828. "_hoverSprite": {
  829. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  830. "__expectedType__": "cc.SpriteFrame"
  831. },
  832. "_pressedSprite": {
  833. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  834. "__expectedType__": "cc.SpriteFrame"
  835. },
  836. "_disabledSprite": {
  837. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  838. "__expectedType__": "cc.SpriteFrame"
  839. },
  840. "_duration": 0.1,
  841. "_zoomScale": 1.2,
  842. "_target": {
  843. "__id__": 18
  844. },
  845. "_id": ""
  846. },
  847. {
  848. "__type__": "cc.CompPrefabInfo",
  849. "fileId": "fa0LW+q0BFS5tl1UvmDsoM"
  850. },
  851. {
  852. "__type__": "cc.Widget",
  853. "_name": "",
  854. "_objFlags": 0,
  855. "__editorExtras__": {},
  856. "node": {
  857. "__id__": 18
  858. },
  859. "_enabled": true,
  860. "__prefab": {
  861. "__id__": 32
  862. },
  863. "_alignFlags": 33,
  864. "_target": null,
  865. "_left": 0,
  866. "_right": 50,
  867. "_top": 40,
  868. "_bottom": 0,
  869. "_horizontalCenter": 0,
  870. "_verticalCenter": 0,
  871. "_isAbsLeft": true,
  872. "_isAbsRight": true,
  873. "_isAbsTop": true,
  874. "_isAbsBottom": true,
  875. "_isAbsHorizontalCenter": true,
  876. "_isAbsVerticalCenter": true,
  877. "_originalWidth": 0,
  878. "_originalHeight": 0,
  879. "_alignMode": 2,
  880. "_lockFlags": 0,
  881. "_id": ""
  882. },
  883. {
  884. "__type__": "cc.CompPrefabInfo",
  885. "fileId": "b3hCwgY19O+oa8O8eOqTqd"
  886. },
  887. {
  888. "__type__": "cc.PrefabInfo",
  889. "root": {
  890. "__id__": 1
  891. },
  892. "asset": {
  893. "__id__": 0
  894. },
  895. "fileId": "a6LxvtbYJC3rLf63ZgB2Jz",
  896. "instance": null,
  897. "targetOverrides": null,
  898. "nestedPrefabInstanceRoots": null
  899. },
  900. {
  901. "__type__": "cc.Node",
  902. "_name": "_btnStart",
  903. "_objFlags": 0,
  904. "__editorExtras__": {},
  905. "_parent": {
  906. "__id__": 1
  907. },
  908. "_children": [
  909. {
  910. "__id__": 35
  911. }
  912. ],
  913. "_active": true,
  914. "_components": [
  915. {
  916. "__id__": 41
  917. },
  918. {
  919. "__id__": 43
  920. },
  921. {
  922. "__id__": 45
  923. },
  924. {
  925. "__id__": 47
  926. }
  927. ],
  928. "_prefab": {
  929. "__id__": 49
  930. },
  931. "_lpos": {
  932. "__type__": "cc.Vec3",
  933. "x": 0,
  934. "y": -140,
  935. "z": 0
  936. },
  937. "_lrot": {
  938. "__type__": "cc.Quat",
  939. "x": 0,
  940. "y": 0,
  941. "z": 0,
  942. "w": 1
  943. },
  944. "_lscale": {
  945. "__type__": "cc.Vec3",
  946. "x": 1,
  947. "y": 1,
  948. "z": 1
  949. },
  950. "_mobility": 0,
  951. "_layer": 33554432,
  952. "_euler": {
  953. "__type__": "cc.Vec3",
  954. "x": 0,
  955. "y": 0,
  956. "z": 0
  957. },
  958. "_id": ""
  959. },
  960. {
  961. "__type__": "cc.Node",
  962. "_name": "Label",
  963. "_objFlags": 0,
  964. "__editorExtras__": {},
  965. "_parent": {
  966. "__id__": 34
  967. },
  968. "_children": [],
  969. "_active": true,
  970. "_components": [
  971. {
  972. "__id__": 36
  973. },
  974. {
  975. "__id__": 38
  976. }
  977. ],
  978. "_prefab": {
  979. "__id__": 40
  980. },
  981. "_lpos": {
  982. "__type__": "cc.Vec3",
  983. "x": 0,
  984. "y": 0,
  985. "z": 0
  986. },
  987. "_lrot": {
  988. "__type__": "cc.Quat",
  989. "x": 0,
  990. "y": 0,
  991. "z": 0,
  992. "w": 1
  993. },
  994. "_lscale": {
  995. "__type__": "cc.Vec3",
  996. "x": 1,
  997. "y": 1,
  998. "z": 1
  999. },
  1000. "_mobility": 0,
  1001. "_layer": 33554432,
  1002. "_euler": {
  1003. "__type__": "cc.Vec3",
  1004. "x": 0,
  1005. "y": 0,
  1006. "z": 0
  1007. },
  1008. "_id": ""
  1009. },
  1010. {
  1011. "__type__": "cc.UITransform",
  1012. "_name": "",
  1013. "_objFlags": 0,
  1014. "__editorExtras__": {},
  1015. "node": {
  1016. "__id__": 35
  1017. },
  1018. "_enabled": true,
  1019. "__prefab": {
  1020. "__id__": 37
  1021. },
  1022. "_contentSize": {
  1023. "__type__": "cc.Size",
  1024. "width": 96.69921875,
  1025. "height": 50.4
  1026. },
  1027. "_anchorPoint": {
  1028. "__type__": "cc.Vec2",
  1029. "x": 0.5,
  1030. "y": 0.5
  1031. },
  1032. "_id": ""
  1033. },
  1034. {
  1035. "__type__": "cc.CompPrefabInfo",
  1036. "fileId": "82azoWSGdHjrPv5/w0xrny"
  1037. },
  1038. {
  1039. "__type__": "cc.Label",
  1040. "_name": "",
  1041. "_objFlags": 0,
  1042. "__editorExtras__": {},
  1043. "node": {
  1044. "__id__": 35
  1045. },
  1046. "_enabled": true,
  1047. "__prefab": {
  1048. "__id__": 39
  1049. },
  1050. "_customMaterial": null,
  1051. "_srcBlendFactor": 2,
  1052. "_dstBlendFactor": 4,
  1053. "_color": {
  1054. "__type__": "cc.Color",
  1055. "r": 255,
  1056. "g": 0,
  1057. "b": 0,
  1058. "a": 255
  1059. },
  1060. "_string": "StartGame",
  1061. "_horizontalAlign": 1,
  1062. "_verticalAlign": 1,
  1063. "_actualFontSize": 20,
  1064. "_fontSize": 20,
  1065. "_fontFamily": "Arial",
  1066. "_lineHeight": 40,
  1067. "_overflow": 0,
  1068. "_enableWrapText": true,
  1069. "_font": null,
  1070. "_isSystemFontUsed": true,
  1071. "_spacingX": 0,
  1072. "_isItalic": false,
  1073. "_isBold": false,
  1074. "_isUnderline": false,
  1075. "_underlineHeight": 2,
  1076. "_cacheMode": 0,
  1077. "_enableOutline": false,
  1078. "_outlineColor": {
  1079. "__type__": "cc.Color",
  1080. "r": 0,
  1081. "g": 0,
  1082. "b": 0,
  1083. "a": 255
  1084. },
  1085. "_outlineWidth": 2,
  1086. "_enableShadow": false,
  1087. "_shadowColor": {
  1088. "__type__": "cc.Color",
  1089. "r": 0,
  1090. "g": 0,
  1091. "b": 0,
  1092. "a": 255
  1093. },
  1094. "_shadowOffset": {
  1095. "__type__": "cc.Vec2",
  1096. "x": 2,
  1097. "y": 2
  1098. },
  1099. "_shadowBlur": 2,
  1100. "_id": ""
  1101. },
  1102. {
  1103. "__type__": "cc.CompPrefabInfo",
  1104. "fileId": "338XD58hFPK64MF1NoqJov"
  1105. },
  1106. {
  1107. "__type__": "cc.PrefabInfo",
  1108. "root": {
  1109. "__id__": 1
  1110. },
  1111. "asset": {
  1112. "__id__": 0
  1113. },
  1114. "fileId": "c3yGNukjdNM4oDmM1UeFz1",
  1115. "instance": null,
  1116. "targetOverrides": null,
  1117. "nestedPrefabInstanceRoots": null
  1118. },
  1119. {
  1120. "__type__": "cc.UITransform",
  1121. "_name": "",
  1122. "_objFlags": 0,
  1123. "__editorExtras__": {},
  1124. "node": {
  1125. "__id__": 34
  1126. },
  1127. "_enabled": true,
  1128. "__prefab": {
  1129. "__id__": 42
  1130. },
  1131. "_contentSize": {
  1132. "__type__": "cc.Size",
  1133. "width": 200,
  1134. "height": 80
  1135. },
  1136. "_anchorPoint": {
  1137. "__type__": "cc.Vec2",
  1138. "x": 0.5,
  1139. "y": 0.5
  1140. },
  1141. "_id": ""
  1142. },
  1143. {
  1144. "__type__": "cc.CompPrefabInfo",
  1145. "fileId": "3eGigF9QtPpoaVP6HCxKqV"
  1146. },
  1147. {
  1148. "__type__": "cc.Sprite",
  1149. "_name": "",
  1150. "_objFlags": 0,
  1151. "__editorExtras__": {},
  1152. "node": {
  1153. "__id__": 34
  1154. },
  1155. "_enabled": true,
  1156. "__prefab": {
  1157. "__id__": 44
  1158. },
  1159. "_customMaterial": null,
  1160. "_srcBlendFactor": 2,
  1161. "_dstBlendFactor": 4,
  1162. "_color": {
  1163. "__type__": "cc.Color",
  1164. "r": 255,
  1165. "g": 255,
  1166. "b": 255,
  1167. "a": 255
  1168. },
  1169. "_spriteFrame": {
  1170. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  1171. "__expectedType__": "cc.SpriteFrame"
  1172. },
  1173. "_type": 1,
  1174. "_fillType": 0,
  1175. "_sizeMode": 0,
  1176. "_fillCenter": {
  1177. "__type__": "cc.Vec2",
  1178. "x": 0,
  1179. "y": 0
  1180. },
  1181. "_fillStart": 0,
  1182. "_fillRange": 0,
  1183. "_isTrimmedMode": true,
  1184. "_useGrayscale": false,
  1185. "_atlas": null,
  1186. "_id": ""
  1187. },
  1188. {
  1189. "__type__": "cc.CompPrefabInfo",
  1190. "fileId": "fcuhkd3lNPO7szL1YBZqf7"
  1191. },
  1192. {
  1193. "__type__": "cc.Button",
  1194. "_name": "",
  1195. "_objFlags": 0,
  1196. "__editorExtras__": {},
  1197. "node": {
  1198. "__id__": 34
  1199. },
  1200. "_enabled": true,
  1201. "__prefab": {
  1202. "__id__": 46
  1203. },
  1204. "clickEvents": [],
  1205. "_interactable": true,
  1206. "_transition": 2,
  1207. "_normalColor": {
  1208. "__type__": "cc.Color",
  1209. "r": 214,
  1210. "g": 214,
  1211. "b": 214,
  1212. "a": 255
  1213. },
  1214. "_hoverColor": {
  1215. "__type__": "cc.Color",
  1216. "r": 211,
  1217. "g": 211,
  1218. "b": 211,
  1219. "a": 255
  1220. },
  1221. "_pressedColor": {
  1222. "__type__": "cc.Color",
  1223. "r": 255,
  1224. "g": 255,
  1225. "b": 255,
  1226. "a": 255
  1227. },
  1228. "_disabledColor": {
  1229. "__type__": "cc.Color",
  1230. "r": 124,
  1231. "g": 124,
  1232. "b": 124,
  1233. "a": 255
  1234. },
  1235. "_normalSprite": {
  1236. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  1237. "__expectedType__": "cc.SpriteFrame"
  1238. },
  1239. "_hoverSprite": {
  1240. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  1241. "__expectedType__": "cc.SpriteFrame"
  1242. },
  1243. "_pressedSprite": {
  1244. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  1245. "__expectedType__": "cc.SpriteFrame"
  1246. },
  1247. "_disabledSprite": {
  1248. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  1249. "__expectedType__": "cc.SpriteFrame"
  1250. },
  1251. "_duration": 0.1,
  1252. "_zoomScale": 1.2,
  1253. "_target": {
  1254. "__id__": 34
  1255. },
  1256. "_id": ""
  1257. },
  1258. {
  1259. "__type__": "cc.CompPrefabInfo",
  1260. "fileId": "32l/J7TnZAcJ7vZcJXf7v5"
  1261. },
  1262. {
  1263. "__type__": "cc.Widget",
  1264. "_name": "",
  1265. "_objFlags": 0,
  1266. "__editorExtras__": {},
  1267. "node": {
  1268. "__id__": 34
  1269. },
  1270. "_enabled": true,
  1271. "__prefab": {
  1272. "__id__": 48
  1273. },
  1274. "_alignFlags": 44,
  1275. "_target": null,
  1276. "_left": 540,
  1277. "_right": 540,
  1278. "_top": 0,
  1279. "_bottom": 180,
  1280. "_horizontalCenter": 0,
  1281. "_verticalCenter": 0,
  1282. "_isAbsLeft": true,
  1283. "_isAbsRight": true,
  1284. "_isAbsTop": true,
  1285. "_isAbsBottom": true,
  1286. "_isAbsHorizontalCenter": true,
  1287. "_isAbsVerticalCenter": true,
  1288. "_originalWidth": 100,
  1289. "_originalHeight": 0,
  1290. "_alignMode": 2,
  1291. "_lockFlags": 0,
  1292. "_id": ""
  1293. },
  1294. {
  1295. "__type__": "cc.CompPrefabInfo",
  1296. "fileId": "f6+DL+qttBLqqWqFc2a5QF"
  1297. },
  1298. {
  1299. "__type__": "cc.PrefabInfo",
  1300. "root": {
  1301. "__id__": 1
  1302. },
  1303. "asset": {
  1304. "__id__": 0
  1305. },
  1306. "fileId": "31zeUCMblP+6+pFvmkbbRE",
  1307. "instance": null,
  1308. "targetOverrides": null,
  1309. "nestedPrefabInstanceRoots": null
  1310. },
  1311. {
  1312. "__type__": "cc.UITransform",
  1313. "_name": "",
  1314. "_objFlags": 0,
  1315. "__editorExtras__": {},
  1316. "node": {
  1317. "__id__": 1
  1318. },
  1319. "_enabled": true,
  1320. "__prefab": {
  1321. "__id__": 51
  1322. },
  1323. "_contentSize": {
  1324. "__type__": "cc.Size",
  1325. "width": 1280,
  1326. "height": 720
  1327. },
  1328. "_anchorPoint": {
  1329. "__type__": "cc.Vec2",
  1330. "x": 0.5,
  1331. "y": 0.5
  1332. },
  1333. "_id": ""
  1334. },
  1335. {
  1336. "__type__": "cc.CompPrefabInfo",
  1337. "fileId": "18tgmqpMtL3oE8vBGMAywf"
  1338. },
  1339. {
  1340. "__type__": "cc.Sprite",
  1341. "_name": "",
  1342. "_objFlags": 0,
  1343. "__editorExtras__": {},
  1344. "node": {
  1345. "__id__": 1
  1346. },
  1347. "_enabled": true,
  1348. "__prefab": {
  1349. "__id__": 53
  1350. },
  1351. "_customMaterial": null,
  1352. "_srcBlendFactor": 2,
  1353. "_dstBlendFactor": 4,
  1354. "_color": {
  1355. "__type__": "cc.Color",
  1356. "r": 255,
  1357. "g": 255,
  1358. "b": 255,
  1359. "a": 255
  1360. },
  1361. "_spriteFrame": {
  1362. "__uuid__": "bd1bcaba-bd7d-4a71-b143-997c882383e4@f9941",
  1363. "__expectedType__": "cc.SpriteFrame"
  1364. },
  1365. "_type": 0,
  1366. "_fillType": 0,
  1367. "_sizeMode": 0,
  1368. "_fillCenter": {
  1369. "__type__": "cc.Vec2",
  1370. "x": 0,
  1371. "y": 0
  1372. },
  1373. "_fillStart": 0,
  1374. "_fillRange": 0,
  1375. "_isTrimmedMode": true,
  1376. "_useGrayscale": false,
  1377. "_atlas": null,
  1378. "_id": ""
  1379. },
  1380. {
  1381. "__type__": "cc.CompPrefabInfo",
  1382. "fileId": "35tS5eQ6tIjLJaxzcua2wb"
  1383. },
  1384. {
  1385. "__type__": "cc.Widget",
  1386. "_name": "",
  1387. "_objFlags": 0,
  1388. "__editorExtras__": {},
  1389. "node": {
  1390. "__id__": 1
  1391. },
  1392. "_enabled": true,
  1393. "__prefab": {
  1394. "__id__": 55
  1395. },
  1396. "_alignFlags": 45,
  1397. "_target": null,
  1398. "_left": 0,
  1399. "_right": 0,
  1400. "_top": 0,
  1401. "_bottom": 0,
  1402. "_horizontalCenter": 0,
  1403. "_verticalCenter": 0,
  1404. "_isAbsLeft": true,
  1405. "_isAbsRight": true,
  1406. "_isAbsTop": true,
  1407. "_isAbsBottom": true,
  1408. "_isAbsHorizontalCenter": true,
  1409. "_isAbsVerticalCenter": true,
  1410. "_originalWidth": 100,
  1411. "_originalHeight": 100,
  1412. "_alignMode": 2,
  1413. "_lockFlags": 0,
  1414. "_id": ""
  1415. },
  1416. {
  1417. "__type__": "cc.CompPrefabInfo",
  1418. "fileId": "0cuIGitZ1ICaoB7NRsQM9x"
  1419. },
  1420. {
  1421. "__type__": "be70bvt6ydKmY3vpMV889sA",
  1422. "_name": "",
  1423. "_objFlags": 0,
  1424. "__editorExtras__": {},
  1425. "node": {
  1426. "__id__": 1
  1427. },
  1428. "_enabled": true,
  1429. "__prefab": {
  1430. "__id__": 57
  1431. },
  1432. "_id": ""
  1433. },
  1434. {
  1435. "__type__": "cc.CompPrefabInfo",
  1436. "fileId": "28xgEHIPVBprApY9+pyodn"
  1437. },
  1438. {
  1439. "__type__": "cc.PrefabInfo",
  1440. "root": {
  1441. "__id__": 1
  1442. },
  1443. "asset": {
  1444. "__id__": 0
  1445. },
  1446. "fileId": "79X/cjR91APK4OJA3+H2wM",
  1447. "instance": null,
  1448. "targetOverrides": null
  1449. }
  1450. ]