LoadingUI.prefab 22 KB

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