game.fire 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333
  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": "2d2f792f-a40c-49bb-a189-ed176a246e49"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Start",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 5
  76. },
  77. {
  78. "__id__": 7
  79. },
  80. {
  81. "__id__": 9
  82. },
  83. {
  84. "__id__": 11
  85. },
  86. {
  87. "__id__": 29
  88. },
  89. {
  90. "__id__": 30
  91. }
  92. ],
  93. "_active": true,
  94. "_components": [
  95. {
  96. "__id__": 32
  97. },
  98. {
  99. "__id__": 33
  100. },
  101. {
  102. "__id__": 34
  103. }
  104. ],
  105. "_prefab": null,
  106. "_opacity": 255,
  107. "_color": {
  108. "__type__": "cc.Color",
  109. "r": 252,
  110. "g": 252,
  111. "b": 252,
  112. "a": 255
  113. },
  114. "_contentSize": {
  115. "__type__": "cc.Size",
  116. "width": 640,
  117. "height": 1136
  118. },
  119. "_anchorPoint": {
  120. "__type__": "cc.Vec2",
  121. "x": 0.5,
  122. "y": 0.5
  123. },
  124. "_trs": {
  125. "__type__": "TypedArray",
  126. "ctor": "Float64Array",
  127. "array": [
  128. 320,
  129. 568,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 1,
  135. 1,
  136. 1,
  137. 1
  138. ]
  139. },
  140. "_eulerAngles": {
  141. "__type__": "cc.Vec3",
  142. "x": 0,
  143. "y": 0,
  144. "z": 0
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_is3DNode": false,
  149. "_groupIndex": 0,
  150. "groupIndex": 0,
  151. "_id": "a286bbGknJLZpRpxROV6M94"
  152. },
  153. {
  154. "__type__": "cc.Node",
  155. "_name": "Main Camera",
  156. "_objFlags": 0,
  157. "_parent": {
  158. "__id__": 2
  159. },
  160. "_children": [],
  161. "_active": true,
  162. "_components": [
  163. {
  164. "__id__": 4
  165. }
  166. ],
  167. "_prefab": null,
  168. "_opacity": 255,
  169. "_color": {
  170. "__type__": "cc.Color",
  171. "r": 255,
  172. "g": 255,
  173. "b": 255,
  174. "a": 255
  175. },
  176. "_contentSize": {
  177. "__type__": "cc.Size",
  178. "width": 0,
  179. "height": 0
  180. },
  181. "_anchorPoint": {
  182. "__type__": "cc.Vec2",
  183. "x": 0.5,
  184. "y": 0.5
  185. },
  186. "_trs": {
  187. "__type__": "TypedArray",
  188. "ctor": "Float64Array",
  189. "array": [
  190. 0,
  191. 0,
  192. 0,
  193. 0,
  194. 0,
  195. 0,
  196. 1,
  197. 1,
  198. 1,
  199. 1
  200. ]
  201. },
  202. "_eulerAngles": {
  203. "__type__": "cc.Vec3",
  204. "x": 0,
  205. "y": 0,
  206. "z": 0
  207. },
  208. "_skewX": 0,
  209. "_skewY": 0,
  210. "_is3DNode": false,
  211. "_groupIndex": 0,
  212. "groupIndex": 0,
  213. "_id": "f2G3KaWFpBT7xuPpEISo2k"
  214. },
  215. {
  216. "__type__": "cc.Camera",
  217. "_name": "",
  218. "_objFlags": 0,
  219. "node": {
  220. "__id__": 3
  221. },
  222. "_enabled": true,
  223. "_cullingMask": 4294967295,
  224. "_clearFlags": 7,
  225. "_backgroundColor": {
  226. "__type__": "cc.Color",
  227. "r": 0,
  228. "g": 0,
  229. "b": 0,
  230. "a": 255
  231. },
  232. "_depth": -1,
  233. "_zoomRatio": 1,
  234. "_targetTexture": null,
  235. "_fov": 60,
  236. "_orthoSize": 10,
  237. "_nearClip": 1,
  238. "_farClip": 4096,
  239. "_ortho": true,
  240. "_rect": {
  241. "__type__": "cc.Rect",
  242. "x": 0,
  243. "y": 0,
  244. "width": 1,
  245. "height": 1
  246. },
  247. "_renderStages": 1,
  248. "_alignWithScreen": true,
  249. "_id": "2fw61HwA5NOob5I1zEpxpy"
  250. },
  251. {
  252. "__type__": "cc.Node",
  253. "_objFlags": 0,
  254. "_parent": {
  255. "__id__": 2
  256. },
  257. "_prefab": {
  258. "__id__": 6
  259. },
  260. "_name": "1",
  261. "_active": true,
  262. "_trs": {
  263. "__type__": "TypedArray",
  264. "ctor": "Float64Array",
  265. "array": [
  266. 0,
  267. 0,
  268. 0,
  269. 0,
  270. 0,
  271. 0,
  272. 1,
  273. 1,
  274. 1,
  275. 1
  276. ]
  277. },
  278. "_eulerAngles": {
  279. "__type__": "cc.Vec3",
  280. "x": 0,
  281. "y": 0,
  282. "z": 0
  283. },
  284. "_id": "23I7uPLjBNpaESbhRzgHqO"
  285. },
  286. {
  287. "__type__": "cc.PrefabInfo",
  288. "root": {
  289. "__id__": 5
  290. },
  291. "asset": {
  292. "__uuid__": "d21fcb7d-5172-40ce-8e8e-5532dae23c6f"
  293. },
  294. "fileId": "",
  295. "sync": true
  296. },
  297. {
  298. "__type__": "cc.Node",
  299. "_objFlags": 0,
  300. "_parent": {
  301. "__id__": 2
  302. },
  303. "_prefab": {
  304. "__id__": 8
  305. },
  306. "_name": "@player",
  307. "_active": true,
  308. "_trs": {
  309. "__type__": "TypedArray",
  310. "ctor": "Float64Array",
  311. "array": [
  312. 0,
  313. 0,
  314. 0,
  315. 0,
  316. 0,
  317. 0,
  318. 1,
  319. 1,
  320. 1,
  321. 1
  322. ]
  323. },
  324. "_eulerAngles": {
  325. "__type__": "cc.Vec3",
  326. "x": 0,
  327. "y": 0,
  328. "z": 0
  329. },
  330. "_id": "56oj6zSUBO/6JoqMkDTfdN"
  331. },
  332. {
  333. "__type__": "cc.PrefabInfo",
  334. "root": {
  335. "__id__": 7
  336. },
  337. "asset": {
  338. "__uuid__": "e7a4df83-43eb-4dd7-9347-a5402b7e33f8"
  339. },
  340. "fileId": "",
  341. "sync": true
  342. },
  343. {
  344. "__type__": "cc.Node",
  345. "_objFlags": 0,
  346. "_parent": {
  347. "__id__": 2
  348. },
  349. "_prefab": {
  350. "__id__": 10
  351. },
  352. "_name": "@Rocker",
  353. "_active": true,
  354. "_trs": {
  355. "__type__": "TypedArray",
  356. "ctor": "Float64Array",
  357. "array": [
  358. 0,
  359. 0,
  360. 0,
  361. 0,
  362. 0,
  363. 0,
  364. 1,
  365. 1,
  366. 1,
  367. 1
  368. ]
  369. },
  370. "_eulerAngles": {
  371. "__type__": "cc.Vec3",
  372. "x": 0,
  373. "y": 0,
  374. "z": 0
  375. },
  376. "_id": "97l8Rc2jFHNrKiALPiANJN"
  377. },
  378. {
  379. "__type__": "cc.PrefabInfo",
  380. "root": {
  381. "__id__": 9
  382. },
  383. "asset": {
  384. "__uuid__": "ab219d37-e870-4e65-a07f-99e9c01029ac"
  385. },
  386. "fileId": "",
  387. "sync": true
  388. },
  389. {
  390. "__type__": "cc.Node",
  391. "_name": "wallLayer_node",
  392. "_objFlags": 0,
  393. "_parent": {
  394. "__id__": 2
  395. },
  396. "_children": [
  397. {
  398. "__id__": 12
  399. },
  400. {
  401. "__id__": 16
  402. },
  403. {
  404. "__id__": 20
  405. },
  406. {
  407. "__id__": 24
  408. }
  409. ],
  410. "_active": true,
  411. "_components": [
  412. {
  413. "__id__": 28
  414. }
  415. ],
  416. "_prefab": null,
  417. "_opacity": 255,
  418. "_color": {
  419. "__type__": "cc.Color",
  420. "r": 255,
  421. "g": 255,
  422. "b": 255,
  423. "a": 255
  424. },
  425. "_contentSize": {
  426. "__type__": "cc.Size",
  427. "width": 640,
  428. "height": 1136
  429. },
  430. "_anchorPoint": {
  431. "__type__": "cc.Vec2",
  432. "x": 0.5,
  433. "y": 0.5
  434. },
  435. "_trs": {
  436. "__type__": "TypedArray",
  437. "ctor": "Float64Array",
  438. "array": [
  439. 0,
  440. 0,
  441. 0,
  442. 0,
  443. 0,
  444. 0,
  445. 1,
  446. 1,
  447. 1,
  448. 1
  449. ]
  450. },
  451. "_eulerAngles": {
  452. "__type__": "cc.Vec3",
  453. "x": 0,
  454. "y": 0,
  455. "z": 0
  456. },
  457. "_skewX": 0,
  458. "_skewY": 0,
  459. "_is3DNode": false,
  460. "_groupIndex": 0,
  461. "groupIndex": 0,
  462. "_id": "ad0bKMk8tBG5ANK/miWAaX"
  463. },
  464. {
  465. "__type__": "cc.Node",
  466. "_name": "New Node",
  467. "_objFlags": 0,
  468. "_parent": {
  469. "__id__": 11
  470. },
  471. "_children": [],
  472. "_active": true,
  473. "_components": [
  474. {
  475. "__id__": 13
  476. },
  477. {
  478. "__id__": 14
  479. },
  480. {
  481. "__id__": 15
  482. }
  483. ],
  484. "_prefab": null,
  485. "_opacity": 255,
  486. "_color": {
  487. "__type__": "cc.Color",
  488. "r": 255,
  489. "g": 255,
  490. "b": 255,
  491. "a": 255
  492. },
  493. "_contentSize": {
  494. "__type__": "cc.Size",
  495. "width": 40,
  496. "height": 1136
  497. },
  498. "_anchorPoint": {
  499. "__type__": "cc.Vec2",
  500. "x": 0.5,
  501. "y": 0.5
  502. },
  503. "_trs": {
  504. "__type__": "TypedArray",
  505. "ctor": "Float64Array",
  506. "array": [
  507. 340,
  508. 0,
  509. 0,
  510. 0,
  511. 0,
  512. 0,
  513. 1,
  514. 1,
  515. 1,
  516. 1
  517. ]
  518. },
  519. "_eulerAngles": {
  520. "__type__": "cc.Vec3",
  521. "x": 0,
  522. "y": 0,
  523. "z": 0
  524. },
  525. "_skewX": 0,
  526. "_skewY": 0,
  527. "_is3DNode": false,
  528. "_groupIndex": 0,
  529. "groupIndex": 0,
  530. "_id": "6dMqOg9ApKSZpa8XF6aH+o"
  531. },
  532. {
  533. "__type__": "3491dCwpnhFEqX9BL4D2ZCF",
  534. "_name": "",
  535. "_objFlags": 0,
  536. "node": {
  537. "__id__": 12
  538. },
  539. "_enabled": true,
  540. "auto_update_point": true,
  541. "_id": "abkqkMKNtKLpLTLRp+OJKF"
  542. },
  543. {
  544. "__type__": "43ca4XWdF1CwJKowXL8JAQ/",
  545. "_name": "",
  546. "_objFlags": 0,
  547. "node": {
  548. "__id__": 12
  549. },
  550. "_enabled": true,
  551. "_draw_collide": false,
  552. "_collide_shape": 1,
  553. "collide_group_id": 6,
  554. "_radius": 50,
  555. "_size": {
  556. "__type__": "cc.Size",
  557. "width": 40,
  558. "height": 1136
  559. },
  560. "_polygon_points": [
  561. {
  562. "__type__": "cc.Vec2",
  563. "x": -45,
  564. "y": -45
  565. },
  566. {
  567. "__type__": "cc.Vec2",
  568. "x": 45,
  569. "y": -45
  570. },
  571. {
  572. "__type__": "cc.Vec2",
  573. "x": 60,
  574. "y": 40
  575. },
  576. {
  577. "__type__": "cc.Vec2",
  578. "x": 0,
  579. "y": 70
  580. },
  581. {
  582. "__type__": "cc.Vec2",
  583. "x": -60,
  584. "y": 40
  585. }
  586. ],
  587. "_offset": {
  588. "__type__": "cc.Vec2",
  589. "x": 0,
  590. "y": 0
  591. },
  592. "data_string": "",
  593. "_id": "17EAi2lyRMqKN88EQNMKfC"
  594. },
  595. {
  596. "__type__": "cc.Widget",
  597. "_name": "",
  598. "_objFlags": 0,
  599. "node": {
  600. "__id__": 12
  601. },
  602. "_enabled": true,
  603. "alignMode": 1,
  604. "_target": null,
  605. "_alignFlags": 32,
  606. "_left": 320,
  607. "_right": -40,
  608. "_top": 0,
  609. "_bottom": 0,
  610. "_verticalCenter": 0,
  611. "_horizontalCenter": 0,
  612. "_isAbsLeft": true,
  613. "_isAbsRight": true,
  614. "_isAbsTop": true,
  615. "_isAbsBottom": true,
  616. "_isAbsHorizontalCenter": true,
  617. "_isAbsVerticalCenter": true,
  618. "_originalWidth": 0,
  619. "_originalHeight": 0,
  620. "_id": "72hAu/yQ5LlpEtk80v6zKU"
  621. },
  622. {
  623. "__type__": "cc.Node",
  624. "_name": "New Node",
  625. "_objFlags": 0,
  626. "_parent": {
  627. "__id__": 11
  628. },
  629. "_children": [],
  630. "_active": true,
  631. "_components": [
  632. {
  633. "__id__": 17
  634. },
  635. {
  636. "__id__": 18
  637. },
  638. {
  639. "__id__": 19
  640. }
  641. ],
  642. "_prefab": null,
  643. "_opacity": 255,
  644. "_color": {
  645. "__type__": "cc.Color",
  646. "r": 255,
  647. "g": 255,
  648. "b": 255,
  649. "a": 255
  650. },
  651. "_contentSize": {
  652. "__type__": "cc.Size",
  653. "width": 40,
  654. "height": 1136
  655. },
  656. "_anchorPoint": {
  657. "__type__": "cc.Vec2",
  658. "x": 0.5,
  659. "y": 0.5
  660. },
  661. "_trs": {
  662. "__type__": "TypedArray",
  663. "ctor": "Float64Array",
  664. "array": [
  665. -340,
  666. 0,
  667. 0,
  668. 0,
  669. 0,
  670. 0,
  671. 1,
  672. 1,
  673. 1,
  674. 1
  675. ]
  676. },
  677. "_eulerAngles": {
  678. "__type__": "cc.Vec3",
  679. "x": 0,
  680. "y": 0,
  681. "z": 0
  682. },
  683. "_skewX": 0,
  684. "_skewY": 0,
  685. "_is3DNode": false,
  686. "_groupIndex": 0,
  687. "groupIndex": 0,
  688. "_id": "2aEw+ndExIVavH8EZaPeaa"
  689. },
  690. {
  691. "__type__": "3491dCwpnhFEqX9BL4D2ZCF",
  692. "_name": "",
  693. "_objFlags": 0,
  694. "node": {
  695. "__id__": 16
  696. },
  697. "_enabled": true,
  698. "auto_update_point": true,
  699. "_id": "6f41UUjJhHT4+gmyumAtt9"
  700. },
  701. {
  702. "__type__": "43ca4XWdF1CwJKowXL8JAQ/",
  703. "_name": "",
  704. "_objFlags": 0,
  705. "node": {
  706. "__id__": 16
  707. },
  708. "_enabled": true,
  709. "_draw_collide": false,
  710. "_collide_shape": 1,
  711. "collide_group_id": 6,
  712. "_radius": 50,
  713. "_size": {
  714. "__type__": "cc.Size",
  715. "width": 40,
  716. "height": 1136
  717. },
  718. "_polygon_points": [
  719. {
  720. "__type__": "cc.Vec2",
  721. "x": -45,
  722. "y": -45
  723. },
  724. {
  725. "__type__": "cc.Vec2",
  726. "x": 45,
  727. "y": -45
  728. },
  729. {
  730. "__type__": "cc.Vec2",
  731. "x": 60,
  732. "y": 40
  733. },
  734. {
  735. "__type__": "cc.Vec2",
  736. "x": 0,
  737. "y": 70
  738. },
  739. {
  740. "__type__": "cc.Vec2",
  741. "x": -60,
  742. "y": 40
  743. }
  744. ],
  745. "_offset": {
  746. "__type__": "cc.Vec2",
  747. "x": 0,
  748. "y": 0
  749. },
  750. "data_string": "",
  751. "_id": "20mDI1+vJB9JAK31LbIgib"
  752. },
  753. {
  754. "__type__": "cc.Widget",
  755. "_name": "",
  756. "_objFlags": 0,
  757. "node": {
  758. "__id__": 16
  759. },
  760. "_enabled": true,
  761. "alignMode": 1,
  762. "_target": null,
  763. "_alignFlags": 8,
  764. "_left": -40,
  765. "_right": 0,
  766. "_top": 0,
  767. "_bottom": 0,
  768. "_verticalCenter": 0,
  769. "_horizontalCenter": 0,
  770. "_isAbsLeft": true,
  771. "_isAbsRight": true,
  772. "_isAbsTop": true,
  773. "_isAbsBottom": true,
  774. "_isAbsHorizontalCenter": true,
  775. "_isAbsVerticalCenter": true,
  776. "_originalWidth": 0,
  777. "_originalHeight": 0,
  778. "_id": "b4+wFerMJFFIafOqrYX7De"
  779. },
  780. {
  781. "__type__": "cc.Node",
  782. "_name": "New Node",
  783. "_objFlags": 0,
  784. "_parent": {
  785. "__id__": 11
  786. },
  787. "_children": [],
  788. "_active": true,
  789. "_components": [
  790. {
  791. "__id__": 21
  792. },
  793. {
  794. "__id__": 22
  795. },
  796. {
  797. "__id__": 23
  798. }
  799. ],
  800. "_prefab": null,
  801. "_opacity": 255,
  802. "_color": {
  803. "__type__": "cc.Color",
  804. "r": 255,
  805. "g": 255,
  806. "b": 255,
  807. "a": 255
  808. },
  809. "_contentSize": {
  810. "__type__": "cc.Size",
  811. "width": 640,
  812. "height": 40
  813. },
  814. "_anchorPoint": {
  815. "__type__": "cc.Vec2",
  816. "x": 0.5,
  817. "y": 0.5
  818. },
  819. "_trs": {
  820. "__type__": "TypedArray",
  821. "ctor": "Float64Array",
  822. "array": [
  823. 0,
  824. 588,
  825. 0,
  826. 0,
  827. 0,
  828. 0,
  829. 1,
  830. 1,
  831. 1,
  832. 1
  833. ]
  834. },
  835. "_eulerAngles": {
  836. "__type__": "cc.Vec3",
  837. "x": 0,
  838. "y": 0,
  839. "z": 0
  840. },
  841. "_skewX": 0,
  842. "_skewY": 0,
  843. "_is3DNode": false,
  844. "_groupIndex": 0,
  845. "groupIndex": 0,
  846. "_id": "53Zzw7QZtOLrGmUSZXu1Er"
  847. },
  848. {
  849. "__type__": "3491dCwpnhFEqX9BL4D2ZCF",
  850. "_name": "",
  851. "_objFlags": 0,
  852. "node": {
  853. "__id__": 20
  854. },
  855. "_enabled": true,
  856. "auto_update_point": true,
  857. "_id": "901yiLXO5IFJ4/+Sp1Dycy"
  858. },
  859. {
  860. "__type__": "43ca4XWdF1CwJKowXL8JAQ/",
  861. "_name": "",
  862. "_objFlags": 0,
  863. "node": {
  864. "__id__": 20
  865. },
  866. "_enabled": true,
  867. "_draw_collide": false,
  868. "_collide_shape": 1,
  869. "collide_group_id": 6,
  870. "_radius": 50,
  871. "_size": {
  872. "__type__": "cc.Size",
  873. "width": 640,
  874. "height": 40
  875. },
  876. "_polygon_points": [
  877. {
  878. "__type__": "cc.Vec2",
  879. "x": -45,
  880. "y": -45
  881. },
  882. {
  883. "__type__": "cc.Vec2",
  884. "x": 45,
  885. "y": -45
  886. },
  887. {
  888. "__type__": "cc.Vec2",
  889. "x": 60,
  890. "y": 40
  891. },
  892. {
  893. "__type__": "cc.Vec2",
  894. "x": 0,
  895. "y": 70
  896. },
  897. {
  898. "__type__": "cc.Vec2",
  899. "x": -60,
  900. "y": 40
  901. }
  902. ],
  903. "_offset": {
  904. "__type__": "cc.Vec2",
  905. "x": 0,
  906. "y": 0
  907. },
  908. "data_string": "",
  909. "_id": "4fikZNgaRO5I/IQmda/NqJ"
  910. },
  911. {
  912. "__type__": "cc.Widget",
  913. "_name": "",
  914. "_objFlags": 0,
  915. "node": {
  916. "__id__": 20
  917. },
  918. "_enabled": true,
  919. "alignMode": 1,
  920. "_target": null,
  921. "_alignFlags": 1,
  922. "_left": 0,
  923. "_right": 0,
  924. "_top": -40,
  925. "_bottom": 0,
  926. "_verticalCenter": 0,
  927. "_horizontalCenter": 0,
  928. "_isAbsLeft": true,
  929. "_isAbsRight": true,
  930. "_isAbsTop": true,
  931. "_isAbsBottom": true,
  932. "_isAbsHorizontalCenter": true,
  933. "_isAbsVerticalCenter": true,
  934. "_originalWidth": 0,
  935. "_originalHeight": 0,
  936. "_id": "c5MT+y9sJCZok9qHe5k39/"
  937. },
  938. {
  939. "__type__": "cc.Node",
  940. "_name": "New Node",
  941. "_objFlags": 0,
  942. "_parent": {
  943. "__id__": 11
  944. },
  945. "_children": [],
  946. "_active": true,
  947. "_components": [
  948. {
  949. "__id__": 25
  950. },
  951. {
  952. "__id__": 26
  953. },
  954. {
  955. "__id__": 27
  956. }
  957. ],
  958. "_prefab": null,
  959. "_opacity": 255,
  960. "_color": {
  961. "__type__": "cc.Color",
  962. "r": 255,
  963. "g": 255,
  964. "b": 255,
  965. "a": 255
  966. },
  967. "_contentSize": {
  968. "__type__": "cc.Size",
  969. "width": 640,
  970. "height": 40
  971. },
  972. "_anchorPoint": {
  973. "__type__": "cc.Vec2",
  974. "x": 0.5,
  975. "y": 0.5
  976. },
  977. "_trs": {
  978. "__type__": "TypedArray",
  979. "ctor": "Float64Array",
  980. "array": [
  981. 0,
  982. -588,
  983. 0,
  984. 0,
  985. 0,
  986. 0,
  987. 1,
  988. 1,
  989. 1,
  990. 1
  991. ]
  992. },
  993. "_eulerAngles": {
  994. "__type__": "cc.Vec3",
  995. "x": 0,
  996. "y": 0,
  997. "z": 0
  998. },
  999. "_skewX": 0,
  1000. "_skewY": 0,
  1001. "_is3DNode": false,
  1002. "_groupIndex": 0,
  1003. "groupIndex": 0,
  1004. "_id": "4cvyRAjzRLYLC/5GkzzOmX"
  1005. },
  1006. {
  1007. "__type__": "3491dCwpnhFEqX9BL4D2ZCF",
  1008. "_name": "",
  1009. "_objFlags": 0,
  1010. "node": {
  1011. "__id__": 24
  1012. },
  1013. "_enabled": true,
  1014. "auto_update_point": true,
  1015. "_id": "8dJxaQ6qxKuImk2Zb4es53"
  1016. },
  1017. {
  1018. "__type__": "43ca4XWdF1CwJKowXL8JAQ/",
  1019. "_name": "",
  1020. "_objFlags": 0,
  1021. "node": {
  1022. "__id__": 24
  1023. },
  1024. "_enabled": true,
  1025. "_draw_collide": false,
  1026. "_collide_shape": 1,
  1027. "collide_group_id": 6,
  1028. "_radius": 50,
  1029. "_size": {
  1030. "__type__": "cc.Size",
  1031. "width": 640,
  1032. "height": 40
  1033. },
  1034. "_polygon_points": [
  1035. {
  1036. "__type__": "cc.Vec2",
  1037. "x": -45,
  1038. "y": -45
  1039. },
  1040. {
  1041. "__type__": "cc.Vec2",
  1042. "x": 45,
  1043. "y": -45
  1044. },
  1045. {
  1046. "__type__": "cc.Vec2",
  1047. "x": 60,
  1048. "y": 40
  1049. },
  1050. {
  1051. "__type__": "cc.Vec2",
  1052. "x": 0,
  1053. "y": 70
  1054. },
  1055. {
  1056. "__type__": "cc.Vec2",
  1057. "x": -60,
  1058. "y": 40
  1059. }
  1060. ],
  1061. "_offset": {
  1062. "__type__": "cc.Vec2",
  1063. "x": 0,
  1064. "y": 0
  1065. },
  1066. "data_string": "",
  1067. "_id": "77ld+W2L5Jx53pvTC5psYJ"
  1068. },
  1069. {
  1070. "__type__": "cc.Widget",
  1071. "_name": "",
  1072. "_objFlags": 0,
  1073. "node": {
  1074. "__id__": 24
  1075. },
  1076. "_enabled": true,
  1077. "alignMode": 1,
  1078. "_target": null,
  1079. "_alignFlags": 4,
  1080. "_left": 0,
  1081. "_right": 0,
  1082. "_top": 0,
  1083. "_bottom": -40,
  1084. "_verticalCenter": 0,
  1085. "_horizontalCenter": 0,
  1086. "_isAbsLeft": true,
  1087. "_isAbsRight": true,
  1088. "_isAbsTop": true,
  1089. "_isAbsBottom": true,
  1090. "_isAbsHorizontalCenter": true,
  1091. "_isAbsVerticalCenter": true,
  1092. "_originalWidth": 0,
  1093. "_originalHeight": 0,
  1094. "_id": "dcBOTUO5NI34U6WX+61W1v"
  1095. },
  1096. {
  1097. "__type__": "cc.Widget",
  1098. "_name": "",
  1099. "_objFlags": 0,
  1100. "node": {
  1101. "__id__": 11
  1102. },
  1103. "_enabled": true,
  1104. "alignMode": 1,
  1105. "_target": null,
  1106. "_alignFlags": 45,
  1107. "_left": 0,
  1108. "_right": 0,
  1109. "_top": 0,
  1110. "_bottom": 0,
  1111. "_verticalCenter": 0,
  1112. "_horizontalCenter": 0,
  1113. "_isAbsLeft": true,
  1114. "_isAbsRight": true,
  1115. "_isAbsTop": true,
  1116. "_isAbsBottom": true,
  1117. "_isAbsHorizontalCenter": true,
  1118. "_isAbsVerticalCenter": true,
  1119. "_originalWidth": 0,
  1120. "_originalHeight": 0,
  1121. "_id": "45ZInA7cFCXb4YkrovcQBd"
  1122. },
  1123. {
  1124. "__type__": "cc.Node",
  1125. "_name": "$bulletLayer_node",
  1126. "_objFlags": 0,
  1127. "_parent": {
  1128. "__id__": 2
  1129. },
  1130. "_children": [],
  1131. "_active": true,
  1132. "_components": [],
  1133. "_prefab": null,
  1134. "_opacity": 255,
  1135. "_color": {
  1136. "__type__": "cc.Color",
  1137. "r": 255,
  1138. "g": 255,
  1139. "b": 255,
  1140. "a": 255
  1141. },
  1142. "_contentSize": {
  1143. "__type__": "cc.Size",
  1144. "width": 0,
  1145. "height": 0
  1146. },
  1147. "_anchorPoint": {
  1148. "__type__": "cc.Vec2",
  1149. "x": 0.5,
  1150. "y": 0.5
  1151. },
  1152. "_trs": {
  1153. "__type__": "TypedArray",
  1154. "ctor": "Float64Array",
  1155. "array": [
  1156. 0,
  1157. 0,
  1158. 0,
  1159. 0,
  1160. 0,
  1161. 0,
  1162. 1,
  1163. 1,
  1164. 1,
  1165. 1
  1166. ]
  1167. },
  1168. "_eulerAngles": {
  1169. "__type__": "cc.Vec3",
  1170. "x": 0,
  1171. "y": 0,
  1172. "z": 0
  1173. },
  1174. "_skewX": 0,
  1175. "_skewY": 0,
  1176. "_is3DNode": false,
  1177. "_groupIndex": 0,
  1178. "groupIndex": 0,
  1179. "_id": "baV5qqfcJIoqR18npximGh"
  1180. },
  1181. {
  1182. "__type__": "cc.Node",
  1183. "_name": "$ui_node",
  1184. "_objFlags": 0,
  1185. "_parent": {
  1186. "__id__": 2
  1187. },
  1188. "_children": [],
  1189. "_active": true,
  1190. "_components": [
  1191. {
  1192. "__id__": 31
  1193. }
  1194. ],
  1195. "_prefab": null,
  1196. "_opacity": 255,
  1197. "_color": {
  1198. "__type__": "cc.Color",
  1199. "r": 255,
  1200. "g": 255,
  1201. "b": 255,
  1202. "a": 255
  1203. },
  1204. "_contentSize": {
  1205. "__type__": "cc.Size",
  1206. "width": 640,
  1207. "height": 1136
  1208. },
  1209. "_anchorPoint": {
  1210. "__type__": "cc.Vec2",
  1211. "x": 0.5,
  1212. "y": 0.5
  1213. },
  1214. "_trs": {
  1215. "__type__": "TypedArray",
  1216. "ctor": "Float64Array",
  1217. "array": [
  1218. 0,
  1219. 0,
  1220. 0,
  1221. 0,
  1222. 0,
  1223. 0,
  1224. 1,
  1225. 1,
  1226. 1,
  1227. 1
  1228. ]
  1229. },
  1230. "_eulerAngles": {
  1231. "__type__": "cc.Vec3",
  1232. "x": 0,
  1233. "y": 0,
  1234. "z": 0
  1235. },
  1236. "_skewX": 0,
  1237. "_skewY": 0,
  1238. "_is3DNode": false,
  1239. "_groupIndex": 0,
  1240. "groupIndex": 0,
  1241. "_id": "a6u8nkD91E2oL1EFpvET+l"
  1242. },
  1243. {
  1244. "__type__": "cc.Widget",
  1245. "_name": "",
  1246. "_objFlags": 0,
  1247. "node": {
  1248. "__id__": 30
  1249. },
  1250. "_enabled": true,
  1251. "alignMode": 1,
  1252. "_target": null,
  1253. "_alignFlags": 45,
  1254. "_left": 0,
  1255. "_right": 0,
  1256. "_top": 0,
  1257. "_bottom": 0,
  1258. "_verticalCenter": 0,
  1259. "_horizontalCenter": 0,
  1260. "_isAbsLeft": true,
  1261. "_isAbsRight": true,
  1262. "_isAbsTop": true,
  1263. "_isAbsBottom": true,
  1264. "_isAbsHorizontalCenter": true,
  1265. "_isAbsVerticalCenter": true,
  1266. "_originalWidth": 0,
  1267. "_originalHeight": 0,
  1268. "_id": "412lV+zVRNyZeMQJaZ06iz"
  1269. },
  1270. {
  1271. "__type__": "cc.Canvas",
  1272. "_name": "",
  1273. "_objFlags": 0,
  1274. "node": {
  1275. "__id__": 2
  1276. },
  1277. "_enabled": true,
  1278. "_designResolution": {
  1279. "__type__": "cc.Size",
  1280. "width": 640,
  1281. "height": 1136
  1282. },
  1283. "_fitWidth": true,
  1284. "_fitHeight": false,
  1285. "_id": "cf26CehgVIL5sc4JadqoWM"
  1286. },
  1287. {
  1288. "__type__": "cc.Widget",
  1289. "_name": "",
  1290. "_objFlags": 0,
  1291. "node": {
  1292. "__id__": 2
  1293. },
  1294. "_enabled": true,
  1295. "alignMode": 1,
  1296. "_target": null,
  1297. "_alignFlags": 45,
  1298. "_left": 0,
  1299. "_right": 0,
  1300. "_top": 0,
  1301. "_bottom": 0,
  1302. "_verticalCenter": 0,
  1303. "_horizontalCenter": 0,
  1304. "_isAbsLeft": true,
  1305. "_isAbsRight": true,
  1306. "_isAbsTop": true,
  1307. "_isAbsBottom": true,
  1308. "_isAbsHorizontalCenter": true,
  1309. "_isAbsVerticalCenter": true,
  1310. "_originalWidth": 0,
  1311. "_originalHeight": 0,
  1312. "_id": "b57QXN/cJEnYrwkTgtxwFQ"
  1313. },
  1314. {
  1315. "__type__": "62a49ItD35F/77o+FdWPyV+",
  1316. "_name": "",
  1317. "_objFlags": 0,
  1318. "node": {
  1319. "__id__": 2
  1320. },
  1321. "_enabled": true,
  1322. "$bulletLayer_node": {
  1323. "__id__": 29
  1324. },
  1325. "$ui_node": {
  1326. "__id__": 30
  1327. },
  1328. "bulletPrefab": {
  1329. "__uuid__": "4e83526c-b769-4e1b-b877-cabff7326e9f"
  1330. },
  1331. "_id": "0b2bGzYl1FW55TsAOrqsGh"
  1332. }
  1333. ]