FLoadingMaskPanel.prefab 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "FLoadingMaskPanel",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 9
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 17
  34. },
  35. {
  36. "__id__": 18
  37. },
  38. {
  39. "__id__": 19
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 20
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 750,
  56. "height": 1334
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_position": {
  64. "__type__": "cc.Vec3",
  65. "x": 480,
  66. "y": 320,
  67. "z": 0
  68. },
  69. "_scale": {
  70. "__type__": "cc.Vec3",
  71. "x": 1,
  72. "y": 1,
  73. "z": 1
  74. },
  75. "_trs": {
  76. "__type__": "TypedArray",
  77. "ctor": "Float64Array",
  78. "array": [
  79. 375,
  80. 667,
  81. 0,
  82. 0,
  83. 0,
  84. 0,
  85. 1,
  86. 1,
  87. 1,
  88. 1
  89. ]
  90. },
  91. "_eulerAngles": {
  92. "__type__": "cc.Vec3",
  93. "x": 0,
  94. "y": 0,
  95. "z": 0
  96. },
  97. "_skewX": 0,
  98. "_skewY": 0,
  99. "_zIndex": 0,
  100. "_is3DNode": false,
  101. "_groupIndex": 0,
  102. "groupIndex": 0,
  103. "_id": ""
  104. },
  105. {
  106. "__type__": "cc.Node",
  107. "_name": "bg",
  108. "_objFlags": 0,
  109. "_parent": {
  110. "__id__": 1
  111. },
  112. "_children": [],
  113. "_active": true,
  114. "_components": [
  115. {
  116. "__id__": 3
  117. },
  118. {
  119. "__id__": 4
  120. }
  121. ],
  122. "_prefab": {
  123. "__id__": 5
  124. },
  125. "_opacity": 255,
  126. "_color": {
  127. "__type__": "cc.Color",
  128. "r": 255,
  129. "g": 255,
  130. "b": 255,
  131. "a": 255
  132. },
  133. "_contentSize": {
  134. "__type__": "cc.Size",
  135. "width": 750,
  136. "height": 1334
  137. },
  138. "_anchorPoint": {
  139. "__type__": "cc.Vec2",
  140. "x": 0.5,
  141. "y": 0.5
  142. },
  143. "_trs": {
  144. "__type__": "TypedArray",
  145. "ctor": "Float64Array",
  146. "array": [
  147. 0,
  148. 0,
  149. 0,
  150. 0,
  151. 0,
  152. 0,
  153. 1,
  154. 1,
  155. 1,
  156. 1
  157. ]
  158. },
  159. "_eulerAngles": {
  160. "__type__": "cc.Vec3",
  161. "x": 0,
  162. "y": 0,
  163. "z": 0
  164. },
  165. "_skewX": 0,
  166. "_skewY": 0,
  167. "_is3DNode": false,
  168. "_groupIndex": 0,
  169. "groupIndex": 0,
  170. "_id": ""
  171. },
  172. {
  173. "__type__": "cc.Sprite",
  174. "_name": "",
  175. "_objFlags": 0,
  176. "node": {
  177. "__id__": 2
  178. },
  179. "_enabled": true,
  180. "_materials": [
  181. {
  182. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  183. }
  184. ],
  185. "_srcBlendFactor": 770,
  186. "_dstBlendFactor": 771,
  187. "_spriteFrame": {
  188. "__uuid__": "1a7dbe19-f72e-4d07-9d56-985fe22b035c"
  189. },
  190. "_type": 0,
  191. "_sizeMode": 1,
  192. "_fillType": 0,
  193. "_fillCenter": {
  194. "__type__": "cc.Vec2",
  195. "x": 0,
  196. "y": 0
  197. },
  198. "_fillStart": 0,
  199. "_fillRange": 0,
  200. "_isTrimmedMode": true,
  201. "_atlas": null,
  202. "_id": ""
  203. },
  204. {
  205. "__type__": "cc.Widget",
  206. "_name": "",
  207. "_objFlags": 0,
  208. "node": {
  209. "__id__": 2
  210. },
  211. "_enabled": true,
  212. "alignMode": 1,
  213. "_target": null,
  214. "_alignFlags": 45,
  215. "_left": 0,
  216. "_right": 0,
  217. "_top": 0,
  218. "_bottom": 0,
  219. "_verticalCenter": 0,
  220. "_horizontalCenter": 0,
  221. "_isAbsLeft": true,
  222. "_isAbsRight": true,
  223. "_isAbsTop": true,
  224. "_isAbsBottom": true,
  225. "_isAbsHorizontalCenter": true,
  226. "_isAbsVerticalCenter": true,
  227. "_originalWidth": 100,
  228. "_originalHeight": 100,
  229. "_id": ""
  230. },
  231. {
  232. "__type__": "cc.PrefabInfo",
  233. "root": {
  234. "__id__": 1
  235. },
  236. "asset": {
  237. "__id__": 0
  238. },
  239. "fileId": "d4b/7UMwhHnKhGdejxbGrv",
  240. "sync": false
  241. },
  242. {
  243. "__type__": "cc.Node",
  244. "_name": "label",
  245. "_objFlags": 0,
  246. "_parent": {
  247. "__id__": 1
  248. },
  249. "_children": [],
  250. "_active": true,
  251. "_components": [
  252. {
  253. "__id__": 7
  254. }
  255. ],
  256. "_prefab": {
  257. "__id__": 8
  258. },
  259. "_opacity": 255,
  260. "_color": {
  261. "__type__": "cc.Color",
  262. "r": 255,
  263. "g": 255,
  264. "b": 255,
  265. "a": 255
  266. },
  267. "_contentSize": {
  268. "__type__": "cc.Size",
  269. "width": 141.65,
  270. "height": 37.8
  271. },
  272. "_anchorPoint": {
  273. "__type__": "cc.Vec2",
  274. "x": 0.5,
  275. "y": 0.5
  276. },
  277. "_trs": {
  278. "__type__": "TypedArray",
  279. "ctor": "Float64Array",
  280. "array": [
  281. 0,
  282. -356.21,
  283. 0,
  284. 0,
  285. 0,
  286. 0,
  287. 1,
  288. 1,
  289. 1,
  290. 1
  291. ]
  292. },
  293. "_eulerAngles": {
  294. "__type__": "cc.Vec3",
  295. "x": 0,
  296. "y": 0,
  297. "z": 0
  298. },
  299. "_skewX": 0,
  300. "_skewY": 0,
  301. "_is3DNode": false,
  302. "_groupIndex": 0,
  303. "groupIndex": 0,
  304. "_id": ""
  305. },
  306. {
  307. "__type__": "cc.Label",
  308. "_name": "",
  309. "_objFlags": 0,
  310. "node": {
  311. "__id__": 6
  312. },
  313. "_enabled": true,
  314. "_materials": [
  315. {
  316. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  317. }
  318. ],
  319. "_srcBlendFactor": 770,
  320. "_dstBlendFactor": 771,
  321. "_string": "Loading...",
  322. "_N$string": "Loading...",
  323. "_fontSize": 30,
  324. "_lineHeight": 30,
  325. "_enableWrapText": true,
  326. "_N$file": null,
  327. "_isSystemFontUsed": true,
  328. "_spacingX": 0,
  329. "_batchAsBitmap": false,
  330. "_styleFlags": 1,
  331. "_underlineHeight": 0,
  332. "_N$horizontalAlign": 1,
  333. "_N$verticalAlign": 1,
  334. "_N$fontFamily": "Arial",
  335. "_N$overflow": 0,
  336. "_N$cacheMode": 1,
  337. "_id": ""
  338. },
  339. {
  340. "__type__": "cc.PrefabInfo",
  341. "root": {
  342. "__id__": 1
  343. },
  344. "asset": {
  345. "__id__": 0
  346. },
  347. "fileId": "18Wii9lPFAH7M1t0FXarH6",
  348. "sync": false
  349. },
  350. {
  351. "__type__": "cc.Node",
  352. "_name": "progressBar",
  353. "_objFlags": 0,
  354. "_parent": {
  355. "__id__": 1
  356. },
  357. "_children": [
  358. {
  359. "__id__": 10
  360. }
  361. ],
  362. "_active": true,
  363. "_components": [
  364. {
  365. "__id__": 13
  366. },
  367. {
  368. "__id__": 14
  369. },
  370. {
  371. "__id__": 15
  372. }
  373. ],
  374. "_prefab": {
  375. "__id__": 16
  376. },
  377. "_opacity": 255,
  378. "_color": {
  379. "__type__": "cc.Color",
  380. "r": 255,
  381. "g": 255,
  382. "b": 255,
  383. "a": 255
  384. },
  385. "_contentSize": {
  386. "__type__": "cc.Size",
  387. "width": 512,
  388. "height": 31
  389. },
  390. "_anchorPoint": {
  391. "__type__": "cc.Vec2",
  392. "x": 0.5,
  393. "y": 0.5
  394. },
  395. "_trs": {
  396. "__type__": "TypedArray",
  397. "ctor": "Float64Array",
  398. "array": [
  399. 0,
  400. -421.762,
  401. 0,
  402. 0,
  403. 0,
  404. 0,
  405. 1,
  406. 1,
  407. 1,
  408. 1
  409. ]
  410. },
  411. "_eulerAngles": {
  412. "__type__": "cc.Vec3",
  413. "x": 0,
  414. "y": 0,
  415. "z": 0
  416. },
  417. "_skewX": 0,
  418. "_skewY": 0,
  419. "_is3DNode": false,
  420. "_groupIndex": 0,
  421. "groupIndex": 0,
  422. "_id": ""
  423. },
  424. {
  425. "__type__": "cc.Node",
  426. "_name": "bar",
  427. "_objFlags": 512,
  428. "_parent": {
  429. "__id__": 9
  430. },
  431. "_children": [],
  432. "_active": true,
  433. "_components": [
  434. {
  435. "__id__": 11
  436. }
  437. ],
  438. "_prefab": {
  439. "__id__": 12
  440. },
  441. "_opacity": 255,
  442. "_color": {
  443. "__type__": "cc.Color",
  444. "r": 255,
  445. "g": 255,
  446. "b": 255,
  447. "a": 255
  448. },
  449. "_contentSize": {
  450. "__type__": "cc.Size",
  451. "width": 0,
  452. "height": 25
  453. },
  454. "_anchorPoint": {
  455. "__type__": "cc.Vec2",
  456. "x": 0,
  457. "y": 0.5
  458. },
  459. "_trs": {
  460. "__type__": "TypedArray",
  461. "ctor": "Float64Array",
  462. "array": [
  463. -253,
  464. 0,
  465. 0,
  466. 0,
  467. 0,
  468. 0,
  469. 1,
  470. 1,
  471. 1,
  472. 1
  473. ]
  474. },
  475. "_eulerAngles": {
  476. "__type__": "cc.Vec3",
  477. "x": 0,
  478. "y": 0,
  479. "z": 0
  480. },
  481. "_skewX": 0,
  482. "_skewY": 0,
  483. "_is3DNode": false,
  484. "_groupIndex": 0,
  485. "groupIndex": 0,
  486. "_id": ""
  487. },
  488. {
  489. "__type__": "cc.Sprite",
  490. "_name": "",
  491. "_objFlags": 0,
  492. "node": {
  493. "__id__": 10
  494. },
  495. "_enabled": true,
  496. "_materials": [
  497. {
  498. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  499. }
  500. ],
  501. "_srcBlendFactor": 770,
  502. "_dstBlendFactor": 771,
  503. "_spriteFrame": {
  504. "__uuid__": "e11212f8-e9c2-438f-b485-c6b9dc61088d"
  505. },
  506. "_type": 1,
  507. "_sizeMode": 0,
  508. "_fillType": 0,
  509. "_fillCenter": {
  510. "__type__": "cc.Vec2",
  511. "x": 0,
  512. "y": 0
  513. },
  514. "_fillStart": 0,
  515. "_fillRange": 0,
  516. "_isTrimmedMode": true,
  517. "_atlas": null,
  518. "_id": ""
  519. },
  520. {
  521. "__type__": "cc.PrefabInfo",
  522. "root": {
  523. "__id__": 1
  524. },
  525. "asset": {
  526. "__id__": 0
  527. },
  528. "fileId": "2aMNiaI6FJgItJfS/VwBt/",
  529. "sync": false
  530. },
  531. {
  532. "__type__": "cc.Sprite",
  533. "_name": "",
  534. "_objFlags": 0,
  535. "node": {
  536. "__id__": 9
  537. },
  538. "_enabled": true,
  539. "_materials": [
  540. {
  541. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  542. }
  543. ],
  544. "_srcBlendFactor": 770,
  545. "_dstBlendFactor": 771,
  546. "_spriteFrame": {
  547. "__uuid__": "3ffc539b-3185-44f6-b6bf-d25f8f16e2fc"
  548. },
  549. "_type": 1,
  550. "_sizeMode": 0,
  551. "_fillType": 0,
  552. "_fillCenter": {
  553. "__type__": "cc.Vec2",
  554. "x": 0,
  555. "y": 0
  556. },
  557. "_fillStart": 0,
  558. "_fillRange": 0,
  559. "_isTrimmedMode": true,
  560. "_atlas": null,
  561. "_id": ""
  562. },
  563. {
  564. "__type__": "cc.ProgressBar",
  565. "_name": "",
  566. "_objFlags": 0,
  567. "node": {
  568. "__id__": 9
  569. },
  570. "_enabled": true,
  571. "_N$totalLength": 506,
  572. "_N$barSprite": {
  573. "__id__": 11
  574. },
  575. "_N$mode": 0,
  576. "_N$progress": 0,
  577. "_N$reverse": false,
  578. "_id": ""
  579. },
  580. {
  581. "__type__": "cc.Widget",
  582. "_name": "",
  583. "_objFlags": 0,
  584. "node": {
  585. "__id__": 9
  586. },
  587. "_enabled": true,
  588. "alignMode": 1,
  589. "_target": null,
  590. "_alignFlags": 16,
  591. "_left": 0,
  592. "_right": 0,
  593. "_top": 0,
  594. "_bottom": 0,
  595. "_verticalCenter": 0,
  596. "_horizontalCenter": 0,
  597. "_isAbsLeft": true,
  598. "_isAbsRight": true,
  599. "_isAbsTop": true,
  600. "_isAbsBottom": true,
  601. "_isAbsHorizontalCenter": true,
  602. "_isAbsVerticalCenter": true,
  603. "_originalWidth": 0,
  604. "_originalHeight": 0,
  605. "_id": ""
  606. },
  607. {
  608. "__type__": "cc.PrefabInfo",
  609. "root": {
  610. "__id__": 1
  611. },
  612. "asset": {
  613. "__id__": 0
  614. },
  615. "fileId": "9dfiP0HQtBxLPo0kY9V4rq",
  616. "sync": false
  617. },
  618. {
  619. "__type__": "cc.Widget",
  620. "_name": "",
  621. "_objFlags": 0,
  622. "node": {
  623. "__id__": 1
  624. },
  625. "_enabled": true,
  626. "alignMode": 1,
  627. "_target": null,
  628. "_alignFlags": 45,
  629. "_left": 0,
  630. "_right": 0,
  631. "_top": 0,
  632. "_bottom": 0,
  633. "_verticalCenter": 0,
  634. "_horizontalCenter": 0,
  635. "_isAbsLeft": true,
  636. "_isAbsRight": true,
  637. "_isAbsTop": true,
  638. "_isAbsBottom": true,
  639. "_isAbsHorizontalCenter": true,
  640. "_isAbsVerticalCenter": true,
  641. "_originalWidth": 750,
  642. "_originalHeight": 1334,
  643. "_id": ""
  644. },
  645. {
  646. "__type__": "f3a8dqF2+9L5pOkyEsx62gG",
  647. "_name": "",
  648. "_objFlags": 0,
  649. "node": {
  650. "__id__": 1
  651. },
  652. "_enabled": true,
  653. "progressBar": {
  654. "__id__": 14
  655. },
  656. "_id": ""
  657. },
  658. {
  659. "__type__": "cc.BlockInputEvents",
  660. "_name": "",
  661. "_objFlags": 0,
  662. "node": {
  663. "__id__": 1
  664. },
  665. "_enabled": true,
  666. "_id": ""
  667. },
  668. {
  669. "__type__": "cc.PrefabInfo",
  670. "root": {
  671. "__id__": 1
  672. },
  673. "asset": {
  674. "__id__": 0
  675. },
  676. "fileId": "",
  677. "sync": false
  678. }
  679. ]