game.fire 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343
  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. "__id__": 17
  21. },
  22. {
  23. "__id__": 23
  24. }
  25. ],
  26. "_active": true,
  27. "_components": [],
  28. "_prefab": null,
  29. "_opacity": 255,
  30. "_color": {
  31. "__type__": "cc.Color",
  32. "r": 255,
  33. "g": 255,
  34. "b": 255,
  35. "a": 255
  36. },
  37. "_contentSize": {
  38. "__type__": "cc.Size",
  39. "width": 0,
  40. "height": 0
  41. },
  42. "_anchorPoint": {
  43. "__type__": "cc.Vec2",
  44. "x": 0,
  45. "y": 0
  46. },
  47. "_trs": {
  48. "__type__": "TypedArray",
  49. "ctor": "Float64Array",
  50. "array": [
  51. 0,
  52. 0,
  53. 0,
  54. 0,
  55. 0,
  56. 0,
  57. 1,
  58. 1,
  59. 1,
  60. 1
  61. ]
  62. },
  63. "_is3DNode": true,
  64. "_groupIndex": 0,
  65. "groupIndex": 0,
  66. "autoReleaseAssets": false,
  67. "_id": "95071503-f664-4b9d-8dfc-db68277dc282"
  68. },
  69. {
  70. "__type__": "cc.Node",
  71. "_name": "Canvas",
  72. "_objFlags": 0,
  73. "_parent": {
  74. "__id__": 1
  75. },
  76. "_children": [
  77. {
  78. "__id__": 3
  79. },
  80. {
  81. "__id__": 5
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 15
  88. },
  89. {
  90. "__id__": 16
  91. }
  92. ],
  93. "_prefab": null,
  94. "_opacity": 255,
  95. "_color": {
  96. "__type__": "cc.Color",
  97. "r": 255,
  98. "g": 255,
  99. "b": 255,
  100. "a": 255
  101. },
  102. "_contentSize": {
  103. "__type__": "cc.Size",
  104. "width": 960,
  105. "height": 640
  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. 480,
  117. 320,
  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": "54yua3vX1Ev7YmZ4HWfmUO"
  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. 256.4409632355184,
  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": "24tx8ACllJaLufQZETDgbC"
  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": "f8jlXSq7BNXINcQM8Z8f8j"
  238. },
  239. {
  240. "__type__": "cc.Node",
  241. "_name": "New Button",
  242. "_objFlags": 0,
  243. "_parent": {
  244. "__id__": 2
  245. },
  246. "_children": [
  247. {
  248. "__id__": 6
  249. }
  250. ],
  251. "_active": true,
  252. "_components": [
  253. {
  254. "__id__": 11
  255. },
  256. {
  257. "__id__": 13
  258. },
  259. {
  260. "__id__": 14
  261. }
  262. ],
  263. "_prefab": null,
  264. "_opacity": 255,
  265. "_color": {
  266. "__type__": "cc.Color",
  267. "r": 255,
  268. "g": 255,
  269. "b": 255,
  270. "a": 255
  271. },
  272. "_contentSize": {
  273. "__type__": "cc.Size",
  274. "width": 100,
  275. "height": 40
  276. },
  277. "_anchorPoint": {
  278. "__type__": "cc.Vec2",
  279. "x": 0.5,
  280. "y": 0.5
  281. },
  282. "_trs": {
  283. "__type__": "TypedArray",
  284. "ctor": "Float64Array",
  285. "array": [
  286. 0,
  287. 0,
  288. 0,
  289. 0,
  290. 0,
  291. 0,
  292. 1,
  293. 1,
  294. 1,
  295. 1
  296. ]
  297. },
  298. "_eulerAngles": {
  299. "__type__": "cc.Vec3",
  300. "x": 0,
  301. "y": 0,
  302. "z": 0
  303. },
  304. "_skewX": 0,
  305. "_skewY": 0,
  306. "_is3DNode": false,
  307. "_groupIndex": 0,
  308. "groupIndex": 0,
  309. "_id": "09liLEutpAt6ZSKYRUXJeZ"
  310. },
  311. {
  312. "__type__": "cc.Node",
  313. "_name": "Background",
  314. "_objFlags": 0,
  315. "_parent": {
  316. "__id__": 5
  317. },
  318. "_children": [
  319. {
  320. "__id__": 7
  321. }
  322. ],
  323. "_active": true,
  324. "_components": [
  325. {
  326. "__id__": 9
  327. },
  328. {
  329. "__id__": 10
  330. }
  331. ],
  332. "_prefab": null,
  333. "_opacity": 255,
  334. "_color": {
  335. "__type__": "cc.Color",
  336. "r": 230,
  337. "g": 230,
  338. "b": 230,
  339. "a": 255
  340. },
  341. "_contentSize": {
  342. "__type__": "cc.Size",
  343. "width": 100,
  344. "height": 40
  345. },
  346. "_anchorPoint": {
  347. "__type__": "cc.Vec2",
  348. "x": 0.5,
  349. "y": 0.5
  350. },
  351. "_trs": {
  352. "__type__": "TypedArray",
  353. "ctor": "Float64Array",
  354. "array": [
  355. 0,
  356. 0,
  357. 0,
  358. 0,
  359. 0,
  360. 0,
  361. 1,
  362. 1,
  363. 1,
  364. 1
  365. ]
  366. },
  367. "_eulerAngles": {
  368. "__type__": "cc.Vec3",
  369. "x": 0,
  370. "y": 0,
  371. "z": 0
  372. },
  373. "_skewX": 0,
  374. "_skewY": 0,
  375. "_is3DNode": false,
  376. "_groupIndex": 0,
  377. "groupIndex": 0,
  378. "_id": "54hqUkI5pEaZU6fXQpMbhF"
  379. },
  380. {
  381. "__type__": "cc.Node",
  382. "_name": "Label",
  383. "_objFlags": 0,
  384. "_parent": {
  385. "__id__": 6
  386. },
  387. "_children": [],
  388. "_active": true,
  389. "_components": [
  390. {
  391. "__id__": 8
  392. }
  393. ],
  394. "_prefab": null,
  395. "_opacity": 255,
  396. "_color": {
  397. "__type__": "cc.Color",
  398. "r": 0,
  399. "g": 0,
  400. "b": 0,
  401. "a": 255
  402. },
  403. "_contentSize": {
  404. "__type__": "cc.Size",
  405. "width": 100,
  406. "height": 40
  407. },
  408. "_anchorPoint": {
  409. "__type__": "cc.Vec2",
  410. "x": 0.5,
  411. "y": 0.5
  412. },
  413. "_trs": {
  414. "__type__": "TypedArray",
  415. "ctor": "Float64Array",
  416. "array": [
  417. 0,
  418. 0,
  419. 0,
  420. 0,
  421. 0,
  422. 0,
  423. 1,
  424. 1,
  425. 1,
  426. 1
  427. ]
  428. },
  429. "_eulerAngles": {
  430. "__type__": "cc.Vec3",
  431. "x": 0,
  432. "y": 0,
  433. "z": 0
  434. },
  435. "_skewX": 0,
  436. "_skewY": 0,
  437. "_is3DNode": false,
  438. "_groupIndex": 0,
  439. "groupIndex": 0,
  440. "_id": "97vsCzgN5EF5ie3eyR9YfQ"
  441. },
  442. {
  443. "__type__": "cc.Label",
  444. "_name": "",
  445. "_objFlags": 0,
  446. "node": {
  447. "__id__": 7
  448. },
  449. "_enabled": true,
  450. "_materials": [
  451. {
  452. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  453. }
  454. ],
  455. "_useOriginalSize": false,
  456. "_string": "Play",
  457. "_N$string": "Play",
  458. "_fontSize": 20,
  459. "_lineHeight": 40,
  460. "_enableWrapText": false,
  461. "_N$file": null,
  462. "_isSystemFontUsed": true,
  463. "_spacingX": 0,
  464. "_batchAsBitmap": false,
  465. "_N$horizontalAlign": 1,
  466. "_N$verticalAlign": 1,
  467. "_N$fontFamily": "Arial",
  468. "_N$overflow": 1,
  469. "_N$cacheMode": 0,
  470. "_id": "9fllbkzvxOPqFQFumB6tXI"
  471. },
  472. {
  473. "__type__": "cc.Sprite",
  474. "_name": "",
  475. "_objFlags": 0,
  476. "node": {
  477. "__id__": 6
  478. },
  479. "_enabled": true,
  480. "_materials": [
  481. {
  482. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  483. }
  484. ],
  485. "_srcBlendFactor": 770,
  486. "_dstBlendFactor": 771,
  487. "_spriteFrame": {
  488. "__uuid__": "89eac126-bd87-410e-aa7b-07107b76b760"
  489. },
  490. "_type": 1,
  491. "_sizeMode": 0,
  492. "_fillType": 0,
  493. "_fillCenter": {
  494. "__type__": "cc.Vec2",
  495. "x": 0,
  496. "y": 0
  497. },
  498. "_fillStart": 0,
  499. "_fillRange": 0,
  500. "_isTrimmedMode": true,
  501. "_atlas": null,
  502. "_id": "92ZbeVCZ1Na5UtyICuQ+KX"
  503. },
  504. {
  505. "__type__": "cc.Widget",
  506. "_name": "",
  507. "_objFlags": 0,
  508. "node": {
  509. "__id__": 6
  510. },
  511. "_enabled": true,
  512. "alignMode": 0,
  513. "_target": null,
  514. "_alignFlags": 45,
  515. "_left": 0,
  516. "_right": 0,
  517. "_top": 0,
  518. "_bottom": 0,
  519. "_verticalCenter": 0,
  520. "_horizontalCenter": 0,
  521. "_isAbsLeft": true,
  522. "_isAbsRight": true,
  523. "_isAbsTop": true,
  524. "_isAbsBottom": true,
  525. "_isAbsHorizontalCenter": true,
  526. "_isAbsVerticalCenter": true,
  527. "_originalWidth": 100,
  528. "_originalHeight": 40,
  529. "_id": "4e42YrYDhJvKC37ENGYteO"
  530. },
  531. {
  532. "__type__": "cc.Button",
  533. "_name": "",
  534. "_objFlags": 0,
  535. "node": {
  536. "__id__": 5
  537. },
  538. "_enabled": true,
  539. "_normalMaterial": {
  540. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  541. },
  542. "_grayMaterial": null,
  543. "duration": 0.1,
  544. "zoomScale": 2,
  545. "clickEvents": [
  546. {
  547. "__id__": 12
  548. }
  549. ],
  550. "_N$interactable": true,
  551. "_N$enableAutoGrayEffect": false,
  552. "_N$transition": 3,
  553. "transition": 3,
  554. "_N$normalColor": {
  555. "__type__": "cc.Color",
  556. "r": 230,
  557. "g": 230,
  558. "b": 230,
  559. "a": 255
  560. },
  561. "_N$pressedColor": {
  562. "__type__": "cc.Color",
  563. "r": 200,
  564. "g": 200,
  565. "b": 200,
  566. "a": 255
  567. },
  568. "pressedColor": {
  569. "__type__": "cc.Color",
  570. "r": 200,
  571. "g": 200,
  572. "b": 200,
  573. "a": 255
  574. },
  575. "_N$hoverColor": {
  576. "__type__": "cc.Color",
  577. "r": 223,
  578. "g": 5,
  579. "b": 5,
  580. "a": 255
  581. },
  582. "hoverColor": {
  583. "__type__": "cc.Color",
  584. "r": 223,
  585. "g": 5,
  586. "b": 5,
  587. "a": 255
  588. },
  589. "_N$disabledColor": {
  590. "__type__": "cc.Color",
  591. "r": 120,
  592. "g": 120,
  593. "b": 120,
  594. "a": 200
  595. },
  596. "_N$normalSprite": {
  597. "__uuid__": "89eac126-bd87-410e-aa7b-07107b76b760"
  598. },
  599. "_N$pressedSprite": {
  600. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  601. },
  602. "pressedSprite": {
  603. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  604. },
  605. "_N$hoverSprite": {
  606. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  607. },
  608. "hoverSprite": {
  609. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  610. },
  611. "_N$disabledSprite": {
  612. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  613. },
  614. "_N$target": {
  615. "__id__": 6
  616. },
  617. "_id": "f9ZRec57VCjLPjOI0V0l3E"
  618. },
  619. {
  620. "__type__": "cc.ClickEvent",
  621. "target": {
  622. "__id__": 5
  623. },
  624. "component": "",
  625. "_componentId": "",
  626. "handler": "",
  627. "customEventData": ""
  628. },
  629. {
  630. "__type__": "597c9VTAvJKVY7FNgUZ4Uxm",
  631. "_name": "",
  632. "_objFlags": 0,
  633. "node": {
  634. "__id__": 5
  635. },
  636. "_enabled": true,
  637. "_id": "c5NMvggjNIuLOU0W4Q9uQ3"
  638. },
  639. {
  640. "__type__": "cc.Animation",
  641. "_name": "",
  642. "_objFlags": 0,
  643. "node": {
  644. "__id__": 5
  645. },
  646. "_enabled": true,
  647. "_defaultClip": {
  648. "__uuid__": "3ef1013a-756f-43a5-ac05-91cea62ea62e"
  649. },
  650. "_clips": [
  651. {
  652. "__uuid__": "3ef1013a-756f-43a5-ac05-91cea62ea62e"
  653. }
  654. ],
  655. "playOnLoad": true,
  656. "_id": "b1JEpGWORNo4BWprCdbXXv"
  657. },
  658. {
  659. "__type__": "cc.Canvas",
  660. "_name": "",
  661. "_objFlags": 0,
  662. "node": {
  663. "__id__": 2
  664. },
  665. "_enabled": true,
  666. "_designResolution": {
  667. "__type__": "cc.Size",
  668. "width": 960,
  669. "height": 640
  670. },
  671. "_fitWidth": false,
  672. "_fitHeight": true,
  673. "_id": "b0mOK598NP0pE0uV+j1plm"
  674. },
  675. {
  676. "__type__": "cb414Y5AaJBrqcGurQ81Oar",
  677. "_name": "",
  678. "_objFlags": 0,
  679. "node": {
  680. "__id__": 2
  681. },
  682. "_enabled": true,
  683. "button": {
  684. "__id__": 11
  685. },
  686. "_id": "d7hQGehVNITKL5tR3tO2Zl"
  687. },
  688. {
  689. "__type__": "cc.Node",
  690. "_name": "chat",
  691. "_objFlags": 0,
  692. "_parent": {
  693. "__id__": 1
  694. },
  695. "_children": [
  696. {
  697. "__id__": 18
  698. },
  699. {
  700. "__id__": 20
  701. }
  702. ],
  703. "_active": false,
  704. "_components": [
  705. {
  706. "__id__": 22
  707. }
  708. ],
  709. "_prefab": null,
  710. "_opacity": 255,
  711. "_color": {
  712. "__type__": "cc.Color",
  713. "r": 255,
  714. "g": 255,
  715. "b": 255,
  716. "a": 255
  717. },
  718. "_contentSize": {
  719. "__type__": "cc.Size",
  720. "width": 463,
  721. "height": 394
  722. },
  723. "_anchorPoint": {
  724. "__type__": "cc.Vec2",
  725. "x": 0.5,
  726. "y": 0.5
  727. },
  728. "_trs": {
  729. "__type__": "TypedArray",
  730. "ctor": "Float64Array",
  731. "array": [
  732. 501.059,
  733. 281,
  734. 0,
  735. 0,
  736. 0,
  737. 0,
  738. 1,
  739. 1,
  740. 1,
  741. 1
  742. ]
  743. },
  744. "_eulerAngles": {
  745. "__type__": "cc.Vec3",
  746. "x": 0,
  747. "y": 0,
  748. "z": 0
  749. },
  750. "_skewX": 0,
  751. "_skewY": 0,
  752. "_is3DNode": false,
  753. "_groupIndex": 0,
  754. "groupIndex": 0,
  755. "_id": "f1sLOTkMhFG6KSK2PBuHK4"
  756. },
  757. {
  758. "__type__": "cc.Node",
  759. "_name": "New Node",
  760. "_objFlags": 0,
  761. "_parent": {
  762. "__id__": 17
  763. },
  764. "_children": [],
  765. "_active": false,
  766. "_components": [
  767. {
  768. "__id__": 19
  769. }
  770. ],
  771. "_prefab": null,
  772. "_opacity": 255,
  773. "_color": {
  774. "__type__": "cc.Color",
  775. "r": 255,
  776. "g": 255,
  777. "b": 255,
  778. "a": 255
  779. },
  780. "_contentSize": {
  781. "__type__": "cc.Size",
  782. "width": 160,
  783. "height": 50.4
  784. },
  785. "_anchorPoint": {
  786. "__type__": "cc.Vec2",
  787. "x": 0.5,
  788. "y": 0.5
  789. },
  790. "_trs": {
  791. "__type__": "TypedArray",
  792. "ctor": "Float64Array",
  793. "array": [
  794. -105.882,
  795. 114.706,
  796. 0,
  797. 0,
  798. 0,
  799. 0,
  800. 1,
  801. 1,
  802. 1,
  803. 1
  804. ]
  805. },
  806. "_eulerAngles": {
  807. "__type__": "cc.Vec3",
  808. "x": 0,
  809. "y": 0,
  810. "z": 0
  811. },
  812. "_skewX": 0,
  813. "_skewY": 0,
  814. "_is3DNode": false,
  815. "_groupIndex": 0,
  816. "groupIndex": 0,
  817. "_id": "00/f0wsK1MW6+XYDbZS3se"
  818. },
  819. {
  820. "__type__": "cc.Label",
  821. "_name": "",
  822. "_objFlags": 0,
  823. "node": {
  824. "__id__": 18
  825. },
  826. "_enabled": true,
  827. "_materials": [
  828. {
  829. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  830. }
  831. ],
  832. "_useOriginalSize": true,
  833. "_string": "传智播客",
  834. "_N$string": "传智播客",
  835. "_fontSize": 40,
  836. "_lineHeight": 40,
  837. "_enableWrapText": true,
  838. "_N$file": null,
  839. "_isSystemFontUsed": true,
  840. "_spacingX": 0,
  841. "_batchAsBitmap": false,
  842. "_N$horizontalAlign": 0,
  843. "_N$verticalAlign": 0,
  844. "_N$fontFamily": "Arial",
  845. "_N$overflow": 0,
  846. "_N$cacheMode": 0,
  847. "_id": "2euN+vcUBNq6u4Maq4TCj8"
  848. },
  849. {
  850. "__type__": "cc.Node",
  851. "_name": "New Label",
  852. "_objFlags": 0,
  853. "_parent": {
  854. "__id__": 17
  855. },
  856. "_children": [],
  857. "_active": true,
  858. "_components": [
  859. {
  860. "__id__": 21
  861. }
  862. ],
  863. "_prefab": null,
  864. "_opacity": 255,
  865. "_color": {
  866. "__type__": "cc.Color",
  867. "r": 255,
  868. "g": 255,
  869. "b": 255,
  870. "a": 255
  871. },
  872. "_contentSize": {
  873. "__type__": "cc.Size",
  874. "width": 82.25,
  875. "height": 50.4
  876. },
  877. "_anchorPoint": {
  878. "__type__": "cc.Vec2",
  879. "x": 0.5,
  880. "y": 0.5
  881. },
  882. "_trs": {
  883. "__type__": "TypedArray",
  884. "ctor": "Float64Array",
  885. "array": [
  886. 0,
  887. 0,
  888. 0,
  889. 0,
  890. 0,
  891. 0,
  892. 1,
  893. 1,
  894. 1,
  895. 1
  896. ]
  897. },
  898. "_eulerAngles": {
  899. "__type__": "cc.Vec3",
  900. "x": 0,
  901. "y": 0,
  902. "z": 0
  903. },
  904. "_skewX": 0,
  905. "_skewY": 0,
  906. "_is3DNode": false,
  907. "_groupIndex": 0,
  908. "groupIndex": 0,
  909. "_id": "42/gWWGr9MwZyl3D936YL9"
  910. },
  911. {
  912. "__type__": "cc.Label",
  913. "_name": "",
  914. "_objFlags": 0,
  915. "node": {
  916. "__id__": 20
  917. },
  918. "_enabled": true,
  919. "_materials": [
  920. {
  921. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  922. }
  923. ],
  924. "_useOriginalSize": false,
  925. "_string": "ABC",
  926. "_N$string": "ABC",
  927. "_fontSize": 40,
  928. "_lineHeight": 40,
  929. "_enableWrapText": true,
  930. "_N$file": null,
  931. "_isSystemFontUsed": true,
  932. "_spacingX": 20,
  933. "_batchAsBitmap": false,
  934. "_N$horizontalAlign": 1,
  935. "_N$verticalAlign": 1,
  936. "_N$fontFamily": "Arial",
  937. "_N$overflow": 0,
  938. "_N$cacheMode": 0,
  939. "_id": "40zkKCbL1HNptOkGoDFo/k"
  940. },
  941. {
  942. "__type__": "cc.Sprite",
  943. "_name": "",
  944. "_objFlags": 0,
  945. "node": {
  946. "__id__": 17
  947. },
  948. "_enabled": true,
  949. "_materials": [
  950. {
  951. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  952. }
  953. ],
  954. "_srcBlendFactor": 770,
  955. "_dstBlendFactor": 771,
  956. "_spriteFrame": {
  957. "__uuid__": "89eac126-bd87-410e-aa7b-07107b76b760"
  958. },
  959. "_type": 0,
  960. "_sizeMode": 0,
  961. "_fillType": 2,
  962. "_fillCenter": {
  963. "__type__": "cc.Vec2",
  964. "x": 0.5,
  965. "y": 0.5
  966. },
  967. "_fillStart": 0.3,
  968. "_fillRange": 0.6,
  969. "_isTrimmedMode": true,
  970. "_atlas": null,
  971. "_id": "57WS3mpc1IC4EqM0th2chx"
  972. },
  973. {
  974. "__type__": "cc.Node",
  975. "_name": "button",
  976. "_objFlags": 0,
  977. "_parent": {
  978. "__id__": 1
  979. },
  980. "_children": [
  981. {
  982. "__id__": 24
  983. }
  984. ],
  985. "_active": true,
  986. "_components": [
  987. {
  988. "__id__": 29
  989. }
  990. ],
  991. "_prefab": null,
  992. "_opacity": 255,
  993. "_color": {
  994. "__type__": "cc.Color",
  995. "r": 255,
  996. "g": 255,
  997. "b": 255,
  998. "a": 255
  999. },
  1000. "_contentSize": {
  1001. "__type__": "cc.Size",
  1002. "width": 100,
  1003. "height": 40
  1004. },
  1005. "_anchorPoint": {
  1006. "__type__": "cc.Vec2",
  1007. "x": 0.5,
  1008. "y": 0.5
  1009. },
  1010. "_trs": {
  1011. "__type__": "TypedArray",
  1012. "ctor": "Float64Array",
  1013. "array": [
  1014. 659,
  1015. 447,
  1016. 0,
  1017. 0,
  1018. 0,
  1019. 0,
  1020. 1,
  1021. 1,
  1022. 1,
  1023. 1
  1024. ]
  1025. },
  1026. "_eulerAngles": {
  1027. "__type__": "cc.Vec3",
  1028. "x": 0,
  1029. "y": 0,
  1030. "z": 0
  1031. },
  1032. "_skewX": 0,
  1033. "_skewY": 0,
  1034. "_is3DNode": false,
  1035. "_groupIndex": 0,
  1036. "groupIndex": 0,
  1037. "_id": "8f2GTNWPZLr6zi8A4YDHXn"
  1038. },
  1039. {
  1040. "__type__": "cc.Node",
  1041. "_name": "Background",
  1042. "_objFlags": 0,
  1043. "_parent": {
  1044. "__id__": 23
  1045. },
  1046. "_children": [
  1047. {
  1048. "__id__": 25
  1049. }
  1050. ],
  1051. "_active": false,
  1052. "_components": [
  1053. {
  1054. "__id__": 27
  1055. },
  1056. {
  1057. "__id__": 28
  1058. }
  1059. ],
  1060. "_prefab": null,
  1061. "_opacity": 255,
  1062. "_color": {
  1063. "__type__": "cc.Color",
  1064. "r": 255,
  1065. "g": 255,
  1066. "b": 255,
  1067. "a": 255
  1068. },
  1069. "_contentSize": {
  1070. "__type__": "cc.Size",
  1071. "width": 100,
  1072. "height": 40
  1073. },
  1074. "_anchorPoint": {
  1075. "__type__": "cc.Vec2",
  1076. "x": 0.5,
  1077. "y": 0.5
  1078. },
  1079. "_trs": {
  1080. "__type__": "TypedArray",
  1081. "ctor": "Float64Array",
  1082. "array": [
  1083. 0,
  1084. 0,
  1085. 0,
  1086. 0,
  1087. 0,
  1088. 0,
  1089. 1,
  1090. 1,
  1091. 1,
  1092. 0
  1093. ]
  1094. },
  1095. "_eulerAngles": {
  1096. "__type__": "cc.Vec3",
  1097. "x": 0,
  1098. "y": 0,
  1099. "z": 0
  1100. },
  1101. "_skewX": 0,
  1102. "_skewY": 0,
  1103. "_is3DNode": false,
  1104. "_groupIndex": 0,
  1105. "groupIndex": 0,
  1106. "_id": "6bgoIpcPFFmq0FGndK0JU4"
  1107. },
  1108. {
  1109. "__type__": "cc.Node",
  1110. "_name": "Label",
  1111. "_objFlags": 0,
  1112. "_parent": {
  1113. "__id__": 24
  1114. },
  1115. "_children": [],
  1116. "_active": true,
  1117. "_components": [
  1118. {
  1119. "__id__": 26
  1120. }
  1121. ],
  1122. "_prefab": null,
  1123. "_opacity": 255,
  1124. "_color": {
  1125. "__type__": "cc.Color",
  1126. "r": 0,
  1127. "g": 0,
  1128. "b": 0,
  1129. "a": 255
  1130. },
  1131. "_contentSize": {
  1132. "__type__": "cc.Size",
  1133. "width": 100,
  1134. "height": 40
  1135. },
  1136. "_anchorPoint": {
  1137. "__type__": "cc.Vec2",
  1138. "x": 0.5,
  1139. "y": 0.5
  1140. },
  1141. "_trs": {
  1142. "__type__": "TypedArray",
  1143. "ctor": "Float64Array",
  1144. "array": [
  1145. 0,
  1146. 0,
  1147. 0,
  1148. 0,
  1149. 0,
  1150. 0,
  1151. 1,
  1152. 1,
  1153. 1,
  1154. 1
  1155. ]
  1156. },
  1157. "_eulerAngles": {
  1158. "__type__": "cc.Vec3",
  1159. "x": 0,
  1160. "y": 0,
  1161. "z": 0
  1162. },
  1163. "_skewX": 0,
  1164. "_skewY": 0,
  1165. "_is3DNode": false,
  1166. "_groupIndex": 0,
  1167. "groupIndex": 0,
  1168. "_id": "22Id3jH0lCAYuUHhj3LNOg"
  1169. },
  1170. {
  1171. "__type__": "cc.Label",
  1172. "_name": "",
  1173. "_objFlags": 0,
  1174. "node": {
  1175. "__id__": 25
  1176. },
  1177. "_enabled": true,
  1178. "_materials": [
  1179. {
  1180. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1181. }
  1182. ],
  1183. "_useOriginalSize": false,
  1184. "_string": "button",
  1185. "_N$string": "button",
  1186. "_fontSize": 20,
  1187. "_lineHeight": 40,
  1188. "_enableWrapText": false,
  1189. "_N$file": null,
  1190. "_isSystemFontUsed": true,
  1191. "_spacingX": 0,
  1192. "_batchAsBitmap": false,
  1193. "_N$horizontalAlign": 1,
  1194. "_N$verticalAlign": 1,
  1195. "_N$fontFamily": "Arial",
  1196. "_N$overflow": 1,
  1197. "_N$cacheMode": 0,
  1198. "_id": "61NAZHNDtB55YcBC+Z0e+6"
  1199. },
  1200. {
  1201. "__type__": "cc.Sprite",
  1202. "_name": "",
  1203. "_objFlags": 0,
  1204. "node": {
  1205. "__id__": 24
  1206. },
  1207. "_enabled": true,
  1208. "_materials": [
  1209. {
  1210. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1211. }
  1212. ],
  1213. "_srcBlendFactor": 770,
  1214. "_dstBlendFactor": 771,
  1215. "_spriteFrame": {
  1216. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1217. },
  1218. "_type": 1,
  1219. "_sizeMode": 0,
  1220. "_fillType": 0,
  1221. "_fillCenter": {
  1222. "__type__": "cc.Vec2",
  1223. "x": 0,
  1224. "y": 0
  1225. },
  1226. "_fillStart": 0,
  1227. "_fillRange": 0,
  1228. "_isTrimmedMode": true,
  1229. "_atlas": null,
  1230. "_id": "74Xa/N3KtKpobLgMQ13E6k"
  1231. },
  1232. {
  1233. "__type__": "cc.Widget",
  1234. "_name": "",
  1235. "_objFlags": 0,
  1236. "node": {
  1237. "__id__": 24
  1238. },
  1239. "_enabled": true,
  1240. "alignMode": 0,
  1241. "_target": null,
  1242. "_alignFlags": 45,
  1243. "_left": 0,
  1244. "_right": 0,
  1245. "_top": 0,
  1246. "_bottom": 0,
  1247. "_verticalCenter": 0,
  1248. "_horizontalCenter": 0,
  1249. "_isAbsLeft": true,
  1250. "_isAbsRight": true,
  1251. "_isAbsTop": true,
  1252. "_isAbsBottom": true,
  1253. "_isAbsHorizontalCenter": true,
  1254. "_isAbsVerticalCenter": true,
  1255. "_originalWidth": 100,
  1256. "_originalHeight": 40,
  1257. "_id": "c2F9fq8bZGPb38gajQyIpH"
  1258. },
  1259. {
  1260. "__type__": "cc.Button",
  1261. "_name": "",
  1262. "_objFlags": 0,
  1263. "node": {
  1264. "__id__": 23
  1265. },
  1266. "_enabled": true,
  1267. "_normalMaterial": {
  1268. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1269. },
  1270. "_grayMaterial": null,
  1271. "duration": 0.2,
  1272. "zoomScale": 4,
  1273. "clickEvents": [],
  1274. "_N$interactable": true,
  1275. "_N$enableAutoGrayEffect": false,
  1276. "_N$transition": 2,
  1277. "transition": 2,
  1278. "_N$normalColor": {
  1279. "__type__": "cc.Color",
  1280. "r": 230,
  1281. "g": 230,
  1282. "b": 230,
  1283. "a": 255
  1284. },
  1285. "_N$pressedColor": {
  1286. "__type__": "cc.Color",
  1287. "r": 200,
  1288. "g": 200,
  1289. "b": 200,
  1290. "a": 255
  1291. },
  1292. "pressedColor": {
  1293. "__type__": "cc.Color",
  1294. "r": 200,
  1295. "g": 200,
  1296. "b": 200,
  1297. "a": 255
  1298. },
  1299. "_N$hoverColor": {
  1300. "__type__": "cc.Color",
  1301. "r": 255,
  1302. "g": 255,
  1303. "b": 255,
  1304. "a": 255
  1305. },
  1306. "hoverColor": {
  1307. "__type__": "cc.Color",
  1308. "r": 255,
  1309. "g": 255,
  1310. "b": 255,
  1311. "a": 255
  1312. },
  1313. "_N$disabledColor": {
  1314. "__type__": "cc.Color",
  1315. "r": 120,
  1316. "g": 120,
  1317. "b": 120,
  1318. "a": 200
  1319. },
  1320. "_N$normalSprite": {
  1321. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1322. },
  1323. "_N$pressedSprite": {
  1324. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1325. },
  1326. "pressedSprite": {
  1327. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1328. },
  1329. "_N$hoverSprite": {
  1330. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1331. },
  1332. "hoverSprite": {
  1333. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1334. },
  1335. "_N$disabledSprite": {
  1336. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1337. },
  1338. "_N$target": {
  1339. "__id__": 24
  1340. },
  1341. "_id": "1aJ4wiTKpL9bRbB22Z4TeZ"
  1342. }
  1343. ]