LoadScene.fire 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  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. "_active": false,
  21. "_components": [],
  22. "_prefab": null,
  23. "_opacity": 255,
  24. "_color": {
  25. "__type__": "cc.Color",
  26. "r": 255,
  27. "g": 255,
  28. "b": 255,
  29. "a": 255
  30. },
  31. "_contentSize": {
  32. "__type__": "cc.Size",
  33. "width": 0,
  34. "height": 0
  35. },
  36. "_anchorPoint": {
  37. "__type__": "cc.Vec2",
  38. "x": 0,
  39. "y": 0
  40. },
  41. "_trs": {
  42. "__type__": "TypedArray",
  43. "ctor": "Float64Array",
  44. "array": [
  45. 0,
  46. 0,
  47. 0,
  48. 0,
  49. 0,
  50. 0,
  51. 1,
  52. 1,
  53. 1,
  54. 1
  55. ]
  56. },
  57. "_is3DNode": true,
  58. "_groupIndex": 0,
  59. "groupIndex": 0,
  60. "autoReleaseAssets": false,
  61. "_id": "18364748-5d4d-4a13-ba80-24a58690c521"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Canvas",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 5
  76. },
  77. {
  78. "__id__": 23
  79. }
  80. ],
  81. "_active": true,
  82. "_components": [
  83. {
  84. "__id__": 31
  85. },
  86. {
  87. "__id__": 32
  88. },
  89. {
  90. "__id__": 33
  91. }
  92. ],
  93. "_prefab": null,
  94. "_opacity": 255,
  95. "_color": {
  96. "__type__": "cc.Color",
  97. "r": 252,
  98. "g": 252,
  99. "b": 252,
  100. "a": 255
  101. },
  102. "_contentSize": {
  103. "__type__": "cc.Size",
  104. "width": 750,
  105. "height": 1624
  106. },
  107. "_anchorPoint": {
  108. "__type__": "cc.Vec2",
  109. "x": 0.5,
  110. "y": 0.5
  111. },
  112. "_trs": {
  113. "__type__": "TypedArray",
  114. "ctor": "Float64Array",
  115. "array": [
  116. 375,
  117. 812,
  118. 0,
  119. 0,
  120. 0,
  121. 0,
  122. 1,
  123. 1,
  124. 1,
  125. 1
  126. ]
  127. },
  128. "_eulerAngles": {
  129. "__type__": "cc.Vec3",
  130. "x": 0,
  131. "y": 0,
  132. "z": 0
  133. },
  134. "_skewX": 0,
  135. "_skewY": 0,
  136. "_is3DNode": false,
  137. "_groupIndex": 0,
  138. "groupIndex": 0,
  139. "_id": "a286bbGknJLZpRpxROV6M94"
  140. },
  141. {
  142. "__type__": "cc.Node",
  143. "_name": "Main Camera",
  144. "_objFlags": 0,
  145. "_parent": {
  146. "__id__": 2
  147. },
  148. "_children": [],
  149. "_active": true,
  150. "_components": [
  151. {
  152. "__id__": 4
  153. }
  154. ],
  155. "_prefab": null,
  156. "_opacity": 255,
  157. "_color": {
  158. "__type__": "cc.Color",
  159. "r": 255,
  160. "g": 255,
  161. "b": 255,
  162. "a": 255
  163. },
  164. "_contentSize": {
  165. "__type__": "cc.Size",
  166. "width": 0,
  167. "height": 0
  168. },
  169. "_anchorPoint": {
  170. "__type__": "cc.Vec2",
  171. "x": 0.5,
  172. "y": 0.5
  173. },
  174. "_trs": {
  175. "__type__": "TypedArray",
  176. "ctor": "Float64Array",
  177. "array": [
  178. 0,
  179. 0,
  180. 0,
  181. 0,
  182. 0,
  183. 0,
  184. 1,
  185. 1,
  186. 1,
  187. 1
  188. ]
  189. },
  190. "_eulerAngles": {
  191. "__type__": "cc.Vec3",
  192. "x": 0,
  193. "y": 0,
  194. "z": 0
  195. },
  196. "_skewX": 0,
  197. "_skewY": 0,
  198. "_is3DNode": false,
  199. "_groupIndex": 0,
  200. "groupIndex": 0,
  201. "_id": "85OVmg6EVLoKbdmeaHrmFN"
  202. },
  203. {
  204. "__type__": "cc.Camera",
  205. "_name": "",
  206. "_objFlags": 0,
  207. "node": {
  208. "__id__": 3
  209. },
  210. "_enabled": true,
  211. "_cullingMask": 4294967295,
  212. "_clearFlags": 7,
  213. "_backgroundColor": {
  214. "__type__": "cc.Color",
  215. "r": 0,
  216. "g": 0,
  217. "b": 0,
  218. "a": 255
  219. },
  220. "_depth": -1,
  221. "_zoomRatio": 1,
  222. "_targetTexture": null,
  223. "_fov": 60,
  224. "_orthoSize": 10,
  225. "_nearClip": 1,
  226. "_farClip": 4096,
  227. "_ortho": true,
  228. "_rect": {
  229. "__type__": "cc.Rect",
  230. "x": 0,
  231. "y": 0,
  232. "width": 1,
  233. "height": 1
  234. },
  235. "_renderStages": 1,
  236. "_alignWithScreen": true,
  237. "_id": "e5jb+TvOJBKYayWZDPk8cb"
  238. },
  239. {
  240. "__type__": "cc.Node",
  241. "_name": "bg",
  242. "_objFlags": 0,
  243. "_parent": {
  244. "__id__": 2
  245. },
  246. "_children": [
  247. {
  248. "__id__": 6
  249. },
  250. {
  251. "__id__": 13
  252. },
  253. {
  254. "__id__": 15
  255. },
  256. {
  257. "__id__": 18
  258. }
  259. ],
  260. "_active": true,
  261. "_components": [
  262. {
  263. "__id__": 21
  264. },
  265. {
  266. "__id__": 22
  267. }
  268. ],
  269. "_prefab": null,
  270. "_opacity": 255,
  271. "_color": {
  272. "__type__": "cc.Color",
  273. "r": 255,
  274. "g": 255,
  275. "b": 255,
  276. "a": 255
  277. },
  278. "_contentSize": {
  279. "__type__": "cc.Size",
  280. "width": 750,
  281. "height": 1624
  282. },
  283. "_anchorPoint": {
  284. "__type__": "cc.Vec2",
  285. "x": 0.5,
  286. "y": 0.5
  287. },
  288. "_trs": {
  289. "__type__": "TypedArray",
  290. "ctor": "Float64Array",
  291. "array": [
  292. 0,
  293. 0,
  294. 0,
  295. 0,
  296. 0,
  297. 0,
  298. 1,
  299. 1,
  300. 1,
  301. 1
  302. ]
  303. },
  304. "_eulerAngles": {
  305. "__type__": "cc.Vec3",
  306. "x": 0,
  307. "y": 0,
  308. "z": 0
  309. },
  310. "_skewX": 0,
  311. "_skewY": 0,
  312. "_is3DNode": false,
  313. "_groupIndex": 0,
  314. "groupIndex": 0,
  315. "_id": "39Wjg8okJMQoCixc0/JJ3y"
  316. },
  317. {
  318. "__type__": "cc.Node",
  319. "_name": "StartGame",
  320. "_objFlags": 0,
  321. "_parent": {
  322. "__id__": 5
  323. },
  324. "_children": [
  325. {
  326. "__id__": 7
  327. }
  328. ],
  329. "_active": true,
  330. "_components": [
  331. {
  332. "__id__": 10
  333. },
  334. {
  335. "__id__": 12
  336. }
  337. ],
  338. "_prefab": null,
  339. "_opacity": 255,
  340. "_color": {
  341. "__type__": "cc.Color",
  342. "r": 255,
  343. "g": 255,
  344. "b": 255,
  345. "a": 255
  346. },
  347. "_contentSize": {
  348. "__type__": "cc.Size",
  349. "width": 331.9,
  350. "height": 175.4
  351. },
  352. "_anchorPoint": {
  353. "__type__": "cc.Vec2",
  354. "x": 0.5,
  355. "y": 0.5
  356. },
  357. "_trs": {
  358. "__type__": "TypedArray",
  359. "ctor": "Float64Array",
  360. "array": [
  361. 0,
  362. -303.081,
  363. 0,
  364. 0,
  365. 0,
  366. 0,
  367. 1,
  368. 1,
  369. 1,
  370. 1
  371. ]
  372. },
  373. "_eulerAngles": {
  374. "__type__": "cc.Vec3",
  375. "x": 0,
  376. "y": 0,
  377. "z": 0
  378. },
  379. "_skewX": 0,
  380. "_skewY": 0,
  381. "_is3DNode": false,
  382. "_groupIndex": 0,
  383. "groupIndex": 0,
  384. "_id": "59YHz/MjtH6ZzA9CoNpAXQ"
  385. },
  386. {
  387. "__type__": "cc.Node",
  388. "_name": "Background",
  389. "_objFlags": 0,
  390. "_parent": {
  391. "__id__": 6
  392. },
  393. "_children": [],
  394. "_active": true,
  395. "_components": [
  396. {
  397. "__id__": 8
  398. },
  399. {
  400. "__id__": 9
  401. }
  402. ],
  403. "_prefab": null,
  404. "_opacity": 255,
  405. "_color": {
  406. "__type__": "cc.Color",
  407. "r": 255,
  408. "g": 255,
  409. "b": 255,
  410. "a": 255
  411. },
  412. "_contentSize": {
  413. "__type__": "cc.Size",
  414. "width": 331.9,
  415. "height": 175.4
  416. },
  417. "_anchorPoint": {
  418. "__type__": "cc.Vec2",
  419. "x": 0.5,
  420. "y": 0.5
  421. },
  422. "_trs": {
  423. "__type__": "TypedArray",
  424. "ctor": "Float64Array",
  425. "array": [
  426. 0,
  427. 0,
  428. 0,
  429. 0,
  430. 0,
  431. 0,
  432. 1,
  433. 1,
  434. 1,
  435. 0
  436. ]
  437. },
  438. "_eulerAngles": {
  439. "__type__": "cc.Vec3",
  440. "x": 0,
  441. "y": 0,
  442. "z": 0
  443. },
  444. "_skewX": 0,
  445. "_skewY": 0,
  446. "_is3DNode": false,
  447. "_groupIndex": 0,
  448. "groupIndex": 0,
  449. "_id": "84O5S2jDtAtZ9cEivBafg1"
  450. },
  451. {
  452. "__type__": "cc.Sprite",
  453. "_name": "",
  454. "_objFlags": 0,
  455. "node": {
  456. "__id__": 7
  457. },
  458. "_enabled": true,
  459. "_materials": [
  460. {
  461. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  462. }
  463. ],
  464. "_srcBlendFactor": 770,
  465. "_dstBlendFactor": 771,
  466. "_spriteFrame": {
  467. "__uuid__": "34a18619-3d04-48cd-bcd7-faf2c07e01fe"
  468. },
  469. "_type": 1,
  470. "_sizeMode": 0,
  471. "_fillType": 0,
  472. "_fillCenter": {
  473. "__type__": "cc.Vec2",
  474. "x": 0,
  475. "y": 0
  476. },
  477. "_fillStart": 0,
  478. "_fillRange": 0,
  479. "_isTrimmedMode": true,
  480. "_atlas": null,
  481. "_id": "65kvJbHXRICoUdFa40h1eD"
  482. },
  483. {
  484. "__type__": "cc.Widget",
  485. "_name": "",
  486. "_objFlags": 0,
  487. "node": {
  488. "__id__": 7
  489. },
  490. "_enabled": true,
  491. "alignMode": 0,
  492. "_target": null,
  493. "_alignFlags": 45,
  494. "_left": 0,
  495. "_right": 0,
  496. "_top": 0,
  497. "_bottom": 0,
  498. "_verticalCenter": 0,
  499. "_horizontalCenter": 0,
  500. "_isAbsLeft": true,
  501. "_isAbsRight": true,
  502. "_isAbsTop": true,
  503. "_isAbsBottom": true,
  504. "_isAbsHorizontalCenter": true,
  505. "_isAbsVerticalCenter": true,
  506. "_originalWidth": 100,
  507. "_originalHeight": 40,
  508. "_id": "36bXqQ3Z5AXqnuIZ9x/jJG"
  509. },
  510. {
  511. "__type__": "cc.Button",
  512. "_name": "",
  513. "_objFlags": 0,
  514. "node": {
  515. "__id__": 6
  516. },
  517. "_enabled": true,
  518. "_normalMaterial": null,
  519. "_grayMaterial": null,
  520. "duration": 0.1,
  521. "zoomScale": 1.05,
  522. "clickEvents": [
  523. {
  524. "__id__": 11
  525. }
  526. ],
  527. "_N$interactable": true,
  528. "_N$enableAutoGrayEffect": false,
  529. "_N$transition": 3,
  530. "transition": 3,
  531. "_N$normalColor": {
  532. "__type__": "cc.Color",
  533. "r": 230,
  534. "g": 230,
  535. "b": 230,
  536. "a": 255
  537. },
  538. "_N$pressedColor": {
  539. "__type__": "cc.Color",
  540. "r": 200,
  541. "g": 200,
  542. "b": 200,
  543. "a": 255
  544. },
  545. "pressedColor": {
  546. "__type__": "cc.Color",
  547. "r": 200,
  548. "g": 200,
  549. "b": 200,
  550. "a": 255
  551. },
  552. "_N$hoverColor": {
  553. "__type__": "cc.Color",
  554. "r": 255,
  555. "g": 255,
  556. "b": 255,
  557. "a": 255
  558. },
  559. "hoverColor": {
  560. "__type__": "cc.Color",
  561. "r": 255,
  562. "g": 255,
  563. "b": 255,
  564. "a": 255
  565. },
  566. "_N$disabledColor": {
  567. "__type__": "cc.Color",
  568. "r": 120,
  569. "g": 120,
  570. "b": 120,
  571. "a": 200
  572. },
  573. "_N$normalSprite": {
  574. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  575. },
  576. "_N$pressedSprite": {
  577. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  578. },
  579. "pressedSprite": {
  580. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  581. },
  582. "_N$hoverSprite": {
  583. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  584. },
  585. "hoverSprite": {
  586. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  587. },
  588. "_N$disabledSprite": {
  589. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  590. },
  591. "_N$target": {
  592. "__id__": 7
  593. },
  594. "_id": "7dk34ps69JZrKSmqTSAugz"
  595. },
  596. {
  597. "__type__": "cc.ClickEvent",
  598. "target": {
  599. "__id__": 2
  600. },
  601. "component": "",
  602. "_componentId": "c20cdOv4sdIuIbVvg0eQIQh",
  603. "handler": "StartGame",
  604. "customEventData": ""
  605. },
  606. {
  607. "__type__": "cc.Widget",
  608. "_name": "",
  609. "_objFlags": 0,
  610. "node": {
  611. "__id__": 6
  612. },
  613. "_enabled": true,
  614. "alignMode": 1,
  615. "_target": null,
  616. "_alignFlags": 4,
  617. "_left": 0,
  618. "_right": 0,
  619. "_top": 0,
  620. "_bottom": 421.219,
  621. "_verticalCenter": 0,
  622. "_horizontalCenter": 0,
  623. "_isAbsLeft": true,
  624. "_isAbsRight": true,
  625. "_isAbsTop": true,
  626. "_isAbsBottom": true,
  627. "_isAbsHorizontalCenter": true,
  628. "_isAbsVerticalCenter": true,
  629. "_originalWidth": 0,
  630. "_originalHeight": 0,
  631. "_id": "fefn9bmmBKVafmR2VQwZWL"
  632. },
  633. {
  634. "__type__": "cc.Node",
  635. "_name": "logoName",
  636. "_objFlags": 0,
  637. "_parent": {
  638. "__id__": 5
  639. },
  640. "_children": [],
  641. "_active": true,
  642. "_components": [
  643. {
  644. "__id__": 14
  645. }
  646. ],
  647. "_prefab": null,
  648. "_opacity": 255,
  649. "_color": {
  650. "__type__": "cc.Color",
  651. "r": 255,
  652. "g": 255,
  653. "b": 255,
  654. "a": 255
  655. },
  656. "_contentSize": {
  657. "__type__": "cc.Size",
  658. "width": 1007,
  659. "height": 909
  660. },
  661. "_anchorPoint": {
  662. "__type__": "cc.Vec2",
  663. "x": 0.5,
  664. "y": 0.5
  665. },
  666. "_trs": {
  667. "__type__": "TypedArray",
  668. "ctor": "Float64Array",
  669. "array": [
  670. 0,
  671. 386.116,
  672. 0,
  673. 0,
  674. 0,
  675. 0,
  676. 1,
  677. 0.5,
  678. 0.5,
  679. 1
  680. ]
  681. },
  682. "_eulerAngles": {
  683. "__type__": "cc.Vec3",
  684. "x": 0,
  685. "y": 0,
  686. "z": 0
  687. },
  688. "_skewX": 0,
  689. "_skewY": 0,
  690. "_is3DNode": false,
  691. "_groupIndex": 0,
  692. "groupIndex": 0,
  693. "_id": "29wdQntLREToXTjAVrSFpw"
  694. },
  695. {
  696. "__type__": "cc.Sprite",
  697. "_name": "",
  698. "_objFlags": 0,
  699. "node": {
  700. "__id__": 13
  701. },
  702. "_enabled": true,
  703. "_materials": [
  704. {
  705. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  706. }
  707. ],
  708. "_srcBlendFactor": 770,
  709. "_dstBlendFactor": 771,
  710. "_spriteFrame": null,
  711. "_type": 0,
  712. "_sizeMode": 1,
  713. "_fillType": 0,
  714. "_fillCenter": {
  715. "__type__": "cc.Vec2",
  716. "x": 0,
  717. "y": 0
  718. },
  719. "_fillStart": 0,
  720. "_fillRange": 0,
  721. "_isTrimmedMode": true,
  722. "_atlas": null,
  723. "_id": "c3Owhyh1NAu5JBnv0wI2zc"
  724. },
  725. {
  726. "__type__": "cc.Node",
  727. "_name": "GongGao",
  728. "_objFlags": 0,
  729. "_parent": {
  730. "__id__": 5
  731. },
  732. "_children": [],
  733. "_active": true,
  734. "_components": [
  735. {
  736. "__id__": 16
  737. },
  738. {
  739. "__id__": 17
  740. }
  741. ],
  742. "_prefab": null,
  743. "_opacity": 255,
  744. "_color": {
  745. "__type__": "cc.Color",
  746. "r": 255,
  747. "g": 255,
  748. "b": 255,
  749. "a": 255
  750. },
  751. "_contentSize": {
  752. "__type__": "cc.Size",
  753. "width": 559.224,
  754. "height": 88.776
  755. },
  756. "_anchorPoint": {
  757. "__type__": "cc.Vec2",
  758. "x": 0.5,
  759. "y": 0.5
  760. },
  761. "_trs": {
  762. "__type__": "TypedArray",
  763. "ctor": "Float64Array",
  764. "array": [
  765. 5.684341886080802e-14,
  766. -626.667,
  767. 0,
  768. 0,
  769. 0,
  770. 0,
  771. 1,
  772. 1,
  773. 1,
  774. 1
  775. ]
  776. },
  777. "_eulerAngles": {
  778. "__type__": "cc.Vec3",
  779. "x": 0,
  780. "y": 0,
  781. "z": 0
  782. },
  783. "_skewX": 0,
  784. "_skewY": 0,
  785. "_is3DNode": false,
  786. "_groupIndex": 0,
  787. "groupIndex": 0,
  788. "_id": "32+S5oGx9BQauItIyLHkV8"
  789. },
  790. {
  791. "__type__": "cc.Sprite",
  792. "_name": "",
  793. "_objFlags": 0,
  794. "node": {
  795. "__id__": 15
  796. },
  797. "_enabled": true,
  798. "_materials": [
  799. {
  800. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  801. }
  802. ],
  803. "_srcBlendFactor": 770,
  804. "_dstBlendFactor": 771,
  805. "_spriteFrame": {
  806. "__uuid__": "e129d4da-57ff-400f-94a7-ff38ce468088"
  807. },
  808. "_type": 0,
  809. "_sizeMode": 0,
  810. "_fillType": 0,
  811. "_fillCenter": {
  812. "__type__": "cc.Vec2",
  813. "x": 0,
  814. "y": 0
  815. },
  816. "_fillStart": 0,
  817. "_fillRange": 0,
  818. "_isTrimmedMode": true,
  819. "_atlas": null,
  820. "_id": "18FRaf5SFLVJv6YLkIIFm0"
  821. },
  822. {
  823. "__type__": "cc.Widget",
  824. "_name": "",
  825. "_objFlags": 0,
  826. "node": {
  827. "__id__": 15
  828. },
  829. "_enabled": true,
  830. "alignMode": 1,
  831. "_target": null,
  832. "_alignFlags": 44,
  833. "_left": 95.38800000000003,
  834. "_right": 95.38799999999992,
  835. "_top": 0,
  836. "_bottom": 140.9449999999999,
  837. "_verticalCenter": 0,
  838. "_horizontalCenter": 0,
  839. "_isAbsLeft": true,
  840. "_isAbsRight": true,
  841. "_isAbsTop": true,
  842. "_isAbsBottom": true,
  843. "_isAbsHorizontalCenter": true,
  844. "_isAbsVerticalCenter": true,
  845. "_originalWidth": 690.4,
  846. "_originalHeight": 0,
  847. "_id": "7b4vkbnNlC9bllvfWihszs"
  848. },
  849. {
  850. "__type__": "cc.Node",
  851. "_name": "ageTips",
  852. "_objFlags": 0,
  853. "_parent": {
  854. "__id__": 5
  855. },
  856. "_children": [],
  857. "_active": true,
  858. "_components": [
  859. {
  860. "__id__": 19
  861. },
  862. {
  863. "__id__": 20
  864. }
  865. ],
  866. "_prefab": null,
  867. "_opacity": 255,
  868. "_color": {
  869. "__type__": "cc.Color",
  870. "r": 255,
  871. "g": 255,
  872. "b": 255,
  873. "a": 255
  874. },
  875. "_contentSize": {
  876. "__type__": "cc.Size",
  877. "width": 124,
  878. "height": 162
  879. },
  880. "_anchorPoint": {
  881. "__type__": "cc.Vec2",
  882. "x": 0.5,
  883. "y": 0.5
  884. },
  885. "_trs": {
  886. "__type__": "TypedArray",
  887. "ctor": "Float64Array",
  888. "array": [
  889. 331.6,
  890. -648.358,
  891. 0,
  892. 0,
  893. 0,
  894. 0,
  895. 1,
  896. 0.7,
  897. 0.7,
  898. 1
  899. ]
  900. },
  901. "_eulerAngles": {
  902. "__type__": "cc.Vec3",
  903. "x": 0,
  904. "y": 0,
  905. "z": 0
  906. },
  907. "_skewX": 0,
  908. "_skewY": 0,
  909. "_is3DNode": false,
  910. "_groupIndex": 0,
  911. "groupIndex": 0,
  912. "_id": "47659gkFBBhZ8vCTzzSoTd"
  913. },
  914. {
  915. "__type__": "cc.Sprite",
  916. "_name": "",
  917. "_objFlags": 0,
  918. "node": {
  919. "__id__": 18
  920. },
  921. "_enabled": true,
  922. "_materials": [
  923. {
  924. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  925. }
  926. ],
  927. "_srcBlendFactor": 770,
  928. "_dstBlendFactor": 771,
  929. "_spriteFrame": {
  930. "__uuid__": "22f24b6a-ed2d-49d7-820f-2419b9915fd2"
  931. },
  932. "_type": 0,
  933. "_sizeMode": 1,
  934. "_fillType": 0,
  935. "_fillCenter": {
  936. "__type__": "cc.Vec2",
  937. "x": 0,
  938. "y": 0
  939. },
  940. "_fillStart": 0,
  941. "_fillRange": 0,
  942. "_isTrimmedMode": true,
  943. "_atlas": null,
  944. "_id": "bdcsDIxzZK74y0/DSv6UvP"
  945. },
  946. {
  947. "__type__": "cc.Widget",
  948. "_name": "",
  949. "_objFlags": 0,
  950. "node": {
  951. "__id__": 18
  952. },
  953. "_enabled": true,
  954. "alignMode": 1,
  955. "_target": null,
  956. "_alignFlags": 36,
  957. "_left": 0,
  958. "_right": 0,
  959. "_top": 0,
  960. "_bottom": 106.94199999999995,
  961. "_verticalCenter": 0,
  962. "_horizontalCenter": 0,
  963. "_isAbsLeft": true,
  964. "_isAbsRight": true,
  965. "_isAbsTop": true,
  966. "_isAbsBottom": true,
  967. "_isAbsHorizontalCenter": true,
  968. "_isAbsVerticalCenter": true,
  969. "_originalWidth": 0,
  970. "_originalHeight": 0,
  971. "_id": "42CydmPQJJ+oyZqXebQ/D7"
  972. },
  973. {
  974. "__type__": "cc.Sprite",
  975. "_name": "",
  976. "_objFlags": 0,
  977. "node": {
  978. "__id__": 5
  979. },
  980. "_enabled": true,
  981. "_materials": [
  982. {
  983. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  984. }
  985. ],
  986. "_srcBlendFactor": 770,
  987. "_dstBlendFactor": 771,
  988. "_spriteFrame": {
  989. "__uuid__": "821caffc-744e-4f8d-bc99-1e11d3f0a7ae"
  990. },
  991. "_type": 0,
  992. "_sizeMode": 0,
  993. "_fillType": 0,
  994. "_fillCenter": {
  995. "__type__": "cc.Vec2",
  996. "x": 0,
  997. "y": 0
  998. },
  999. "_fillStart": 0,
  1000. "_fillRange": 0,
  1001. "_isTrimmedMode": true,
  1002. "_atlas": null,
  1003. "_id": "2dvnvjxGRGLpfSMX8c2unK"
  1004. },
  1005. {
  1006. "__type__": "cc.Widget",
  1007. "_name": "",
  1008. "_objFlags": 0,
  1009. "node": {
  1010. "__id__": 5
  1011. },
  1012. "_enabled": true,
  1013. "alignMode": 1,
  1014. "_target": null,
  1015. "_alignFlags": 45,
  1016. "_left": 0,
  1017. "_right": 0,
  1018. "_top": 0,
  1019. "_bottom": 0,
  1020. "_verticalCenter": 0,
  1021. "_horizontalCenter": 0,
  1022. "_isAbsLeft": true,
  1023. "_isAbsRight": true,
  1024. "_isAbsTop": true,
  1025. "_isAbsBottom": true,
  1026. "_isAbsHorizontalCenter": true,
  1027. "_isAbsVerticalCenter": true,
  1028. "_originalWidth": 0,
  1029. "_originalHeight": 0,
  1030. "_id": "01pP+UFl1MSJf4jAkUShtI"
  1031. },
  1032. {
  1033. "__type__": "cc.Node",
  1034. "_name": "New ProgressBar",
  1035. "_objFlags": 0,
  1036. "_parent": {
  1037. "__id__": 2
  1038. },
  1039. "_children": [
  1040. {
  1041. "__id__": 24
  1042. },
  1043. {
  1044. "__id__": 26
  1045. }
  1046. ],
  1047. "_active": true,
  1048. "_components": [
  1049. {
  1050. "__id__": 28
  1051. },
  1052. {
  1053. "__id__": 29
  1054. },
  1055. {
  1056. "__id__": 30
  1057. }
  1058. ],
  1059. "_prefab": null,
  1060. "_opacity": 255,
  1061. "_color": {
  1062. "__type__": "cc.Color",
  1063. "r": 255,
  1064. "g": 255,
  1065. "b": 255,
  1066. "a": 255
  1067. },
  1068. "_contentSize": {
  1069. "__type__": "cc.Size",
  1070. "width": 402.4,
  1071. "height": 48.7
  1072. },
  1073. "_anchorPoint": {
  1074. "__type__": "cc.Vec2",
  1075. "x": 0.5,
  1076. "y": 0.5
  1077. },
  1078. "_trs": {
  1079. "__type__": "TypedArray",
  1080. "ctor": "Float64Array",
  1081. "array": [
  1082. 0,
  1083. -451.462,
  1084. 0,
  1085. 0,
  1086. 0,
  1087. 0,
  1088. 1,
  1089. 1,
  1090. 1,
  1091. 1
  1092. ]
  1093. },
  1094. "_eulerAngles": {
  1095. "__type__": "cc.Vec3",
  1096. "x": 0,
  1097. "y": 0,
  1098. "z": 0
  1099. },
  1100. "_skewX": 0,
  1101. "_skewY": 0,
  1102. "_is3DNode": false,
  1103. "_groupIndex": 0,
  1104. "groupIndex": 0,
  1105. "_id": "83MmlXCGhNSa0b+0CfxZP2"
  1106. },
  1107. {
  1108. "__type__": "cc.Node",
  1109. "_name": "bar",
  1110. "_objFlags": 0,
  1111. "_parent": {
  1112. "__id__": 23
  1113. },
  1114. "_children": [],
  1115. "_active": true,
  1116. "_components": [
  1117. {
  1118. "__id__": 25
  1119. }
  1120. ],
  1121. "_prefab": null,
  1122. "_opacity": 255,
  1123. "_color": {
  1124. "__type__": "cc.Color",
  1125. "r": 255,
  1126. "g": 255,
  1127. "b": 255,
  1128. "a": 255
  1129. },
  1130. "_contentSize": {
  1131. "__type__": "cc.Size",
  1132. "width": 0,
  1133. "height": 74.4
  1134. },
  1135. "_anchorPoint": {
  1136. "__type__": "cc.Vec2",
  1137. "x": 0,
  1138. "y": 0.5
  1139. },
  1140. "_trs": {
  1141. "__type__": "TypedArray",
  1142. "ctor": "Float64Array",
  1143. "array": [
  1144. -198.3,
  1145. 2.4,
  1146. 0,
  1147. 0,
  1148. 0,
  1149. 0,
  1150. 1,
  1151. 0.5,
  1152. 0.5,
  1153. 1
  1154. ]
  1155. },
  1156. "_eulerAngles": {
  1157. "__type__": "cc.Vec3",
  1158. "x": 0,
  1159. "y": 0,
  1160. "z": 0
  1161. },
  1162. "_skewX": 0,
  1163. "_skewY": 0,
  1164. "_is3DNode": false,
  1165. "_groupIndex": 0,
  1166. "groupIndex": 0,
  1167. "_id": "32ACE7polB+5AjI4R/xYYm"
  1168. },
  1169. {
  1170. "__type__": "cc.Sprite",
  1171. "_name": "",
  1172. "_objFlags": 0,
  1173. "node": {
  1174. "__id__": 24
  1175. },
  1176. "_enabled": true,
  1177. "_materials": [
  1178. {
  1179. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1180. }
  1181. ],
  1182. "_srcBlendFactor": 770,
  1183. "_dstBlendFactor": 771,
  1184. "_spriteFrame": {
  1185. "__uuid__": "9c0d6818-4a9a-4aac-81c6-5368add6de5c"
  1186. },
  1187. "_type": 1,
  1188. "_sizeMode": 0,
  1189. "_fillType": 0,
  1190. "_fillCenter": {
  1191. "__type__": "cc.Vec2",
  1192. "x": 0,
  1193. "y": 0
  1194. },
  1195. "_fillStart": 0,
  1196. "_fillRange": 0,
  1197. "_isTrimmedMode": true,
  1198. "_atlas": null,
  1199. "_id": "9do4URTZdEa7c0q1vf9v6x"
  1200. },
  1201. {
  1202. "__type__": "cc.Node",
  1203. "_name": "New Label",
  1204. "_objFlags": 0,
  1205. "_parent": {
  1206. "__id__": 23
  1207. },
  1208. "_children": [],
  1209. "_active": true,
  1210. "_components": [
  1211. {
  1212. "__id__": 27
  1213. }
  1214. ],
  1215. "_prefab": null,
  1216. "_opacity": 255,
  1217. "_color": {
  1218. "__type__": "cc.Color",
  1219. "r": 255,
  1220. "g": 255,
  1221. "b": 255,
  1222. "a": 255
  1223. },
  1224. "_contentSize": {
  1225. "__type__": "cc.Size",
  1226. "width": 0,
  1227. "height": 37.8
  1228. },
  1229. "_anchorPoint": {
  1230. "__type__": "cc.Vec2",
  1231. "x": 0.5,
  1232. "y": 0.5
  1233. },
  1234. "_trs": {
  1235. "__type__": "TypedArray",
  1236. "ctor": "Float64Array",
  1237. "array": [
  1238. 0,
  1239. -50.412,
  1240. 0,
  1241. 0,
  1242. 0,
  1243. 0,
  1244. 1,
  1245. 1,
  1246. 1,
  1247. 1
  1248. ]
  1249. },
  1250. "_eulerAngles": {
  1251. "__type__": "cc.Vec3",
  1252. "x": 0,
  1253. "y": 0,
  1254. "z": 0
  1255. },
  1256. "_skewX": 0,
  1257. "_skewY": 0,
  1258. "_is3DNode": false,
  1259. "_groupIndex": 0,
  1260. "groupIndex": 0,
  1261. "_id": "67RR9LZpFJ+KY+ivEyWebF"
  1262. },
  1263. {
  1264. "__type__": "cc.Label",
  1265. "_name": "",
  1266. "_objFlags": 0,
  1267. "node": {
  1268. "__id__": 26
  1269. },
  1270. "_enabled": true,
  1271. "_materials": [
  1272. {
  1273. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1274. }
  1275. ],
  1276. "_srcBlendFactor": 770,
  1277. "_dstBlendFactor": 771,
  1278. "_string": "",
  1279. "_N$string": "",
  1280. "_fontSize": 30,
  1281. "_lineHeight": 30,
  1282. "_enableWrapText": true,
  1283. "_N$file": null,
  1284. "_isSystemFontUsed": true,
  1285. "_spacingX": 0,
  1286. "_batchAsBitmap": false,
  1287. "_styleFlags": 1,
  1288. "_underlineHeight": 0,
  1289. "_N$horizontalAlign": 1,
  1290. "_N$verticalAlign": 1,
  1291. "_N$fontFamily": "Arial",
  1292. "_N$overflow": 0,
  1293. "_N$cacheMode": 0,
  1294. "_id": "395TQDby1L6IVy2RJDTqKC"
  1295. },
  1296. {
  1297. "__type__": "cc.Sprite",
  1298. "_name": "",
  1299. "_objFlags": 0,
  1300. "node": {
  1301. "__id__": 23
  1302. },
  1303. "_enabled": true,
  1304. "_materials": [
  1305. {
  1306. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1307. }
  1308. ],
  1309. "_srcBlendFactor": 770,
  1310. "_dstBlendFactor": 771,
  1311. "_spriteFrame": {
  1312. "__uuid__": "a43b6efa-8839-4dd2-923f-4b60f1ae6edf"
  1313. },
  1314. "_type": 1,
  1315. "_sizeMode": 0,
  1316. "_fillType": 0,
  1317. "_fillCenter": {
  1318. "__type__": "cc.Vec2",
  1319. "x": 0,
  1320. "y": 0
  1321. },
  1322. "_fillStart": 0,
  1323. "_fillRange": 0,
  1324. "_isTrimmedMode": true,
  1325. "_atlas": null,
  1326. "_id": "96U1Et7W1OnJwHM20ShQyg"
  1327. },
  1328. {
  1329. "__type__": "cc.Widget",
  1330. "_name": "",
  1331. "_objFlags": 0,
  1332. "node": {
  1333. "__id__": 23
  1334. },
  1335. "_enabled": true,
  1336. "alignMode": 1,
  1337. "_target": null,
  1338. "_alignFlags": 4,
  1339. "_left": 0,
  1340. "_right": 0,
  1341. "_top": 0,
  1342. "_bottom": 336.188,
  1343. "_verticalCenter": 0,
  1344. "_horizontalCenter": 0,
  1345. "_isAbsLeft": true,
  1346. "_isAbsRight": true,
  1347. "_isAbsTop": true,
  1348. "_isAbsBottom": true,
  1349. "_isAbsHorizontalCenter": true,
  1350. "_isAbsVerticalCenter": true,
  1351. "_originalWidth": 0,
  1352. "_originalHeight": 0,
  1353. "_id": "27BUFbmGJMh7HuMYJ4F6tN"
  1354. },
  1355. {
  1356. "__type__": "cc.ProgressBar",
  1357. "_name": "",
  1358. "_objFlags": 0,
  1359. "node": {
  1360. "__id__": 23
  1361. },
  1362. "_enabled": true,
  1363. "_N$totalLength": 795,
  1364. "_N$barSprite": {
  1365. "__id__": 25
  1366. },
  1367. "_N$mode": 0,
  1368. "_N$progress": 0,
  1369. "_N$reverse": false,
  1370. "_id": "57D1niLFNPka6LTzKz3+SH"
  1371. },
  1372. {
  1373. "__type__": "cc.Canvas",
  1374. "_name": "",
  1375. "_objFlags": 0,
  1376. "node": {
  1377. "__id__": 2
  1378. },
  1379. "_enabled": true,
  1380. "_designResolution": {
  1381. "__type__": "cc.Size",
  1382. "width": 750,
  1383. "height": 1624
  1384. },
  1385. "_fitWidth": false,
  1386. "_fitHeight": true,
  1387. "_id": "b42DrKIf9Hr6FInPlWMROO"
  1388. },
  1389. {
  1390. "__type__": "cc.Widget",
  1391. "_name": "",
  1392. "_objFlags": 0,
  1393. "node": {
  1394. "__id__": 2
  1395. },
  1396. "_enabled": true,
  1397. "alignMode": 1,
  1398. "_target": null,
  1399. "_alignFlags": 45,
  1400. "_left": 0,
  1401. "_right": 0,
  1402. "_top": 0,
  1403. "_bottom": 0,
  1404. "_verticalCenter": 0,
  1405. "_horizontalCenter": 0,
  1406. "_isAbsLeft": true,
  1407. "_isAbsRight": true,
  1408. "_isAbsTop": true,
  1409. "_isAbsBottom": true,
  1410. "_isAbsHorizontalCenter": true,
  1411. "_isAbsVerticalCenter": true,
  1412. "_originalWidth": 0,
  1413. "_originalHeight": 0,
  1414. "_id": "99gg41LT1KhocyDpwWNiT6"
  1415. },
  1416. {
  1417. "__type__": "c20cdOv4sdIuIbVvg0eQIQh",
  1418. "_name": "",
  1419. "_objFlags": 0,
  1420. "node": {
  1421. "__id__": 2
  1422. },
  1423. "_enabled": true,
  1424. "StartGameNode": {
  1425. "__id__": 6
  1426. },
  1427. "progress": {
  1428. "__id__": 30
  1429. },
  1430. "launchDesc": {
  1431. "__id__": 27
  1432. },
  1433. "_id": "4f07tOA9VCAasjEB786V8j"
  1434. }
  1435. ]