Test_Joystick.fire 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134
  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": true,
  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": true,
  61. "_id": "d58e9cea-e5bd-47e7-97ee-bf7de59a0083"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Canvas",
  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__": 20
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 22
  88. },
  89. {
  90. "__id__": 23
  91. },
  92. {
  93. "__id__": 24
  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": 1280,
  108. "height": 720
  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. 640,
  120. 360,
  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. "_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. 455.74586874156086,
  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": "e1WoFrQ79G7r4ZuQE3HlNb"
  205. },
  206. {
  207. "__type__": "cc.Camera",
  208. "_name": "",
  209. "_objFlags": 0,
  210. "node": {
  211. "__id__": 3
  212. },
  213. "_enabled": true,
  214. "_cullingMask": 4294967295,
  215. "_clearFlags": 7,
  216. "_backgroundColor": {
  217. "__type__": "cc.Color",
  218. "r": 0,
  219. "g": 0,
  220. "b": 0,
  221. "a": 255
  222. },
  223. "_depth": -1,
  224. "_zoomRatio": 1,
  225. "_targetTexture": null,
  226. "_fov": 60,
  227. "_orthoSize": 10,
  228. "_nearClip": 1,
  229. "_farClip": 4096,
  230. "_ortho": true,
  231. "_rect": {
  232. "__type__": "cc.Rect",
  233. "x": 0,
  234. "y": 0,
  235. "width": 1,
  236. "height": 1
  237. },
  238. "_renderStages": 1,
  239. "_alignWithScreen": true,
  240. "_id": "81GN3uXINKVLeW4+iKSlim"
  241. },
  242. {
  243. "__type__": "cc.Node",
  244. "_name": "New Sprite(Splash)",
  245. "_objFlags": 0,
  246. "_parent": {
  247. "__id__": 2
  248. },
  249. "_children": [],
  250. "_active": true,
  251. "_components": [
  252. {
  253. "__id__": 6
  254. }
  255. ],
  256. "_prefab": null,
  257. "_opacity": 255,
  258. "_color": {
  259. "__type__": "cc.Color",
  260. "r": 91,
  261. "g": 86,
  262. "b": 86,
  263. "a": 255
  264. },
  265. "_contentSize": {
  266. "__type__": "cc.Size",
  267. "width": 1280,
  268. "height": 720
  269. },
  270. "_anchorPoint": {
  271. "__type__": "cc.Vec2",
  272. "x": 0.5,
  273. "y": 0.5
  274. },
  275. "_trs": {
  276. "__type__": "TypedArray",
  277. "ctor": "Float64Array",
  278. "array": [
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 0,
  284. 0,
  285. 1,
  286. 1,
  287. 1,
  288. 1
  289. ]
  290. },
  291. "_eulerAngles": {
  292. "__type__": "cc.Vec3",
  293. "x": 0,
  294. "y": 0,
  295. "z": 0
  296. },
  297. "_skewX": 0,
  298. "_skewY": 0,
  299. "_is3DNode": false,
  300. "_groupIndex": 0,
  301. "groupIndex": 0,
  302. "_id": "070UB8/ttNI6tPsK/EEqMg"
  303. },
  304. {
  305. "__type__": "cc.Sprite",
  306. "_name": "",
  307. "_objFlags": 0,
  308. "node": {
  309. "__id__": 5
  310. },
  311. "_enabled": true,
  312. "_materials": [
  313. {
  314. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  315. }
  316. ],
  317. "_srcBlendFactor": 770,
  318. "_dstBlendFactor": 771,
  319. "_spriteFrame": {
  320. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  321. },
  322. "_type": 0,
  323. "_sizeMode": 0,
  324. "_fillType": 0,
  325. "_fillCenter": {
  326. "__type__": "cc.Vec2",
  327. "x": 0,
  328. "y": 0
  329. },
  330. "_fillStart": 0,
  331. "_fillRange": 0,
  332. "_isTrimmedMode": true,
  333. "_atlas": null,
  334. "_id": "2ctbEx/IZOdYxjU9p4TCn5"
  335. },
  336. {
  337. "__type__": "cc.Node",
  338. "_name": "joystick",
  339. "_objFlags": 0,
  340. "_parent": {
  341. "__id__": 2
  342. },
  343. "_children": [
  344. {
  345. "__id__": 8
  346. },
  347. {
  348. "__id__": 17
  349. }
  350. ],
  351. "_active": true,
  352. "_components": [
  353. {
  354. "__id__": 19
  355. }
  356. ],
  357. "_prefab": null,
  358. "_opacity": 255,
  359. "_color": {
  360. "__type__": "cc.Color",
  361. "r": 255,
  362. "g": 255,
  363. "b": 255,
  364. "a": 255
  365. },
  366. "_contentSize": {
  367. "__type__": "cc.Size",
  368. "width": 1280,
  369. "height": 720
  370. },
  371. "_anchorPoint": {
  372. "__type__": "cc.Vec2",
  373. "x": 0.5,
  374. "y": 0.5
  375. },
  376. "_trs": {
  377. "__type__": "TypedArray",
  378. "ctor": "Float64Array",
  379. "array": [
  380. 0,
  381. 0,
  382. 0,
  383. 0,
  384. 0,
  385. 0,
  386. 1,
  387. 1,
  388. 1,
  389. 1
  390. ]
  391. },
  392. "_eulerAngles": {
  393. "__type__": "cc.Vec3",
  394. "x": 0,
  395. "y": 0,
  396. "z": 0
  397. },
  398. "_skewX": 0,
  399. "_skewY": 0,
  400. "_is3DNode": false,
  401. "_groupIndex": 0,
  402. "groupIndex": 0,
  403. "_id": "21JEEEWf5ILK8Z/y+U2S03"
  404. },
  405. {
  406. "__type__": "cc.Node",
  407. "_name": "center",
  408. "_objFlags": 0,
  409. "_parent": {
  410. "__id__": 7
  411. },
  412. "_children": [
  413. {
  414. "__id__": 9
  415. },
  416. {
  417. "__id__": 11
  418. },
  419. {
  420. "__id__": 13
  421. },
  422. {
  423. "__id__": 15
  424. }
  425. ],
  426. "_active": true,
  427. "_components": [],
  428. "_prefab": null,
  429. "_opacity": 255,
  430. "_color": {
  431. "__type__": "cc.Color",
  432. "r": 255,
  433. "g": 255,
  434. "b": 255,
  435. "a": 255
  436. },
  437. "_contentSize": {
  438. "__type__": "cc.Size",
  439. "width": 0,
  440. "height": 0
  441. },
  442. "_anchorPoint": {
  443. "__type__": "cc.Vec2",
  444. "x": 0.5,
  445. "y": 0.5
  446. },
  447. "_trs": {
  448. "__type__": "TypedArray",
  449. "ctor": "Float64Array",
  450. "array": [
  451. -449.856,
  452. -165.606,
  453. 0,
  454. 0,
  455. 0,
  456. 0,
  457. 1,
  458. 3,
  459. 3,
  460. 1
  461. ]
  462. },
  463. "_eulerAngles": {
  464. "__type__": "cc.Vec3",
  465. "x": 0,
  466. "y": 0,
  467. "z": 0
  468. },
  469. "_skewX": 0,
  470. "_skewY": 0,
  471. "_is3DNode": false,
  472. "_groupIndex": 0,
  473. "groupIndex": 0,
  474. "_id": "d7jqa5x+VDy5I57U19fU+c"
  475. },
  476. {
  477. "__type__": "cc.Node",
  478. "_name": "up",
  479. "_objFlags": 0,
  480. "_parent": {
  481. "__id__": 8
  482. },
  483. "_children": [],
  484. "_active": true,
  485. "_components": [
  486. {
  487. "__id__": 10
  488. }
  489. ],
  490. "_prefab": null,
  491. "_opacity": 255,
  492. "_color": {
  493. "__type__": "cc.Color",
  494. "r": 255,
  495. "g": 255,
  496. "b": 255,
  497. "a": 255
  498. },
  499. "_contentSize": {
  500. "__type__": "cc.Size",
  501. "width": 31,
  502. "height": 21
  503. },
  504. "_anchorPoint": {
  505. "__type__": "cc.Vec2",
  506. "x": 0.5,
  507. "y": 0.5
  508. },
  509. "_trs": {
  510. "__type__": "TypedArray",
  511. "ctor": "Float64Array",
  512. "array": [
  513. 0,
  514. 20,
  515. 0,
  516. 0,
  517. 0,
  518. 0.7071067811865476,
  519. -0.7071067811865475,
  520. 1,
  521. 1,
  522. 1
  523. ]
  524. },
  525. "_eulerAngles": {
  526. "__type__": "cc.Vec3",
  527. "x": 0,
  528. "y": 0,
  529. "z": 270
  530. },
  531. "_skewX": 0,
  532. "_skewY": 0,
  533. "_is3DNode": false,
  534. "_groupIndex": 0,
  535. "groupIndex": 0,
  536. "_id": "deuwCeJ/5GjYMXxrfG0DuI"
  537. },
  538. {
  539. "__type__": "cc.Sprite",
  540. "_name": "",
  541. "_objFlags": 0,
  542. "node": {
  543. "__id__": 9
  544. },
  545. "_enabled": true,
  546. "_materials": [
  547. {
  548. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  549. }
  550. ],
  551. "_srcBlendFactor": 770,
  552. "_dstBlendFactor": 771,
  553. "_spriteFrame": {
  554. "__uuid__": "bdcf8d51-55a7-4487-9c1f-fef79c0d4cdc"
  555. },
  556. "_type": 0,
  557. "_sizeMode": 1,
  558. "_fillType": 0,
  559. "_fillCenter": {
  560. "__type__": "cc.Vec2",
  561. "x": 0,
  562. "y": 0
  563. },
  564. "_fillStart": 0,
  565. "_fillRange": 0,
  566. "_isTrimmedMode": true,
  567. "_atlas": null,
  568. "_id": "9eUCeKpbdLl5u5V41XL0YR"
  569. },
  570. {
  571. "__type__": "cc.Node",
  572. "_name": "down",
  573. "_objFlags": 0,
  574. "_parent": {
  575. "__id__": 8
  576. },
  577. "_children": [],
  578. "_active": true,
  579. "_components": [
  580. {
  581. "__id__": 12
  582. }
  583. ],
  584. "_prefab": null,
  585. "_opacity": 255,
  586. "_color": {
  587. "__type__": "cc.Color",
  588. "r": 255,
  589. "g": 255,
  590. "b": 255,
  591. "a": 255
  592. },
  593. "_contentSize": {
  594. "__type__": "cc.Size",
  595. "width": 31,
  596. "height": 21
  597. },
  598. "_anchorPoint": {
  599. "__type__": "cc.Vec2",
  600. "x": 0.5,
  601. "y": 0.5
  602. },
  603. "_trs": {
  604. "__type__": "TypedArray",
  605. "ctor": "Float64Array",
  606. "array": [
  607. 0,
  608. -20,
  609. 0,
  610. 0,
  611. 0,
  612. 0.7071067811865475,
  613. 0.7071067811865476,
  614. 1,
  615. 1,
  616. 1
  617. ]
  618. },
  619. "_eulerAngles": {
  620. "__type__": "cc.Vec3",
  621. "x": 0,
  622. "y": 0,
  623. "z": 90
  624. },
  625. "_skewX": 0,
  626. "_skewY": 0,
  627. "_is3DNode": false,
  628. "_groupIndex": 0,
  629. "groupIndex": 0,
  630. "_id": "8dYHb5OjFKo7qTzGIUMLkG"
  631. },
  632. {
  633. "__type__": "cc.Sprite",
  634. "_name": "",
  635. "_objFlags": 0,
  636. "node": {
  637. "__id__": 11
  638. },
  639. "_enabled": true,
  640. "_materials": [
  641. {
  642. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  643. }
  644. ],
  645. "_srcBlendFactor": 770,
  646. "_dstBlendFactor": 771,
  647. "_spriteFrame": {
  648. "__uuid__": "bdcf8d51-55a7-4487-9c1f-fef79c0d4cdc"
  649. },
  650. "_type": 0,
  651. "_sizeMode": 1,
  652. "_fillType": 0,
  653. "_fillCenter": {
  654. "__type__": "cc.Vec2",
  655. "x": 0,
  656. "y": 0
  657. },
  658. "_fillStart": 0,
  659. "_fillRange": 0,
  660. "_isTrimmedMode": true,
  661. "_atlas": null,
  662. "_id": "81AbrJeZJHdbjeDfNVlqdS"
  663. },
  664. {
  665. "__type__": "cc.Node",
  666. "_name": "left",
  667. "_objFlags": 0,
  668. "_parent": {
  669. "__id__": 8
  670. },
  671. "_children": [],
  672. "_active": true,
  673. "_components": [
  674. {
  675. "__id__": 14
  676. }
  677. ],
  678. "_prefab": null,
  679. "_opacity": 255,
  680. "_color": {
  681. "__type__": "cc.Color",
  682. "r": 255,
  683. "g": 255,
  684. "b": 255,
  685. "a": 255
  686. },
  687. "_contentSize": {
  688. "__type__": "cc.Size",
  689. "width": 31,
  690. "height": 21
  691. },
  692. "_anchorPoint": {
  693. "__type__": "cc.Vec2",
  694. "x": 0.5,
  695. "y": 0.5
  696. },
  697. "_trs": {
  698. "__type__": "TypedArray",
  699. "ctor": "Float64Array",
  700. "array": [
  701. -20,
  702. 0,
  703. 0,
  704. 0,
  705. 0,
  706. 0,
  707. 1,
  708. 1,
  709. 1,
  710. 1
  711. ]
  712. },
  713. "_eulerAngles": {
  714. "__type__": "cc.Vec3",
  715. "x": 0,
  716. "y": 0,
  717. "z": 0
  718. },
  719. "_skewX": 0,
  720. "_skewY": 0,
  721. "_is3DNode": false,
  722. "_groupIndex": 0,
  723. "groupIndex": 0,
  724. "_id": "032ca3oBFMrLhqjd2I9a7s"
  725. },
  726. {
  727. "__type__": "cc.Sprite",
  728. "_name": "",
  729. "_objFlags": 0,
  730. "node": {
  731. "__id__": 13
  732. },
  733. "_enabled": true,
  734. "_materials": [
  735. {
  736. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  737. }
  738. ],
  739. "_srcBlendFactor": 770,
  740. "_dstBlendFactor": 771,
  741. "_spriteFrame": {
  742. "__uuid__": "bdcf8d51-55a7-4487-9c1f-fef79c0d4cdc"
  743. },
  744. "_type": 0,
  745. "_sizeMode": 1,
  746. "_fillType": 0,
  747. "_fillCenter": {
  748. "__type__": "cc.Vec2",
  749. "x": 0,
  750. "y": 0
  751. },
  752. "_fillStart": 0,
  753. "_fillRange": 0,
  754. "_isTrimmedMode": true,
  755. "_atlas": null,
  756. "_id": "496hda71NOPJSrPmBr2JN1"
  757. },
  758. {
  759. "__type__": "cc.Node",
  760. "_name": "right",
  761. "_objFlags": 0,
  762. "_parent": {
  763. "__id__": 8
  764. },
  765. "_children": [],
  766. "_active": true,
  767. "_components": [
  768. {
  769. "__id__": 16
  770. }
  771. ],
  772. "_prefab": null,
  773. "_opacity": 255,
  774. "_color": {
  775. "__type__": "cc.Color",
  776. "r": 255,
  777. "g": 255,
  778. "b": 255,
  779. "a": 255
  780. },
  781. "_contentSize": {
  782. "__type__": "cc.Size",
  783. "width": 31,
  784. "height": 21
  785. },
  786. "_anchorPoint": {
  787. "__type__": "cc.Vec2",
  788. "x": 0.5,
  789. "y": 0.5
  790. },
  791. "_trs": {
  792. "__type__": "TypedArray",
  793. "ctor": "Float64Array",
  794. "array": [
  795. 20,
  796. 0,
  797. 0,
  798. 0,
  799. 0,
  800. 1,
  801. 6.123233995736766e-17,
  802. 1,
  803. 1,
  804. 1
  805. ]
  806. },
  807. "_eulerAngles": {
  808. "__type__": "cc.Vec3",
  809. "x": 0,
  810. "y": 0,
  811. "z": 180
  812. },
  813. "_skewX": 0,
  814. "_skewY": 0,
  815. "_is3DNode": false,
  816. "_groupIndex": 0,
  817. "groupIndex": 0,
  818. "_id": "a7wyIXsRRMG4kgxlehHHI+"
  819. },
  820. {
  821. "__type__": "cc.Sprite",
  822. "_name": "",
  823. "_objFlags": 0,
  824. "node": {
  825. "__id__": 15
  826. },
  827. "_enabled": true,
  828. "_materials": [
  829. {
  830. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  831. }
  832. ],
  833. "_srcBlendFactor": 770,
  834. "_dstBlendFactor": 771,
  835. "_spriteFrame": {
  836. "__uuid__": "bdcf8d51-55a7-4487-9c1f-fef79c0d4cdc"
  837. },
  838. "_type": 0,
  839. "_sizeMode": 1,
  840. "_fillType": 0,
  841. "_fillCenter": {
  842. "__type__": "cc.Vec2",
  843. "x": 0,
  844. "y": 0
  845. },
  846. "_fillStart": 0,
  847. "_fillRange": 0,
  848. "_isTrimmedMode": true,
  849. "_atlas": null,
  850. "_id": "889+gI4b5GxYmEZTmN54gC"
  851. },
  852. {
  853. "__type__": "cc.Node",
  854. "_name": "touch",
  855. "_objFlags": 0,
  856. "_parent": {
  857. "__id__": 7
  858. },
  859. "_children": [],
  860. "_active": true,
  861. "_components": [
  862. {
  863. "__id__": 18
  864. }
  865. ],
  866. "_prefab": null,
  867. "_opacity": 255,
  868. "_color": {
  869. "__type__": "cc.Color",
  870. "r": 255,
  871. "g": 255,
  872. "b": 255,
  873. "a": 255
  874. },
  875. "_contentSize": {
  876. "__type__": "cc.Size",
  877. "width": 194,
  878. "height": 196
  879. },
  880. "_anchorPoint": {
  881. "__type__": "cc.Vec2",
  882. "x": 0.5,
  883. "y": 0.5
  884. },
  885. "_trs": {
  886. "__type__": "TypedArray",
  887. "ctor": "Float64Array",
  888. "array": [
  889. -447.384,
  890. -165.606,
  891. 0,
  892. 0,
  893. 0,
  894. 0,
  895. 1,
  896. 0.99999,
  897. 0.99999,
  898. 0.99999
  899. ]
  900. },
  901. "_eulerAngles": {
  902. "__type__": "cc.Vec3",
  903. "x": 0,
  904. "y": 0,
  905. "z": 0
  906. },
  907. "_skewX": 0,
  908. "_skewY": 0,
  909. "_is3DNode": false,
  910. "_groupIndex": 0,
  911. "groupIndex": 0,
  912. "_id": "9div36anJBLq8HG8jDgoUc"
  913. },
  914. {
  915. "__type__": "cc.Sprite",
  916. "_name": "",
  917. "_objFlags": 0,
  918. "node": {
  919. "__id__": 17
  920. },
  921. "_enabled": true,
  922. "_materials": [
  923. {
  924. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  925. }
  926. ],
  927. "_srcBlendFactor": 770,
  928. "_dstBlendFactor": 771,
  929. "_spriteFrame": {
  930. "__uuid__": "b99646ee-ec5d-4b34-89c2-e7a73c89b621"
  931. },
  932. "_type": 0,
  933. "_sizeMode": 1,
  934. "_fillType": 0,
  935. "_fillCenter": {
  936. "__type__": "cc.Vec2",
  937. "x": 0,
  938. "y": 0
  939. },
  940. "_fillStart": 0,
  941. "_fillRange": 0,
  942. "_isTrimmedMode": true,
  943. "_atlas": null,
  944. "_id": "36tcB+72hGxpdiSRUA2Bex"
  945. },
  946. {
  947. "__type__": "e5edbNtToxGSrmf7gwyJcdY",
  948. "_name": "",
  949. "_objFlags": 0,
  950. "node": {
  951. "__id__": 7
  952. },
  953. "_enabled": true,
  954. "mTouchView": {
  955. "__id__": 17
  956. },
  957. "mCneter": {
  958. "__id__": 8
  959. },
  960. "mUp": {
  961. "__id__": 10
  962. },
  963. "mDown": {
  964. "__id__": 12
  965. },
  966. "mLeft": {
  967. "__id__": 14
  968. },
  969. "mRight": {
  970. "__id__": 16
  971. },
  972. "mTouchOn": {
  973. "__uuid__": "17eff059-f013-481e-8e55-2a1ba6baa4c5"
  974. },
  975. "mTouchOff": {
  976. "__uuid__": "bdcf8d51-55a7-4487-9c1f-fef79c0d4cdc"
  977. },
  978. "_id": "19meP1nKdDerjGynJ9HEPz"
  979. },
  980. {
  981. "__type__": "cc.Node",
  982. "_name": "New Sprite(Splash)",
  983. "_objFlags": 0,
  984. "_parent": {
  985. "__id__": 2
  986. },
  987. "_children": [],
  988. "_active": true,
  989. "_components": [
  990. {
  991. "__id__": 21
  992. }
  993. ],
  994. "_prefab": null,
  995. "_opacity": 255,
  996. "_color": {
  997. "__type__": "cc.Color",
  998. "r": 255,
  999. "g": 255,
  1000. "b": 255,
  1001. "a": 255
  1002. },
  1003. "_contentSize": {
  1004. "__type__": "cc.Size",
  1005. "width": 100,
  1006. "height": 100
  1007. },
  1008. "_anchorPoint": {
  1009. "__type__": "cc.Vec2",
  1010. "x": 0.5,
  1011. "y": 0.5
  1012. },
  1013. "_trs": {
  1014. "__type__": "TypedArray",
  1015. "ctor": "Float64Array",
  1016. "array": [
  1017. 0,
  1018. 0,
  1019. 0,
  1020. 0,
  1021. 0,
  1022. 0,
  1023. 1,
  1024. 1,
  1025. 1,
  1026. 1
  1027. ]
  1028. },
  1029. "_eulerAngles": {
  1030. "__type__": "cc.Vec3",
  1031. "x": 0,
  1032. "y": 0,
  1033. "z": 0
  1034. },
  1035. "_skewX": 0,
  1036. "_skewY": 0,
  1037. "_is3DNode": false,
  1038. "_groupIndex": 0,
  1039. "groupIndex": 0,
  1040. "_id": "ffe1arqzxA6awSwpIXZXZX"
  1041. },
  1042. {
  1043. "__type__": "cc.Sprite",
  1044. "_name": "",
  1045. "_objFlags": 0,
  1046. "node": {
  1047. "__id__": 20
  1048. },
  1049. "_enabled": true,
  1050. "_materials": [
  1051. {
  1052. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1053. }
  1054. ],
  1055. "_srcBlendFactor": 770,
  1056. "_dstBlendFactor": 771,
  1057. "_spriteFrame": {
  1058. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  1059. },
  1060. "_type": 0,
  1061. "_sizeMode": 0,
  1062. "_fillType": 0,
  1063. "_fillCenter": {
  1064. "__type__": "cc.Vec2",
  1065. "x": 0,
  1066. "y": 0
  1067. },
  1068. "_fillStart": 0,
  1069. "_fillRange": 0,
  1070. "_isTrimmedMode": true,
  1071. "_atlas": null,
  1072. "_id": "85TPUcWdlJ1oDoiYBFkqbM"
  1073. },
  1074. {
  1075. "__type__": "cc.Canvas",
  1076. "_name": "",
  1077. "_objFlags": 0,
  1078. "node": {
  1079. "__id__": 2
  1080. },
  1081. "_enabled": true,
  1082. "_designResolution": {
  1083. "__type__": "cc.Size",
  1084. "width": 1280,
  1085. "height": 720
  1086. },
  1087. "_fitWidth": false,
  1088. "_fitHeight": true,
  1089. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  1090. },
  1091. {
  1092. "__type__": "cc.Widget",
  1093. "_name": "",
  1094. "_objFlags": 0,
  1095. "node": {
  1096. "__id__": 2
  1097. },
  1098. "_enabled": true,
  1099. "alignMode": 1,
  1100. "_target": null,
  1101. "_alignFlags": 45,
  1102. "_left": 0,
  1103. "_right": 0,
  1104. "_top": 0,
  1105. "_bottom": 0,
  1106. "_verticalCenter": 0,
  1107. "_horizontalCenter": 0,
  1108. "_isAbsLeft": true,
  1109. "_isAbsRight": true,
  1110. "_isAbsTop": true,
  1111. "_isAbsBottom": true,
  1112. "_isAbsHorizontalCenter": true,
  1113. "_isAbsVerticalCenter": true,
  1114. "_originalWidth": 0,
  1115. "_originalHeight": 0,
  1116. "_id": "29zXboiXFBKoIV4PQ2liTe"
  1117. },
  1118. {
  1119. "__type__": "a46c5id+19HWL+jnpHgrBHp",
  1120. "_name": "",
  1121. "_objFlags": 0,
  1122. "node": {
  1123. "__id__": 2
  1124. },
  1125. "_enabled": true,
  1126. "joystick": {
  1127. "__id__": 19
  1128. },
  1129. "mMoveNode": {
  1130. "__id__": 20
  1131. },
  1132. "_id": "1ds4+1JcZKBb3ADawk4IFy"
  1133. }
  1134. ]