StartScene.fire 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_rawFiles": null,
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_objFlags": 0,
  14. "_parent": null,
  15. "_children": [
  16. {
  17. "__id__": 2
  18. }
  19. ],
  20. "_tag": -1,
  21. "_active": true,
  22. "_components": [],
  23. "_prefab": null,
  24. "_id": "57f5fea1-1362-49ea-94fd-96f2d44c57eb",
  25. "_opacity": 255,
  26. "_color": {
  27. "__type__": "cc.Color",
  28. "r": 255,
  29. "g": 255,
  30. "b": 255,
  31. "a": 255
  32. },
  33. "_cascadeOpacityEnabled": true,
  34. "_anchorPoint": {
  35. "__type__": "cc.Vec2",
  36. "x": 0,
  37. "y": 0
  38. },
  39. "_contentSize": {
  40. "__type__": "cc.Size",
  41. "width": 0,
  42. "height": 0
  43. },
  44. "_localZOrder": 0,
  45. "_globalZOrder": 0,
  46. "_opacityModifyRGB": false,
  47. "groupIndex": 0,
  48. "autoReleaseAssets": false
  49. },
  50. {
  51. "__type__": "cc.Node",
  52. "_name": "Canvas",
  53. "_objFlags": 0,
  54. "_parent": {
  55. "__id__": 1
  56. },
  57. "_children": [
  58. {
  59. "__id__": 3
  60. }
  61. ],
  62. "_tag": -1,
  63. "_active": true,
  64. "_components": [
  65. {
  66. "__id__": 23
  67. },
  68. {
  69. "__id__": 24
  70. }
  71. ],
  72. "_prefab": null,
  73. "_id": "42WBVIrmxLkbPb6aspaUkt",
  74. "_opacity": 255,
  75. "_color": {
  76. "__type__": "cc.Color",
  77. "r": 255,
  78. "g": 255,
  79. "b": 255,
  80. "a": 255
  81. },
  82. "_cascadeOpacityEnabled": true,
  83. "_anchorPoint": {
  84. "__type__": "cc.Vec2",
  85. "x": 0.5,
  86. "y": 0.5
  87. },
  88. "_contentSize": {
  89. "__type__": "cc.Size",
  90. "width": 720,
  91. "height": 1280
  92. },
  93. "_rotationX": 0,
  94. "_rotationY": 0,
  95. "_scaleX": 1,
  96. "_scaleY": 1,
  97. "_position": {
  98. "__type__": "cc.Vec2",
  99. "x": 360,
  100. "y": 640
  101. },
  102. "_skewX": 0,
  103. "_skewY": 0,
  104. "_localZOrder": 0,
  105. "_globalZOrder": 0,
  106. "_opacityModifyRGB": false,
  107. "groupIndex": 0
  108. },
  109. {
  110. "__type__": "cc.Node",
  111. "_name": "GameStart",
  112. "_objFlags": 0,
  113. "_parent": {
  114. "__id__": 2
  115. },
  116. "_children": [
  117. {
  118. "__id__": 4
  119. },
  120. {
  121. "__id__": 6
  122. },
  123. {
  124. "__id__": 8
  125. },
  126. {
  127. "__id__": 14
  128. }
  129. ],
  130. "_tag": -1,
  131. "_active": true,
  132. "_components": [
  133. {
  134. "__id__": 22
  135. }
  136. ],
  137. "_prefab": null,
  138. "_id": "e7UHJcAjdAMLHiDyrcC5VR",
  139. "_opacity": 255,
  140. "_color": {
  141. "__type__": "cc.Color",
  142. "r": 255,
  143. "g": 255,
  144. "b": 255,
  145. "a": 255
  146. },
  147. "_cascadeOpacityEnabled": true,
  148. "_anchorPoint": {
  149. "__type__": "cc.Vec2",
  150. "x": 0.5,
  151. "y": 0.5
  152. },
  153. "_contentSize": {
  154. "__type__": "cc.Size",
  155. "width": 720,
  156. "height": 1280
  157. },
  158. "_rotationX": 0,
  159. "_rotationY": 0,
  160. "_scaleX": 1,
  161. "_scaleY": 1,
  162. "_position": {
  163. "__type__": "cc.Vec2",
  164. "x": 0,
  165. "y": 0
  166. },
  167. "_skewX": 0,
  168. "_skewY": 0,
  169. "_localZOrder": 0,
  170. "_globalZOrder": 0,
  171. "_opacityModifyRGB": false,
  172. "groupIndex": 0
  173. },
  174. {
  175. "__type__": "cc.Node",
  176. "_name": "TipName",
  177. "_objFlags": 0,
  178. "_parent": {
  179. "__id__": 3
  180. },
  181. "_children": [],
  182. "_tag": -1,
  183. "_active": true,
  184. "_components": [
  185. {
  186. "__id__": 5
  187. }
  188. ],
  189. "_prefab": null,
  190. "_id": "a7wkd+pj1N1YrSB45zyVV9",
  191. "_opacity": 255,
  192. "_color": {
  193. "__type__": "cc.Color",
  194. "r": 255,
  195. "g": 255,
  196. "b": 255,
  197. "a": 255
  198. },
  199. "_cascadeOpacityEnabled": true,
  200. "_anchorPoint": {
  201. "__type__": "cc.Vec2",
  202. "x": 0,
  203. "y": 0.5
  204. },
  205. "_contentSize": {
  206. "__type__": "cc.Size",
  207. "width": 105,
  208. "height": 20
  209. },
  210. "_rotationX": 0,
  211. "_rotationY": 0,
  212. "_scaleX": 1,
  213. "_scaleY": 1,
  214. "_position": {
  215. "__type__": "cc.Vec2",
  216. "x": -342,
  217. "y": 612
  218. },
  219. "_skewX": 0,
  220. "_skewY": 0,
  221. "_localZOrder": 0,
  222. "_globalZOrder": 0,
  223. "_opacityModifyRGB": false,
  224. "groupIndex": 0
  225. },
  226. {
  227. "__type__": "cc.Label",
  228. "_name": "",
  229. "_objFlags": 0,
  230. "node": {
  231. "__id__": 4
  232. },
  233. "_enabled": true,
  234. "_useOriginalSize": false,
  235. "_actualFontSize": 20,
  236. "_fontSize": 20,
  237. "_lineHeight": 20,
  238. "_enableWrapText": true,
  239. "_N$file": null,
  240. "_isSystemFontUsed": true,
  241. "_spacingX": 0,
  242. "_N$string": "4399 Game",
  243. "_N$horizontalAlign": 1,
  244. "_N$verticalAlign": 1,
  245. "_N$fontFamily": "Arial",
  246. "_N$overflow": 0
  247. },
  248. {
  249. "__type__": "cc.Node",
  250. "_name": "Title",
  251. "_objFlags": 0,
  252. "_parent": {
  253. "__id__": 3
  254. },
  255. "_children": [],
  256. "_tag": -1,
  257. "_active": true,
  258. "_components": [
  259. {
  260. "__id__": 7
  261. }
  262. ],
  263. "_prefab": null,
  264. "_id": "23lTfUYQhIo6UOIXytBkMg",
  265. "_opacity": 255,
  266. "_color": {
  267. "__type__": "cc.Color",
  268. "r": 255,
  269. "g": 255,
  270. "b": 255,
  271. "a": 255
  272. },
  273. "_cascadeOpacityEnabled": true,
  274. "_anchorPoint": {
  275. "__type__": "cc.Vec2",
  276. "x": 0.5,
  277. "y": 0.5
  278. },
  279. "_contentSize": {
  280. "__type__": "cc.Size",
  281. "width": 361,
  282. "height": 143
  283. },
  284. "_rotationX": 0,
  285. "_rotationY": 0,
  286. "_scaleX": 1.42,
  287. "_scaleY": 1.42,
  288. "_position": {
  289. "__type__": "cc.Vec2",
  290. "x": 0,
  291. "y": 302
  292. },
  293. "_skewX": 0,
  294. "_skewY": 0,
  295. "_localZOrder": 0,
  296. "_globalZOrder": 0,
  297. "_opacityModifyRGB": false,
  298. "groupIndex": 0
  299. },
  300. {
  301. "__type__": "cc.Sprite",
  302. "_name": "",
  303. "_objFlags": 0,
  304. "node": {
  305. "__id__": 6
  306. },
  307. "_enabled": true,
  308. "_spriteFrame": {
  309. "__uuid__": "65070ca4-aa01-43d8-aacb-7806334ef7cd"
  310. },
  311. "_type": 0,
  312. "_sizeMode": 1,
  313. "_fillType": 0,
  314. "_fillCenter": {
  315. "__type__": "cc.Vec2",
  316. "x": 0,
  317. "y": 0
  318. },
  319. "_fillStart": 0,
  320. "_fillRange": 0,
  321. "_isTrimmedMode": true,
  322. "_srcBlendFactor": 770,
  323. "_dstBlendFactor": 771,
  324. "_atlas": null
  325. },
  326. {
  327. "__type__": "cc.Node",
  328. "_name": "StartGame",
  329. "_objFlags": 0,
  330. "_parent": {
  331. "__id__": 3
  332. },
  333. "_children": [
  334. {
  335. "__id__": 9
  336. }
  337. ],
  338. "_tag": -1,
  339. "_active": true,
  340. "_components": [
  341. {
  342. "__id__": 11
  343. },
  344. {
  345. "__id__": 12
  346. }
  347. ],
  348. "_prefab": null,
  349. "_id": "64Q5mPRvJJxYexV/4J7ImC",
  350. "_opacity": 255,
  351. "_color": {
  352. "__type__": "cc.Color",
  353. "r": 144,
  354. "g": 193,
  355. "b": 144,
  356. "a": 255
  357. },
  358. "_cascadeOpacityEnabled": true,
  359. "_anchorPoint": {
  360. "__type__": "cc.Vec2",
  361. "x": 0.5,
  362. "y": 0.5
  363. },
  364. "_contentSize": {
  365. "__type__": "cc.Size",
  366. "width": 100,
  367. "height": 40
  368. },
  369. "_rotationX": 0,
  370. "_rotationY": 0,
  371. "_scaleX": 1.75,
  372. "_scaleY": 1.75,
  373. "_position": {
  374. "__type__": "cc.Vec2",
  375. "x": 0,
  376. "y": -13
  377. },
  378. "_skewX": 0,
  379. "_skewY": 0,
  380. "_localZOrder": 0,
  381. "_globalZOrder": 0,
  382. "_opacityModifyRGB": false,
  383. "groupIndex": 0
  384. },
  385. {
  386. "__type__": "cc.Node",
  387. "_name": "Label",
  388. "_objFlags": 0,
  389. "_parent": {
  390. "__id__": 8
  391. },
  392. "_children": [],
  393. "_tag": -1,
  394. "_active": true,
  395. "_components": [
  396. {
  397. "__id__": 10
  398. }
  399. ],
  400. "_prefab": null,
  401. "_id": "b5td6mYbpB9YrFbIWbMqSk",
  402. "_opacity": 255,
  403. "_color": {
  404. "__type__": "cc.Color",
  405. "r": 255,
  406. "g": 253,
  407. "b": 253,
  408. "a": 255
  409. },
  410. "_cascadeOpacityEnabled": true,
  411. "_anchorPoint": {
  412. "__type__": "cc.Vec2",
  413. "x": 0.5,
  414. "y": 0.5
  415. },
  416. "_contentSize": {
  417. "__type__": "cc.Size",
  418. "width": 100,
  419. "height": 40
  420. },
  421. "_rotationX": 0,
  422. "_rotationY": 0,
  423. "_scaleX": 1,
  424. "_scaleY": 1,
  425. "_position": {
  426. "__type__": "cc.Vec2",
  427. "x": 0,
  428. "y": 0
  429. },
  430. "_skewX": 0,
  431. "_skewY": 0,
  432. "_localZOrder": 0,
  433. "_globalZOrder": 0,
  434. "_opacityModifyRGB": false,
  435. "groupIndex": 0
  436. },
  437. {
  438. "__type__": "cc.Label",
  439. "_name": "",
  440. "_objFlags": 0,
  441. "node": {
  442. "__id__": 9
  443. },
  444. "_enabled": true,
  445. "_useOriginalSize": false,
  446. "_actualFontSize": 20,
  447. "_fontSize": 20,
  448. "_lineHeight": 40,
  449. "_enableWrapText": false,
  450. "_N$file": null,
  451. "_isSystemFontUsed": true,
  452. "_spacingX": 0,
  453. "_N$string": "开始游戏",
  454. "_N$horizontalAlign": 1,
  455. "_N$verticalAlign": 1,
  456. "_N$fontFamily": "Arial",
  457. "_N$overflow": 1
  458. },
  459. {
  460. "__type__": "cc.Sprite",
  461. "_name": "",
  462. "_objFlags": 0,
  463. "node": {
  464. "__id__": 8
  465. },
  466. "_enabled": true,
  467. "_spriteFrame": {
  468. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  469. },
  470. "_type": 1,
  471. "_sizeMode": 0,
  472. "_fillType": 0,
  473. "_fillCenter": {
  474. "__type__": "cc.Vec2",
  475. "x": 0,
  476. "y": 0
  477. },
  478. "_fillStart": 0,
  479. "_fillRange": 0,
  480. "_isTrimmedMode": true,
  481. "_srcBlendFactor": 770,
  482. "_dstBlendFactor": 771,
  483. "_atlas": null
  484. },
  485. {
  486. "__type__": "cc.Button",
  487. "_name": "",
  488. "_objFlags": 0,
  489. "node": {
  490. "__id__": 8
  491. },
  492. "_enabled": true,
  493. "transition": 2,
  494. "pressedColor": {
  495. "__type__": "cc.Color",
  496. "r": 255,
  497. "g": 255,
  498. "b": 255,
  499. "a": 255
  500. },
  501. "hoverColor": {
  502. "__type__": "cc.Color",
  503. "r": 255,
  504. "g": 255,
  505. "b": 255,
  506. "a": 255
  507. },
  508. "duration": 0.1,
  509. "zoomScale": 1.2,
  510. "clickEvents": [
  511. {
  512. "__id__": 13
  513. }
  514. ],
  515. "_N$interactable": true,
  516. "_N$enableAutoGrayEffect": false,
  517. "_N$normalColor": {
  518. "__type__": "cc.Color",
  519. "r": 255,
  520. "g": 255,
  521. "b": 255,
  522. "a": 255
  523. },
  524. "_N$disabledColor": {
  525. "__type__": "cc.Color",
  526. "r": 255,
  527. "g": 255,
  528. "b": 255,
  529. "a": 255
  530. },
  531. "_N$normalSprite": {
  532. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  533. },
  534. "_N$pressedSprite": {
  535. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  536. },
  537. "pressedSprite": {
  538. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  539. },
  540. "_N$hoverSprite": {
  541. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  542. },
  543. "hoverSprite": {
  544. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  545. },
  546. "_N$disabledSprite": {
  547. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  548. },
  549. "_N$target": {
  550. "__id__": 8
  551. }
  552. },
  553. {
  554. "__type__": "cc.ClickEvent",
  555. "target": {
  556. "__id__": 2
  557. },
  558. "component": "GameManager",
  559. "handler": "StartGame",
  560. "customEventData": ""
  561. },
  562. {
  563. "__type__": "cc.Node",
  564. "_name": "Process",
  565. "_objFlags": 0,
  566. "_parent": {
  567. "__id__": 3
  568. },
  569. "_children": [
  570. {
  571. "__id__": 15
  572. },
  573. {
  574. "__id__": 17
  575. }
  576. ],
  577. "_tag": -1,
  578. "_active": false,
  579. "_components": [],
  580. "_prefab": null,
  581. "_id": "91Et12siBBmIiPrEmDvkMy",
  582. "_opacity": 255,
  583. "_color": {
  584. "__type__": "cc.Color",
  585. "r": 255,
  586. "g": 255,
  587. "b": 255,
  588. "a": 255
  589. },
  590. "_cascadeOpacityEnabled": true,
  591. "_anchorPoint": {
  592. "__type__": "cc.Vec2",
  593. "x": 0.5,
  594. "y": 0.5
  595. },
  596. "_contentSize": {
  597. "__type__": "cc.Size",
  598. "width": 0,
  599. "height": 0
  600. },
  601. "_rotationX": 0,
  602. "_rotationY": 0,
  603. "_scaleX": 1,
  604. "_scaleY": 1,
  605. "_position": {
  606. "__type__": "cc.Vec2",
  607. "x": 0,
  608. "y": 0
  609. },
  610. "_skewX": 0,
  611. "_skewY": 0,
  612. "_localZOrder": 0,
  613. "_globalZOrder": 0,
  614. "_opacityModifyRGB": false,
  615. "groupIndex": 0
  616. },
  617. {
  618. "__type__": "cc.Node",
  619. "_name": "Mask",
  620. "_objFlags": 0,
  621. "_parent": {
  622. "__id__": 14
  623. },
  624. "_children": [],
  625. "_tag": -1,
  626. "_active": true,
  627. "_components": [
  628. {
  629. "__id__": 16
  630. }
  631. ],
  632. "_prefab": null,
  633. "_id": "5eXgrE3wNM1I+hGnKmVjTr",
  634. "_opacity": 127,
  635. "_color": {
  636. "__type__": "cc.Color",
  637. "r": 0,
  638. "g": 0,
  639. "b": 0,
  640. "a": 255
  641. },
  642. "_cascadeOpacityEnabled": true,
  643. "_anchorPoint": {
  644. "__type__": "cc.Vec2",
  645. "x": 0.5,
  646. "y": 0.5
  647. },
  648. "_contentSize": {
  649. "__type__": "cc.Size",
  650. "width": 720,
  651. "height": 1280
  652. },
  653. "_rotationX": 0,
  654. "_rotationY": 0,
  655. "_scaleX": 1,
  656. "_scaleY": 1,
  657. "_position": {
  658. "__type__": "cc.Vec2",
  659. "x": 0,
  660. "y": 0
  661. },
  662. "_skewX": 0,
  663. "_skewY": 0,
  664. "_localZOrder": 0,
  665. "_globalZOrder": 0,
  666. "_opacityModifyRGB": false,
  667. "groupIndex": 0
  668. },
  669. {
  670. "__type__": "cc.Sprite",
  671. "_name": "",
  672. "_objFlags": 0,
  673. "node": {
  674. "__id__": 15
  675. },
  676. "_enabled": true,
  677. "_spriteFrame": {
  678. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  679. },
  680. "_type": 0,
  681. "_sizeMode": 0,
  682. "_fillType": 0,
  683. "_fillCenter": {
  684. "__type__": "cc.Vec2",
  685. "x": 0,
  686. "y": 0
  687. },
  688. "_fillStart": 0,
  689. "_fillRange": 0,
  690. "_isTrimmedMode": true,
  691. "_srcBlendFactor": 770,
  692. "_dstBlendFactor": 771,
  693. "_atlas": null
  694. },
  695. {
  696. "__type__": "cc.Node",
  697. "_name": "ProgressBar",
  698. "_objFlags": 0,
  699. "_parent": {
  700. "__id__": 14
  701. },
  702. "_children": [
  703. {
  704. "__id__": 18
  705. }
  706. ],
  707. "_tag": -1,
  708. "_active": true,
  709. "_components": [
  710. {
  711. "__id__": 20
  712. },
  713. {
  714. "__id__": 21
  715. }
  716. ],
  717. "_prefab": null,
  718. "_id": "d1IzoYAX5Hg6puENemUBw/",
  719. "_opacity": 255,
  720. "_color": {
  721. "__type__": "cc.Color",
  722. "r": 255,
  723. "g": 255,
  724. "b": 255,
  725. "a": 255
  726. },
  727. "_cascadeOpacityEnabled": true,
  728. "_anchorPoint": {
  729. "__type__": "cc.Vec2",
  730. "x": 0.5,
  731. "y": 0.5
  732. },
  733. "_contentSize": {
  734. "__type__": "cc.Size",
  735. "width": 100,
  736. "height": 15
  737. },
  738. "_rotationX": 0,
  739. "_rotationY": 0,
  740. "_scaleX": 3.49,
  741. "_scaleY": 1.13,
  742. "_position": {
  743. "__type__": "cc.Vec2",
  744. "x": 0,
  745. "y": 103
  746. },
  747. "_skewX": 0,
  748. "_skewY": 0,
  749. "_localZOrder": 0,
  750. "_globalZOrder": 0,
  751. "_opacityModifyRGB": false,
  752. "groupIndex": 0
  753. },
  754. {
  755. "__type__": "cc.Node",
  756. "_name": "bar",
  757. "_objFlags": 0,
  758. "_parent": {
  759. "__id__": 17
  760. },
  761. "_children": [],
  762. "_tag": -1,
  763. "_active": true,
  764. "_components": [
  765. {
  766. "__id__": 19
  767. }
  768. ],
  769. "_prefab": null,
  770. "_id": "be2CZeQw1PabMtNBTCc7t2",
  771. "_opacity": 255,
  772. "_color": {
  773. "__type__": "cc.Color",
  774. "r": 255,
  775. "g": 231,
  776. "b": 54,
  777. "a": 255
  778. },
  779. "_cascadeOpacityEnabled": true,
  780. "_anchorPoint": {
  781. "__type__": "cc.Vec2",
  782. "x": 0,
  783. "y": 0.5
  784. },
  785. "_contentSize": {
  786. "__type__": "cc.Size",
  787. "width": 0,
  788. "height": 15
  789. },
  790. "_rotationX": 0,
  791. "_rotationY": 0,
  792. "_scaleX": 1,
  793. "_scaleY": 1,
  794. "_position": {
  795. "__type__": "cc.Vec2",
  796. "x": -50,
  797. "y": 0
  798. },
  799. "_skewX": 0,
  800. "_skewY": 0,
  801. "_localZOrder": 0,
  802. "_globalZOrder": 0,
  803. "_opacityModifyRGB": false,
  804. "groupIndex": 0
  805. },
  806. {
  807. "__type__": "cc.Sprite",
  808. "_name": "",
  809. "_objFlags": 0,
  810. "node": {
  811. "__id__": 18
  812. },
  813. "_enabled": true,
  814. "_spriteFrame": {
  815. "__uuid__": "67e68bc9-dad5-4ad9-a2d8-7e03d458e32f"
  816. },
  817. "_type": 1,
  818. "_sizeMode": 0,
  819. "_fillType": 0,
  820. "_fillCenter": {
  821. "__type__": "cc.Vec2",
  822. "x": 0,
  823. "y": 0
  824. },
  825. "_fillStart": 0,
  826. "_fillRange": 0,
  827. "_isTrimmedMode": true,
  828. "_srcBlendFactor": 770,
  829. "_dstBlendFactor": 771,
  830. "_atlas": null
  831. },
  832. {
  833. "__type__": "cc.Sprite",
  834. "_name": "",
  835. "_objFlags": 0,
  836. "node": {
  837. "__id__": 17
  838. },
  839. "_enabled": true,
  840. "_spriteFrame": {
  841. "__uuid__": "88e79fd5-96b4-4a77-a1f4-312467171014"
  842. },
  843. "_type": 0,
  844. "_sizeMode": 0,
  845. "_fillType": 0,
  846. "_fillCenter": {
  847. "__type__": "cc.Vec2",
  848. "x": 0,
  849. "y": 0
  850. },
  851. "_fillStart": 0,
  852. "_fillRange": 0,
  853. "_isTrimmedMode": true,
  854. "_srcBlendFactor": 770,
  855. "_dstBlendFactor": 771,
  856. "_atlas": null
  857. },
  858. {
  859. "__type__": "cc.ProgressBar",
  860. "_name": "",
  861. "_objFlags": 0,
  862. "node": {
  863. "__id__": 17
  864. },
  865. "_enabled": true,
  866. "_N$totalLength": 100,
  867. "_N$barSprite": {
  868. "__id__": 19
  869. },
  870. "_N$mode": 0,
  871. "_N$progress": 0,
  872. "_N$reverse": false
  873. },
  874. {
  875. "__type__": "cc.Sprite",
  876. "_name": "",
  877. "_objFlags": 0,
  878. "node": {
  879. "__id__": 3
  880. },
  881. "_enabled": true,
  882. "_spriteFrame": {
  883. "__uuid__": "cc342474-3b7d-4946-bee6-e2e1a3696388"
  884. },
  885. "_type": 0,
  886. "_sizeMode": 0,
  887. "_fillType": 0,
  888. "_fillCenter": {
  889. "__type__": "cc.Vec2",
  890. "x": 0,
  891. "y": 0
  892. },
  893. "_fillStart": 0,
  894. "_fillRange": 0,
  895. "_isTrimmedMode": true,
  896. "_srcBlendFactor": 770,
  897. "_dstBlendFactor": 771,
  898. "_atlas": null
  899. },
  900. {
  901. "__type__": "cc.Canvas",
  902. "_name": "",
  903. "_objFlags": 0,
  904. "node": {
  905. "__id__": 2
  906. },
  907. "_enabled": true,
  908. "_designResolution": {
  909. "__type__": "cc.Size",
  910. "width": 720,
  911. "height": 1280
  912. },
  913. "_fitWidth": false,
  914. "_fitHeight": true
  915. },
  916. {
  917. "__type__": "700efNZPpFHlavrN523baQO",
  918. "_name": "",
  919. "_objFlags": 0,
  920. "node": {
  921. "__id__": 2
  922. },
  923. "_enabled": true,
  924. "processBar": {
  925. "__id__": 21
  926. },
  927. "mask": {
  928. "__id__": 14
  929. }
  930. }
  931. ]