Game.fire 23 KB

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