pathtest.fire 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  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. "__id__": 11
  79. },
  80. {
  81. "__id__": 13
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 15
  88. },
  89. {
  90. "__id__": 16
  91. },
  92. {
  93. "__id__": 17
  94. }
  95. ],
  96. "_prefab": null,
  97. "_opacity": 255,
  98. "_color": {
  99. "__type__": "cc.Color",
  100. "r": 255,
  101. "g": 255,
  102. "b": 255,
  103. "a": 255
  104. },
  105. "_contentSize": {
  106. "__type__": "cc.Size",
  107. "width": 640,
  108. "height": 1136
  109. },
  110. "_anchorPoint": {
  111. "__type__": "cc.Vec2",
  112. "x": 0.5,
  113. "y": 0.5
  114. },
  115. "_trs": {
  116. "__type__": "TypedArray",
  117. "ctor": "Float64Array",
  118. "array": [
  119. 320,
  120. 568,
  121. 0,
  122. 0,
  123. 0,
  124. 0,
  125. 1,
  126. 1,
  127. 1,
  128. 1
  129. ]
  130. },
  131. "_eulerAngles": {
  132. "__type__": "cc.Vec3",
  133. "x": 0,
  134. "y": 0,
  135. "z": 0
  136. },
  137. "_skewX": 0,
  138. "_skewY": 0,
  139. "_is3DNode": false,
  140. "_groupIndex": 0,
  141. "groupIndex": 0,
  142. "_id": "a5esZu+45LA5mBpvttspPD"
  143. },
  144. {
  145. "__type__": "cc.Node",
  146. "_name": "Main Camera",
  147. "_objFlags": 0,
  148. "_parent": {
  149. "__id__": 2
  150. },
  151. "_children": [],
  152. "_active": true,
  153. "_components": [
  154. {
  155. "__id__": 4
  156. },
  157. {
  158. "__id__": 5
  159. }
  160. ],
  161. "_prefab": null,
  162. "_opacity": 255,
  163. "_color": {
  164. "__type__": "cc.Color",
  165. "r": 255,
  166. "g": 255,
  167. "b": 255,
  168. "a": 255
  169. },
  170. "_contentSize": {
  171. "__type__": "cc.Size",
  172. "width": 640,
  173. "height": 1136
  174. },
  175. "_anchorPoint": {
  176. "__type__": "cc.Vec2",
  177. "x": 0.5,
  178. "y": 0.5
  179. },
  180. "_trs": {
  181. "__type__": "TypedArray",
  182. "ctor": "Float64Array",
  183. "array": [
  184. 0,
  185. 0,
  186. 0,
  187. 0,
  188. 0,
  189. 0,
  190. 1,
  191. 1,
  192. 1,
  193. 1
  194. ]
  195. },
  196. "_eulerAngles": {
  197. "__type__": "cc.Vec3",
  198. "x": 0,
  199. "y": 0,
  200. "z": 0
  201. },
  202. "_skewX": 0,
  203. "_skewY": 0,
  204. "_is3DNode": false,
  205. "_groupIndex": 0,
  206. "groupIndex": 0,
  207. "_id": "e1WoFrQ79G7r4ZuQE3HlNb"
  208. },
  209. {
  210. "__type__": "cc.Camera",
  211. "_name": "",
  212. "_objFlags": 0,
  213. "node": {
  214. "__id__": 3
  215. },
  216. "_enabled": true,
  217. "_cullingMask": 4294967295,
  218. "_clearFlags": 7,
  219. "_backgroundColor": {
  220. "__type__": "cc.Color",
  221. "r": 0,
  222. "g": 0,
  223. "b": 0,
  224. "a": 255
  225. },
  226. "_depth": -1,
  227. "_zoomRatio": 1,
  228. "_targetTexture": null,
  229. "_fov": 60,
  230. "_orthoSize": 10,
  231. "_nearClip": 1,
  232. "_farClip": 4096,
  233. "_ortho": true,
  234. "_rect": {
  235. "__type__": "cc.Rect",
  236. "x": 0,
  237. "y": 0,
  238. "width": 1,
  239. "height": 1
  240. },
  241. "_renderStages": 1,
  242. "_alignWithScreen": true,
  243. "_id": "81GN3uXINKVLeW4+iKSlim"
  244. },
  245. {
  246. "__type__": "cc.Widget",
  247. "_name": "",
  248. "_objFlags": 0,
  249. "node": {
  250. "__id__": 3
  251. },
  252. "_enabled": true,
  253. "alignMode": 1,
  254. "_target": null,
  255. "_alignFlags": 45,
  256. "_left": 0,
  257. "_right": 0,
  258. "_top": 0,
  259. "_bottom": 0,
  260. "_verticalCenter": 0,
  261. "_horizontalCenter": 0,
  262. "_isAbsLeft": true,
  263. "_isAbsRight": true,
  264. "_isAbsTop": true,
  265. "_isAbsBottom": true,
  266. "_isAbsHorizontalCenter": true,
  267. "_isAbsVerticalCenter": true,
  268. "_originalWidth": 11,
  269. "_originalHeight": 640,
  270. "_id": "2fj9x2LWBHc6bqfzdROv05"
  271. },
  272. {
  273. "__type__": "cc.Node",
  274. "_name": "$temp_node",
  275. "_objFlags": 0,
  276. "_parent": {
  277. "__id__": 2
  278. },
  279. "_children": [
  280. {
  281. "__id__": 7
  282. }
  283. ],
  284. "_active": true,
  285. "_components": [
  286. {
  287. "__id__": 10
  288. }
  289. ],
  290. "_prefab": null,
  291. "_opacity": 255,
  292. "_color": {
  293. "__type__": "cc.Color",
  294. "r": 255,
  295. "g": 255,
  296. "b": 255,
  297. "a": 255
  298. },
  299. "_contentSize": {
  300. "__type__": "cc.Size",
  301. "width": 0,
  302. "height": 0
  303. },
  304. "_anchorPoint": {
  305. "__type__": "cc.Vec2",
  306. "x": 0.5,
  307. "y": 0.5
  308. },
  309. "_trs": {
  310. "__type__": "TypedArray",
  311. "ctor": "Float64Array",
  312. "array": [
  313. -419.887,
  314. -14.141,
  315. 0,
  316. 0,
  317. 0,
  318. 0,
  319. 1,
  320. 1,
  321. 1,
  322. 1
  323. ]
  324. },
  325. "_eulerAngles": {
  326. "__type__": "cc.Vec3",
  327. "x": 0,
  328. "y": 0,
  329. "z": 0
  330. },
  331. "_skewX": 0,
  332. "_skewY": 0,
  333. "_is3DNode": false,
  334. "_groupIndex": 0,
  335. "groupIndex": 0,
  336. "_id": "6dQecCroFAdJtH0JEN9/4h"
  337. },
  338. {
  339. "__type__": "cc.Node",
  340. "_name": "monster",
  341. "_objFlags": 0,
  342. "_parent": {
  343. "__id__": 6
  344. },
  345. "_children": [],
  346. "_active": true,
  347. "_components": [
  348. {
  349. "__id__": 8
  350. }
  351. ],
  352. "_prefab": {
  353. "__id__": 9
  354. },
  355. "_opacity": 255,
  356. "_color": {
  357. "__type__": "cc.Color",
  358. "r": 255,
  359. "g": 255,
  360. "b": 255,
  361. "a": 255
  362. },
  363. "_contentSize": {
  364. "__type__": "cc.Size",
  365. "width": 40,
  366. "height": 50.4
  367. },
  368. "_anchorPoint": {
  369. "__type__": "cc.Vec2",
  370. "x": 0.5,
  371. "y": 0.5
  372. },
  373. "_trs": {
  374. "__type__": "TypedArray",
  375. "ctor": "Float64Array",
  376. "array": [
  377. 0,
  378. 0,
  379. 0,
  380. 0,
  381. 0,
  382. 0,
  383. 1,
  384. 1,
  385. 1,
  386. 1
  387. ]
  388. },
  389. "_eulerAngles": {
  390. "__type__": "cc.Vec3",
  391. "x": 0,
  392. "y": 0,
  393. "z": 0
  394. },
  395. "_skewX": 0,
  396. "_skewY": 0,
  397. "_is3DNode": false,
  398. "_groupIndex": 0,
  399. "groupIndex": 0,
  400. "_id": "a8V0psBSREhbxuYeqbIpOC"
  401. },
  402. {
  403. "__type__": "cc.Label",
  404. "_name": "",
  405. "_objFlags": 0,
  406. "node": {
  407. "__id__": 7
  408. },
  409. "_enabled": true,
  410. "_materials": [
  411. {
  412. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  413. }
  414. ],
  415. "_srcBlendFactor": 770,
  416. "_dstBlendFactor": 771,
  417. "_string": "怪",
  418. "_N$string": "怪",
  419. "_fontSize": 40,
  420. "_lineHeight": 40,
  421. "_enableWrapText": true,
  422. "_N$file": null,
  423. "_isSystemFontUsed": true,
  424. "_spacingX": 0,
  425. "_batchAsBitmap": false,
  426. "_styleFlags": 0,
  427. "_underlineHeight": 0,
  428. "_N$horizontalAlign": 1,
  429. "_N$verticalAlign": 1,
  430. "_N$fontFamily": "Arial",
  431. "_N$overflow": 0,
  432. "_N$cacheMode": 0,
  433. "_id": "e4pnM+KwRNe5Km5bykmj6s"
  434. },
  435. {
  436. "__type__": "cc.PrefabInfo",
  437. "root": {
  438. "__id__": 7
  439. },
  440. "asset": {
  441. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  442. },
  443. "fileId": "",
  444. "sync": false
  445. },
  446. {
  447. "__type__": "cc.Animation",
  448. "_name": "",
  449. "_objFlags": 0,
  450. "node": {
  451. "__id__": 6
  452. },
  453. "_enabled": true,
  454. "_defaultClip": {
  455. "__uuid__": "15bf50ba-c2eb-49af-a8ab-4b68a23488d4"
  456. },
  457. "_clips": [
  458. {
  459. "__uuid__": "15bf50ba-c2eb-49af-a8ab-4b68a23488d4"
  460. }
  461. ],
  462. "playOnLoad": false,
  463. "_id": "ceXkCOAnZNPbhXAuHF7UyN"
  464. },
  465. {
  466. "__type__": "cc.Node",
  467. "_name": "New Node",
  468. "_objFlags": 0,
  469. "_parent": {
  470. "__id__": 2
  471. },
  472. "_children": [],
  473. "_active": true,
  474. "_components": [
  475. {
  476. "__id__": 12
  477. }
  478. ],
  479. "_prefab": null,
  480. "_opacity": 255,
  481. "_color": {
  482. "__type__": "cc.Color",
  483. "r": 255,
  484. "g": 255,
  485. "b": 255,
  486. "a": 255
  487. },
  488. "_contentSize": {
  489. "__type__": "cc.Size",
  490. "width": 0,
  491. "height": 0
  492. },
  493. "_anchorPoint": {
  494. "__type__": "cc.Vec2",
  495. "x": 0.5,
  496. "y": 0.5
  497. },
  498. "_trs": {
  499. "__type__": "TypedArray",
  500. "ctor": "Float64Array",
  501. "array": [
  502. 0,
  503. 0,
  504. 0,
  505. 0,
  506. 0,
  507. 0,
  508. 1,
  509. 1,
  510. 1,
  511. 1
  512. ]
  513. },
  514. "_eulerAngles": {
  515. "__type__": "cc.Vec3",
  516. "x": 0,
  517. "y": 0,
  518. "z": 0
  519. },
  520. "_skewX": 0,
  521. "_skewY": 0,
  522. "_is3DNode": false,
  523. "_groupIndex": 0,
  524. "groupIndex": 0,
  525. "_id": "f3hhLrCfFB9oBulkYB92xU"
  526. },
  527. {
  528. "__type__": "b90c2OYfsFKDZ0z+wZ+uA8k",
  529. "_name": "",
  530. "_objFlags": 0,
  531. "node": {
  532. "__id__": 11
  533. },
  534. "_enabled": true,
  535. "monster": {
  536. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  537. },
  538. "aniClip": {
  539. "__uuid__": "15bf50ba-c2eb-49af-a8ab-4b68a23488d4"
  540. },
  541. "_num": 30,
  542. "_time": 0.5,
  543. "_id": "cb55+S9b1ProlZqzpjnAR+"
  544. },
  545. {
  546. "__type__": "cc.Node",
  547. "_name": "New Node",
  548. "_objFlags": 0,
  549. "_parent": {
  550. "__id__": 2
  551. },
  552. "_children": [],
  553. "_active": true,
  554. "_components": [
  555. {
  556. "__id__": 14
  557. }
  558. ],
  559. "_prefab": null,
  560. "_opacity": 255,
  561. "_color": {
  562. "__type__": "cc.Color",
  563. "r": 255,
  564. "g": 255,
  565. "b": 255,
  566. "a": 255
  567. },
  568. "_contentSize": {
  569. "__type__": "cc.Size",
  570. "width": 0,
  571. "height": 0
  572. },
  573. "_anchorPoint": {
  574. "__type__": "cc.Vec2",
  575. "x": 0.5,
  576. "y": 0.5
  577. },
  578. "_trs": {
  579. "__type__": "TypedArray",
  580. "ctor": "Float64Array",
  581. "array": [
  582. 0,
  583. 98.491,
  584. 0,
  585. 0,
  586. 0,
  587. 0,
  588. 1,
  589. 1,
  590. 1,
  591. 1
  592. ]
  593. },
  594. "_eulerAngles": {
  595. "__type__": "cc.Vec3",
  596. "x": 0,
  597. "y": 0,
  598. "z": 0
  599. },
  600. "_skewX": 0,
  601. "_skewY": 0,
  602. "_is3DNode": false,
  603. "_groupIndex": 0,
  604. "groupIndex": 0,
  605. "_id": "a13N5/UDhFWpISi9hwyOvz"
  606. },
  607. {
  608. "__type__": "b90c2OYfsFKDZ0z+wZ+uA8k",
  609. "_name": "",
  610. "_objFlags": 0,
  611. "node": {
  612. "__id__": 13
  613. },
  614. "_enabled": true,
  615. "monster": {
  616. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  617. },
  618. "aniClip": {
  619. "__uuid__": "15bf50ba-c2eb-49af-a8ab-4b68a23488d4"
  620. },
  621. "_num": 30,
  622. "_time": 0.2,
  623. "_id": "90SAo2M15DP6k2bK8gmiA8"
  624. },
  625. {
  626. "__type__": "cc.Canvas",
  627. "_name": "",
  628. "_objFlags": 0,
  629. "node": {
  630. "__id__": 2
  631. },
  632. "_enabled": true,
  633. "_designResolution": {
  634. "__type__": "cc.Size",
  635. "width": 640,
  636. "height": 1136
  637. },
  638. "_fitWidth": false,
  639. "_fitHeight": true,
  640. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  641. },
  642. {
  643. "__type__": "cc.Widget",
  644. "_name": "",
  645. "_objFlags": 0,
  646. "node": {
  647. "__id__": 2
  648. },
  649. "_enabled": true,
  650. "alignMode": 1,
  651. "_target": null,
  652. "_alignFlags": 45,
  653. "_left": 0,
  654. "_right": 0,
  655. "_top": 0,
  656. "_bottom": 0,
  657. "_verticalCenter": 0,
  658. "_horizontalCenter": 0,
  659. "_isAbsLeft": true,
  660. "_isAbsRight": true,
  661. "_isAbsTop": true,
  662. "_isAbsBottom": true,
  663. "_isAbsHorizontalCenter": true,
  664. "_isAbsVerticalCenter": true,
  665. "_originalWidth": 0,
  666. "_originalHeight": 0,
  667. "_id": "29zXboiXFBKoIV4PQ2liTe"
  668. },
  669. {
  670. "__type__": "14f71A1YW1FpZoVaRtxzn5m",
  671. "_name": "",
  672. "_objFlags": 0,
  673. "node": {
  674. "__id__": 2
  675. },
  676. "_enabled": true,
  677. "$temp_node": {
  678. "__id__": 6
  679. },
  680. "_id": "f7OCV6A5JGbbqgHWpwO2kb"
  681. }
  682. ]