pathtest.fire 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  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": "c31c1576-fab0-44f6-be30-41ada8095d86"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "pathTest",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 6
  76. }
  77. ],
  78. "_active": true,
  79. "_components": [
  80. {
  81. "__id__": 26
  82. },
  83. {
  84. "__id__": 27
  85. }
  86. ],
  87. "_prefab": null,
  88. "_opacity": 255,
  89. "_color": {
  90. "__type__": "cc.Color",
  91. "r": 255,
  92. "g": 255,
  93. "b": 255,
  94. "a": 255
  95. },
  96. "_contentSize": {
  97. "__type__": "cc.Size",
  98. "width": 640,
  99. "height": 1136
  100. },
  101. "_anchorPoint": {
  102. "__type__": "cc.Vec2",
  103. "x": 0.5,
  104. "y": 0.5
  105. },
  106. "_trs": {
  107. "__type__": "TypedArray",
  108. "ctor": "Float64Array",
  109. "array": [
  110. 320,
  111. 568,
  112. 0,
  113. 0,
  114. 0,
  115. 0,
  116. 1,
  117. 1,
  118. 1,
  119. 1
  120. ]
  121. },
  122. "_eulerAngles": {
  123. "__type__": "cc.Vec3",
  124. "x": 0,
  125. "y": 0,
  126. "z": 0
  127. },
  128. "_skewX": 0,
  129. "_skewY": 0,
  130. "_is3DNode": false,
  131. "_groupIndex": 0,
  132. "groupIndex": 0,
  133. "_id": "a5esZu+45LA5mBpvttspPD"
  134. },
  135. {
  136. "__type__": "cc.Node",
  137. "_name": "Main Camera",
  138. "_objFlags": 0,
  139. "_parent": {
  140. "__id__": 2
  141. },
  142. "_children": [],
  143. "_active": true,
  144. "_components": [
  145. {
  146. "__id__": 4
  147. },
  148. {
  149. "__id__": 5
  150. }
  151. ],
  152. "_prefab": null,
  153. "_opacity": 255,
  154. "_color": {
  155. "__type__": "cc.Color",
  156. "r": 255,
  157. "g": 255,
  158. "b": 255,
  159. "a": 255
  160. },
  161. "_contentSize": {
  162. "__type__": "cc.Size",
  163. "width": 640,
  164. "height": 1136
  165. },
  166. "_anchorPoint": {
  167. "__type__": "cc.Vec2",
  168. "x": 0.5,
  169. "y": 0.5
  170. },
  171. "_trs": {
  172. "__type__": "TypedArray",
  173. "ctor": "Float64Array",
  174. "array": [
  175. 0,
  176. 0,
  177. 0,
  178. 0,
  179. 0,
  180. 0,
  181. 1,
  182. 1,
  183. 1,
  184. 1
  185. ]
  186. },
  187. "_eulerAngles": {
  188. "__type__": "cc.Vec3",
  189. "x": 0,
  190. "y": 0,
  191. "z": 0
  192. },
  193. "_skewX": 0,
  194. "_skewY": 0,
  195. "_is3DNode": false,
  196. "_groupIndex": 0,
  197. "groupIndex": 0,
  198. "_id": "e1WoFrQ79G7r4ZuQE3HlNb"
  199. },
  200. {
  201. "__type__": "cc.Camera",
  202. "_name": "",
  203. "_objFlags": 0,
  204. "node": {
  205. "__id__": 3
  206. },
  207. "_enabled": true,
  208. "_cullingMask": 4294967295,
  209. "_clearFlags": 7,
  210. "_backgroundColor": {
  211. "__type__": "cc.Color",
  212. "r": 0,
  213. "g": 0,
  214. "b": 0,
  215. "a": 255
  216. },
  217. "_depth": -1,
  218. "_zoomRatio": 1,
  219. "_targetTexture": null,
  220. "_fov": 60,
  221. "_orthoSize": 10,
  222. "_nearClip": 1,
  223. "_farClip": 4096,
  224. "_ortho": true,
  225. "_rect": {
  226. "__type__": "cc.Rect",
  227. "x": 0,
  228. "y": 0,
  229. "width": 1,
  230. "height": 1
  231. },
  232. "_renderStages": 1,
  233. "_alignWithScreen": true,
  234. "_id": "81GN3uXINKVLeW4+iKSlim"
  235. },
  236. {
  237. "__type__": "cc.Widget",
  238. "_name": "",
  239. "_objFlags": 0,
  240. "node": {
  241. "__id__": 3
  242. },
  243. "_enabled": true,
  244. "alignMode": 1,
  245. "_target": null,
  246. "_alignFlags": 45,
  247. "_left": 0,
  248. "_right": 0,
  249. "_top": 0,
  250. "_bottom": 0,
  251. "_verticalCenter": 0,
  252. "_horizontalCenter": 0,
  253. "_isAbsLeft": true,
  254. "_isAbsRight": true,
  255. "_isAbsTop": true,
  256. "_isAbsBottom": true,
  257. "_isAbsHorizontalCenter": true,
  258. "_isAbsVerticalCenter": true,
  259. "_originalWidth": 11,
  260. "_originalHeight": 640,
  261. "_id": "2fj9x2LWBHc6bqfzdROv05"
  262. },
  263. {
  264. "__type__": "cc.Node",
  265. "_name": "level1-2",
  266. "_objFlags": 0,
  267. "_parent": {
  268. "__id__": 2
  269. },
  270. "_children": [
  271. {
  272. "__id__": 7
  273. }
  274. ],
  275. "_active": true,
  276. "_components": [
  277. {
  278. "__id__": 25
  279. }
  280. ],
  281. "_prefab": null,
  282. "_opacity": 255,
  283. "_color": {
  284. "__type__": "cc.Color",
  285. "r": 255,
  286. "g": 255,
  287. "b": 255,
  288. "a": 255
  289. },
  290. "_contentSize": {
  291. "__type__": "cc.Size",
  292. "width": 640,
  293. "height": 1136
  294. },
  295. "_anchorPoint": {
  296. "__type__": "cc.Vec2",
  297. "x": 0.5,
  298. "y": 0.5
  299. },
  300. "_trs": {
  301. "__type__": "TypedArray",
  302. "ctor": "Float64Array",
  303. "array": [
  304. 0,
  305. 0,
  306. 0,
  307. 0,
  308. 0,
  309. 0,
  310. 1,
  311. 1,
  312. 1,
  313. 1
  314. ]
  315. },
  316. "_eulerAngles": {
  317. "__type__": "cc.Vec3",
  318. "x": 0,
  319. "y": 0,
  320. "z": 0
  321. },
  322. "_skewX": 0,
  323. "_skewY": 0,
  324. "_is3DNode": false,
  325. "_groupIndex": 0,
  326. "groupIndex": 0,
  327. "_id": "793nqhrx9EaoWWQwn6Ih2V"
  328. },
  329. {
  330. "__type__": "cc.Node",
  331. "_name": "demo",
  332. "_objFlags": 0,
  333. "_parent": {
  334. "__id__": 6
  335. },
  336. "_children": [
  337. {
  338. "__id__": 8
  339. },
  340. {
  341. "__id__": 18
  342. },
  343. {
  344. "__id__": 20
  345. },
  346. {
  347. "__id__": 22
  348. }
  349. ],
  350. "_active": true,
  351. "_components": [
  352. {
  353. "__id__": 24
  354. }
  355. ],
  356. "_prefab": null,
  357. "_opacity": 255,
  358. "_color": {
  359. "__type__": "cc.Color",
  360. "r": 255,
  361. "g": 255,
  362. "b": 255,
  363. "a": 255
  364. },
  365. "_contentSize": {
  366. "__type__": "cc.Size",
  367. "width": 0,
  368. "height": 0
  369. },
  370. "_anchorPoint": {
  371. "__type__": "cc.Vec2",
  372. "x": 0.5,
  373. "y": 0.5
  374. },
  375. "_trs": {
  376. "__type__": "TypedArray",
  377. "ctor": "Float64Array",
  378. "array": [
  379. 0,
  380. 568,
  381. 0,
  382. 0,
  383. 0,
  384. 0,
  385. 1,
  386. 1,
  387. 1,
  388. 1
  389. ]
  390. },
  391. "_eulerAngles": {
  392. "__type__": "cc.Vec3",
  393. "x": 0,
  394. "y": 0,
  395. "z": 0
  396. },
  397. "_skewX": 0,
  398. "_skewY": 0,
  399. "_is3DNode": false,
  400. "_groupIndex": 0,
  401. "groupIndex": 0,
  402. "_id": "afdBPhBvZNLICxUng2uahf"
  403. },
  404. {
  405. "__type__": "cc.Node",
  406. "_name": "path",
  407. "_objFlags": 0,
  408. "_parent": {
  409. "__id__": 7
  410. },
  411. "_children": [
  412. {
  413. "__id__": 9
  414. }
  415. ],
  416. "_active": false,
  417. "_components": [
  418. {
  419. "__id__": 17
  420. }
  421. ],
  422. "_prefab": null,
  423. "_opacity": 255,
  424. "_color": {
  425. "__type__": "cc.Color",
  426. "r": 255,
  427. "g": 255,
  428. "b": 255,
  429. "a": 255
  430. },
  431. "_contentSize": {
  432. "__type__": "cc.Size",
  433. "width": 0,
  434. "height": 0
  435. },
  436. "_anchorPoint": {
  437. "__type__": "cc.Vec2",
  438. "x": 0.5,
  439. "y": 0.5
  440. },
  441. "_trs": {
  442. "__type__": "TypedArray",
  443. "ctor": "Float64Array",
  444. "array": [
  445. 0,
  446. 0,
  447. 0,
  448. 0,
  449. 0,
  450. 0,
  451. 1,
  452. 1,
  453. 1,
  454. 1
  455. ]
  456. },
  457. "_eulerAngles": {
  458. "__type__": "cc.Vec3",
  459. "x": 0,
  460. "y": 0,
  461. "z": 0
  462. },
  463. "_skewX": 0,
  464. "_skewY": 0,
  465. "_is3DNode": false,
  466. "_groupIndex": 0,
  467. "groupIndex": 0,
  468. "_id": "7dPHCW/wNBPKzKmB4vNNPG"
  469. },
  470. {
  471. "__type__": "cc.Node",
  472. "_name": "monster",
  473. "_objFlags": 512,
  474. "_parent": {
  475. "__id__": 8
  476. },
  477. "_children": [
  478. {
  479. "__id__": 10
  480. }
  481. ],
  482. "_active": true,
  483. "_components": [
  484. {
  485. "__id__": 13
  486. },
  487. {
  488. "__id__": 14
  489. },
  490. {
  491. "__id__": 15
  492. }
  493. ],
  494. "_prefab": {
  495. "__id__": 16
  496. },
  497. "_opacity": 255,
  498. "_color": {
  499. "__type__": "cc.Color",
  500. "r": 255,
  501. "g": 255,
  502. "b": 255,
  503. "a": 255
  504. },
  505. "_contentSize": {
  506. "__type__": "cc.Size",
  507. "width": 50,
  508. "height": 53
  509. },
  510. "_anchorPoint": {
  511. "__type__": "cc.Vec2",
  512. "x": 0.5,
  513. "y": 0.5
  514. },
  515. "_trs": {
  516. "__type__": "TypedArray",
  517. "ctor": "Float64Array",
  518. "array": [
  519. 0,
  520. 0,
  521. 0,
  522. 0,
  523. 0,
  524. 0,
  525. 1,
  526. 1,
  527. 1,
  528. 1
  529. ]
  530. },
  531. "_eulerAngles": {
  532. "__type__": "cc.Vec3",
  533. "x": 0,
  534. "y": 0,
  535. "z": 0
  536. },
  537. "_skewX": 0,
  538. "_skewY": 0,
  539. "_is3DNode": false,
  540. "_groupIndex": 0,
  541. "groupIndex": 0,
  542. "_id": "cdv7pcdutObJgANnW4bz6U"
  543. },
  544. {
  545. "__type__": "cc.Node",
  546. "_name": "m2",
  547. "_objFlags": 0,
  548. "_parent": {
  549. "__id__": 9
  550. },
  551. "_children": [],
  552. "_active": true,
  553. "_components": [
  554. {
  555. "__id__": 11
  556. }
  557. ],
  558. "_prefab": {
  559. "__id__": 12
  560. },
  561. "_opacity": 255,
  562. "_color": {
  563. "__type__": "cc.Color",
  564. "r": 255,
  565. "g": 255,
  566. "b": 255,
  567. "a": 255
  568. },
  569. "_contentSize": {
  570. "__type__": "cc.Size",
  571. "width": 50,
  572. "height": 53
  573. },
  574. "_anchorPoint": {
  575. "__type__": "cc.Vec2",
  576. "x": 0.5,
  577. "y": 0.5
  578. },
  579. "_trs": {
  580. "__type__": "TypedArray",
  581. "ctor": "Float64Array",
  582. "array": [
  583. 0,
  584. 0,
  585. 0,
  586. 0,
  587. 0,
  588. 0,
  589. 1,
  590. 1,
  591. 1,
  592. 1
  593. ]
  594. },
  595. "_eulerAngles": {
  596. "__type__": "cc.Vec3",
  597. "x": 0,
  598. "y": 0,
  599. "z": 0
  600. },
  601. "_skewX": 0,
  602. "_skewY": 0,
  603. "_is3DNode": false,
  604. "_groupIndex": 0,
  605. "groupIndex": 0,
  606. "_id": "15SCjbGQJOQLYqYHX/VQJ0"
  607. },
  608. {
  609. "__type__": "cc.Sprite",
  610. "_name": "",
  611. "_objFlags": 0,
  612. "node": {
  613. "__id__": 10
  614. },
  615. "_enabled": true,
  616. "_materials": [
  617. {
  618. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  619. }
  620. ],
  621. "_srcBlendFactor": 770,
  622. "_dstBlendFactor": 771,
  623. "_spriteFrame": {
  624. "__uuid__": "0eb27ae6-16db-4b18-9cd6-48e471660ccc"
  625. },
  626. "_type": 0,
  627. "_sizeMode": 1,
  628. "_fillType": 0,
  629. "_fillCenter": {
  630. "__type__": "cc.Vec2",
  631. "x": 0,
  632. "y": 0
  633. },
  634. "_fillStart": 0,
  635. "_fillRange": 0,
  636. "_isTrimmedMode": true,
  637. "_atlas": null,
  638. "_id": "39asBSSqpAr76kuA6NikKX"
  639. },
  640. {
  641. "__type__": "cc.PrefabInfo",
  642. "root": {
  643. "__id__": 9
  644. },
  645. "asset": {
  646. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  647. },
  648. "fileId": "c9cSlCP85DH6RiPv9OMVIj",
  649. "sync": false
  650. },
  651. {
  652. "__type__": "3491dCwpnhFEqX9BL4D2ZCF",
  653. "_name": "",
  654. "_objFlags": 0,
  655. "node": {
  656. "__id__": 9
  657. },
  658. "_enabled": true,
  659. "auto_update_point": true,
  660. "_id": "e5ODVqvLFNTqCTv8yeKzRE"
  661. },
  662. {
  663. "__type__": "43ca4XWdF1CwJKowXL8JAQ/",
  664. "_name": "",
  665. "_objFlags": 0,
  666. "node": {
  667. "__id__": 9
  668. },
  669. "_enabled": true,
  670. "_draw_collide": false,
  671. "_collide_shape": 3,
  672. "collide_group_id": 4,
  673. "_radius": 50,
  674. "_size": {
  675. "__type__": "cc.Size",
  676. "width": 100,
  677. "height": 100
  678. },
  679. "_polygon_points": [
  680. {
  681. "__type__": "cc.Vec2",
  682. "x": -25,
  683. "y": -27
  684. },
  685. {
  686. "__type__": "cc.Vec2",
  687. "x": 25,
  688. "y": -27
  689. },
  690. {
  691. "__type__": "cc.Vec2",
  692. "x": 25,
  693. "y": 27
  694. },
  695. {
  696. "__type__": "cc.Vec2",
  697. "x": -25,
  698. "y": 27
  699. }
  700. ],
  701. "_offset": {
  702. "__type__": "cc.Vec2",
  703. "x": 0,
  704. "y": 0
  705. },
  706. "data_string": "",
  707. "_id": "115CkWPhJE/JR64OLpuwsR"
  708. },
  709. {
  710. "__type__": "cc.PolygonCollider",
  711. "_name": "",
  712. "_objFlags": 0,
  713. "node": {
  714. "__id__": 9
  715. },
  716. "_enabled": false,
  717. "tag": 0,
  718. "_offset": {
  719. "__type__": "cc.Vec2",
  720. "x": 0,
  721. "y": 0
  722. },
  723. "points": [
  724. {
  725. "__type__": "cc.Vec2",
  726. "x": -25,
  727. "y": -27
  728. },
  729. {
  730. "__type__": "cc.Vec2",
  731. "x": 25,
  732. "y": -27
  733. },
  734. {
  735. "__type__": "cc.Vec2",
  736. "x": 25,
  737. "y": 27
  738. },
  739. {
  740. "__type__": "cc.Vec2",
  741. "x": -25,
  742. "y": 27
  743. }
  744. ],
  745. "_id": "c7ENrD7a9KSK4RedPriTKn"
  746. },
  747. {
  748. "__type__": "cc.PrefabInfo",
  749. "root": {
  750. "__id__": 9
  751. },
  752. "asset": {
  753. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  754. },
  755. "fileId": "",
  756. "sync": false
  757. },
  758. {
  759. "__type__": "cc.Animation",
  760. "_name": "",
  761. "_objFlags": 0,
  762. "node": {
  763. "__id__": 8
  764. },
  765. "_enabled": true,
  766. "_defaultClip": {
  767. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  768. },
  769. "_clips": [
  770. {
  771. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  772. }
  773. ],
  774. "playOnLoad": false,
  775. "_id": "50s7PbpsNMjrWNXHjVN5BY"
  776. },
  777. {
  778. "__type__": "cc.Node",
  779. "_name": "pathPlay",
  780. "_objFlags": 0,
  781. "_parent": {
  782. "__id__": 7
  783. },
  784. "_children": [],
  785. "_active": true,
  786. "_components": [
  787. {
  788. "__id__": 19
  789. }
  790. ],
  791. "_prefab": null,
  792. "_opacity": 255,
  793. "_color": {
  794. "__type__": "cc.Color",
  795. "r": 255,
  796. "g": 255,
  797. "b": 255,
  798. "a": 255
  799. },
  800. "_contentSize": {
  801. "__type__": "cc.Size",
  802. "width": 0,
  803. "height": 0
  804. },
  805. "_anchorPoint": {
  806. "__type__": "cc.Vec2",
  807. "x": 0.5,
  808. "y": 0.5
  809. },
  810. "_trs": {
  811. "__type__": "TypedArray",
  812. "ctor": "Float64Array",
  813. "array": [
  814. 0,
  815. 0,
  816. 0,
  817. 0,
  818. 0,
  819. 0,
  820. 1,
  821. 1,
  822. 1,
  823. 1
  824. ]
  825. },
  826. "_eulerAngles": {
  827. "__type__": "cc.Vec3",
  828. "x": 0,
  829. "y": 0,
  830. "z": 0
  831. },
  832. "_skewX": 0,
  833. "_skewY": 0,
  834. "_is3DNode": false,
  835. "_groupIndex": 0,
  836. "groupIndex": 0,
  837. "_id": "a19NhB6YNOLZEvsxhIDGic"
  838. },
  839. {
  840. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  841. "_name": "",
  842. "_objFlags": 0,
  843. "node": {
  844. "__id__": 18
  845. },
  846. "_enabled": true,
  847. "monster": {
  848. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  849. },
  850. "aniClip": {
  851. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  852. },
  853. "_num": 7,
  854. "_time": 0.2,
  855. "_id": "6es1weDvZKno7apIyDvSwz"
  856. },
  857. {
  858. "__type__": "cc.Node",
  859. "_name": "pathPlay",
  860. "_objFlags": 0,
  861. "_parent": {
  862. "__id__": 7
  863. },
  864. "_children": [],
  865. "_active": true,
  866. "_components": [
  867. {
  868. "__id__": 21
  869. }
  870. ],
  871. "_prefab": null,
  872. "_opacity": 255,
  873. "_color": {
  874. "__type__": "cc.Color",
  875. "r": 255,
  876. "g": 255,
  877. "b": 255,
  878. "a": 255
  879. },
  880. "_contentSize": {
  881. "__type__": "cc.Size",
  882. "width": 0,
  883. "height": 0
  884. },
  885. "_anchorPoint": {
  886. "__type__": "cc.Vec2",
  887. "x": 0.5,
  888. "y": 0.5
  889. },
  890. "_trs": {
  891. "__type__": "TypedArray",
  892. "ctor": "Float64Array",
  893. "array": [
  894. 154.063,
  895. 0,
  896. 0,
  897. 0,
  898. 0,
  899. 0,
  900. 1,
  901. 1,
  902. 1,
  903. 1
  904. ]
  905. },
  906. "_eulerAngles": {
  907. "__type__": "cc.Vec3",
  908. "x": 0,
  909. "y": 0,
  910. "z": 0
  911. },
  912. "_skewX": 0,
  913. "_skewY": 0,
  914. "_is3DNode": false,
  915. "_groupIndex": 0,
  916. "groupIndex": 0,
  917. "_id": "fdahVTGpRMYaAs403XSkTR"
  918. },
  919. {
  920. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  921. "_name": "",
  922. "_objFlags": 0,
  923. "node": {
  924. "__id__": 20
  925. },
  926. "_enabled": true,
  927. "monster": {
  928. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  929. },
  930. "aniClip": {
  931. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  932. },
  933. "_num": 7,
  934. "_time": 0.2,
  935. "_id": "4ebaM2n/lEX6VpjCnt/G3q"
  936. },
  937. {
  938. "__type__": "cc.Node",
  939. "_name": "pathPlay",
  940. "_objFlags": 0,
  941. "_parent": {
  942. "__id__": 7
  943. },
  944. "_children": [],
  945. "_active": true,
  946. "_components": [
  947. {
  948. "__id__": 23
  949. }
  950. ],
  951. "_prefab": null,
  952. "_opacity": 255,
  953. "_color": {
  954. "__type__": "cc.Color",
  955. "r": 255,
  956. "g": 255,
  957. "b": 255,
  958. "a": 255
  959. },
  960. "_contentSize": {
  961. "__type__": "cc.Size",
  962. "width": 0,
  963. "height": 0
  964. },
  965. "_anchorPoint": {
  966. "__type__": "cc.Vec2",
  967. "x": 0.5,
  968. "y": 0.5
  969. },
  970. "_trs": {
  971. "__type__": "TypedArray",
  972. "ctor": "Float64Array",
  973. "array": [
  974. -140.858,
  975. 0,
  976. 0,
  977. 0,
  978. 0,
  979. 0,
  980. 1,
  981. 1,
  982. 1,
  983. 1
  984. ]
  985. },
  986. "_eulerAngles": {
  987. "__type__": "cc.Vec3",
  988. "x": 0,
  989. "y": 0,
  990. "z": 0
  991. },
  992. "_skewX": 0,
  993. "_skewY": 0,
  994. "_is3DNode": false,
  995. "_groupIndex": 0,
  996. "groupIndex": 0,
  997. "_id": "8alyf3XY9JKb9FlLd33tye"
  998. },
  999. {
  1000. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  1001. "_name": "",
  1002. "_objFlags": 0,
  1003. "node": {
  1004. "__id__": 22
  1005. },
  1006. "_enabled": true,
  1007. "monster": {
  1008. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  1009. },
  1010. "aniClip": {
  1011. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  1012. },
  1013. "_num": 7,
  1014. "_time": 0.2,
  1015. "_id": "bdkxbgmbZMGqiXibXoOycS"
  1016. },
  1017. {
  1018. "__type__": "cc.Widget",
  1019. "_name": "",
  1020. "_objFlags": 0,
  1021. "node": {
  1022. "__id__": 7
  1023. },
  1024. "_enabled": true,
  1025. "alignMode": 1,
  1026. "_target": null,
  1027. "_alignFlags": 1,
  1028. "_left": 0,
  1029. "_right": 0,
  1030. "_top": 0,
  1031. "_bottom": 0,
  1032. "_verticalCenter": 0,
  1033. "_horizontalCenter": 0,
  1034. "_isAbsLeft": true,
  1035. "_isAbsRight": true,
  1036. "_isAbsTop": true,
  1037. "_isAbsBottom": true,
  1038. "_isAbsHorizontalCenter": true,
  1039. "_isAbsVerticalCenter": true,
  1040. "_originalWidth": 0,
  1041. "_originalHeight": 0,
  1042. "_id": "6c1N3byrxNp4L7dQPGc9Ik"
  1043. },
  1044. {
  1045. "__type__": "cc.Widget",
  1046. "_name": "",
  1047. "_objFlags": 0,
  1048. "node": {
  1049. "__id__": 6
  1050. },
  1051. "_enabled": true,
  1052. "alignMode": 1,
  1053. "_target": null,
  1054. "_alignFlags": 45,
  1055. "_left": 0,
  1056. "_right": 0,
  1057. "_top": 0,
  1058. "_bottom": 0,
  1059. "_verticalCenter": 0,
  1060. "_horizontalCenter": 0,
  1061. "_isAbsLeft": true,
  1062. "_isAbsRight": true,
  1063. "_isAbsTop": true,
  1064. "_isAbsBottom": true,
  1065. "_isAbsHorizontalCenter": true,
  1066. "_isAbsVerticalCenter": true,
  1067. "_originalWidth": 0,
  1068. "_originalHeight": 0,
  1069. "_id": "70ScvQJO5HjIHPtAU24zcC"
  1070. },
  1071. {
  1072. "__type__": "cc.Canvas",
  1073. "_name": "",
  1074. "_objFlags": 0,
  1075. "node": {
  1076. "__id__": 2
  1077. },
  1078. "_enabled": true,
  1079. "_designResolution": {
  1080. "__type__": "cc.Size",
  1081. "width": 640,
  1082. "height": 1136
  1083. },
  1084. "_fitWidth": false,
  1085. "_fitHeight": true,
  1086. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  1087. },
  1088. {
  1089. "__type__": "cc.Widget",
  1090. "_name": "",
  1091. "_objFlags": 0,
  1092. "node": {
  1093. "__id__": 2
  1094. },
  1095. "_enabled": true,
  1096. "alignMode": 1,
  1097. "_target": null,
  1098. "_alignFlags": 45,
  1099. "_left": 0,
  1100. "_right": 0,
  1101. "_top": 0,
  1102. "_bottom": 0,
  1103. "_verticalCenter": 0,
  1104. "_horizontalCenter": 0,
  1105. "_isAbsLeft": true,
  1106. "_isAbsRight": true,
  1107. "_isAbsTop": true,
  1108. "_isAbsBottom": true,
  1109. "_isAbsHorizontalCenter": true,
  1110. "_isAbsVerticalCenter": true,
  1111. "_originalWidth": 0,
  1112. "_originalHeight": 0,
  1113. "_id": "29zXboiXFBKoIV4PQ2liTe"
  1114. }
  1115. ]