HandCardPrefab.prefab 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "bcHandCardPrefab",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 4
  25. },
  26. {
  27. "__id__": 6
  28. },
  29. {
  30. "__id__": 18
  31. }
  32. ],
  33. "_active": true,
  34. "_components": [
  35. {
  36. "__id__": 20
  37. },
  38. {
  39. "__id__": 21
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 22
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 1300,
  56. "height": 120
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 1,
  61. "y": 0.5
  62. },
  63. "_trs": {
  64. "__type__": "TypedArray",
  65. "ctor": "Float64Array",
  66. "array": [
  67. -158.588,
  68. -288,
  69. 0,
  70. 0,
  71. 0,
  72. 0,
  73. 1,
  74. 0.8,
  75. 0.8,
  76. 1
  77. ]
  78. },
  79. "_eulerAngles": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_skewX": 0,
  86. "_skewY": 0,
  87. "_is3DNode": false,
  88. "_groupIndex": 0,
  89. "groupIndex": 0,
  90. "_id": ""
  91. },
  92. {
  93. "__type__": "cc.Node",
  94. "_name": "CurrentCard",
  95. "_objFlags": 0,
  96. "_parent": {
  97. "__id__": 1
  98. },
  99. "_children": [],
  100. "_active": true,
  101. "_components": [],
  102. "_prefab": {
  103. "__id__": 3
  104. },
  105. "_opacity": 255,
  106. "_color": {
  107. "__type__": "cc.Color",
  108. "r": 255,
  109. "g": 255,
  110. "b": 255,
  111. "a": 255
  112. },
  113. "_contentSize": {
  114. "__type__": "cc.Size",
  115. "width": 0,
  116. "height": 0
  117. },
  118. "_anchorPoint": {
  119. "__type__": "cc.Vec2",
  120. "x": 0.5,
  121. "y": 0.5
  122. },
  123. "_trs": {
  124. "__type__": "TypedArray",
  125. "ctor": "Float64Array",
  126. "array": [
  127. 0,
  128. 0,
  129. 0,
  130. 0,
  131. 0,
  132. 0,
  133. 1,
  134. 1,
  135. 1,
  136. 1
  137. ]
  138. },
  139. "_eulerAngles": {
  140. "__type__": "cc.Vec3",
  141. "x": 0,
  142. "y": 0,
  143. "z": 0
  144. },
  145. "_skewX": 0,
  146. "_skewY": 0,
  147. "_is3DNode": false,
  148. "_groupIndex": 0,
  149. "groupIndex": 0,
  150. "_id": ""
  151. },
  152. {
  153. "__type__": "cc.PrefabInfo",
  154. "root": {
  155. "__id__": 1
  156. },
  157. "asset": {
  158. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  159. },
  160. "fileId": "54WcqTa35J+6+oTVZ9Co+k",
  161. "sync": false
  162. },
  163. {
  164. "__type__": "cc.Node",
  165. "_name": "CardParent",
  166. "_objFlags": 0,
  167. "_parent": {
  168. "__id__": 1
  169. },
  170. "_children": [],
  171. "_active": true,
  172. "_components": [],
  173. "_prefab": {
  174. "__id__": 5
  175. },
  176. "_opacity": 255,
  177. "_color": {
  178. "__type__": "cc.Color",
  179. "r": 255,
  180. "g": 255,
  181. "b": 255,
  182. "a": 255
  183. },
  184. "_contentSize": {
  185. "__type__": "cc.Size",
  186. "width": 0,
  187. "height": 120
  188. },
  189. "_anchorPoint": {
  190. "__type__": "cc.Vec2",
  191. "x": 1,
  192. "y": 0
  193. },
  194. "_trs": {
  195. "__type__": "TypedArray",
  196. "ctor": "Float64Array",
  197. "array": [
  198. -114,
  199. 0,
  200. 0,
  201. 0,
  202. 0,
  203. 0,
  204. 1,
  205. 1,
  206. 1,
  207. 1
  208. ]
  209. },
  210. "_eulerAngles": {
  211. "__type__": "cc.Vec3",
  212. "x": 0,
  213. "y": 0,
  214. "z": 0
  215. },
  216. "_skewX": 0,
  217. "_skewY": 0,
  218. "_is3DNode": false,
  219. "_groupIndex": 0,
  220. "groupIndex": 0,
  221. "_id": ""
  222. },
  223. {
  224. "__type__": "cc.PrefabInfo",
  225. "root": {
  226. "__id__": 1
  227. },
  228. "asset": {
  229. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  230. },
  231. "fileId": "0ei5d37pBHAaC5TcNteVZo",
  232. "sync": false
  233. },
  234. {
  235. "__type__": "cc.Node",
  236. "_name": "Weave",
  237. "_objFlags": 0,
  238. "_parent": {
  239. "__id__": 1
  240. },
  241. "_children": [
  242. {
  243. "__id__": 7
  244. },
  245. {
  246. "__id__": 9
  247. },
  248. {
  249. "__id__": 11
  250. },
  251. {
  252. "__id__": 13
  253. },
  254. {
  255. "__id__": 15
  256. }
  257. ],
  258. "_active": true,
  259. "_components": [],
  260. "_prefab": {
  261. "__id__": 17
  262. },
  263. "_opacity": 255,
  264. "_color": {
  265. "__type__": "cc.Color",
  266. "r": 255,
  267. "g": 255,
  268. "b": 255,
  269. "a": 255
  270. },
  271. "_contentSize": {
  272. "__type__": "cc.Size",
  273. "width": 0,
  274. "height": 0
  275. },
  276. "_anchorPoint": {
  277. "__type__": "cc.Vec2",
  278. "x": 0.5,
  279. "y": 0.5
  280. },
  281. "_trs": {
  282. "__type__": "TypedArray",
  283. "ctor": "Float64Array",
  284. "array": [
  285. 0,
  286. 0,
  287. 0,
  288. 0,
  289. 0,
  290. 0,
  291. 1,
  292. 1,
  293. 1,
  294. 1
  295. ]
  296. },
  297. "_eulerAngles": {
  298. "__type__": "cc.Vec3",
  299. "x": 0,
  300. "y": 0,
  301. "z": 0
  302. },
  303. "_skewX": 0,
  304. "_skewY": 0,
  305. "_is3DNode": false,
  306. "_groupIndex": 0,
  307. "groupIndex": 0,
  308. "_id": ""
  309. },
  310. {
  311. "__type__": "cc.Node",
  312. "_name": "bcWeavePos",
  313. "_objFlags": 0,
  314. "_parent": {
  315. "__id__": 6
  316. },
  317. "_children": [],
  318. "_active": true,
  319. "_components": [],
  320. "_prefab": {
  321. "__id__": 8
  322. },
  323. "_opacity": 255,
  324. "_color": {
  325. "__type__": "cc.Color",
  326. "r": 255,
  327. "g": 255,
  328. "b": 255,
  329. "a": 255
  330. },
  331. "_contentSize": {
  332. "__type__": "cc.Size",
  333. "width": 271,
  334. "height": 122
  335. },
  336. "_anchorPoint": {
  337. "__type__": "cc.Vec2",
  338. "x": 0,
  339. "y": 0.5
  340. },
  341. "_trs": {
  342. "__type__": "TypedArray",
  343. "ctor": "Float64Array",
  344. "array": [
  345. -530,
  346. -7,
  347. 0,
  348. 0,
  349. 0,
  350. 0,
  351. 1,
  352. 0.85,
  353. 0.85,
  354. 1
  355. ]
  356. },
  357. "_eulerAngles": {
  358. "__type__": "cc.Vec3",
  359. "x": 0,
  360. "y": 0,
  361. "z": 0
  362. },
  363. "_skewX": 0,
  364. "_skewY": 0,
  365. "_is3DNode": false,
  366. "_groupIndex": 0,
  367. "groupIndex": 0,
  368. "_id": ""
  369. },
  370. {
  371. "__type__": "cc.PrefabInfo",
  372. "root": {
  373. "__id__": 1
  374. },
  375. "asset": {
  376. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  377. },
  378. "fileId": "b986MLOnxPC743F08HkBoh",
  379. "sync": false
  380. },
  381. {
  382. "__type__": "cc.Node",
  383. "_name": "bcWeavePos",
  384. "_objFlags": 0,
  385. "_parent": {
  386. "__id__": 6
  387. },
  388. "_children": [],
  389. "_active": true,
  390. "_components": [],
  391. "_prefab": {
  392. "__id__": 10
  393. },
  394. "_opacity": 255,
  395. "_color": {
  396. "__type__": "cc.Color",
  397. "r": 255,
  398. "g": 255,
  399. "b": 255,
  400. "a": 255
  401. },
  402. "_contentSize": {
  403. "__type__": "cc.Size",
  404. "width": 271,
  405. "height": 122
  406. },
  407. "_anchorPoint": {
  408. "__type__": "cc.Vec2",
  409. "x": 0,
  410. "y": 0.5
  411. },
  412. "_trs": {
  413. "__type__": "TypedArray",
  414. "ctor": "Float64Array",
  415. "array": [
  416. -760,
  417. -7,
  418. 0,
  419. 0,
  420. 0,
  421. 0,
  422. 1,
  423. 0.85,
  424. 0.85,
  425. 1
  426. ]
  427. },
  428. "_eulerAngles": {
  429. "__type__": "cc.Vec3",
  430. "x": 0,
  431. "y": 0,
  432. "z": 0
  433. },
  434. "_skewX": 0,
  435. "_skewY": 0,
  436. "_is3DNode": false,
  437. "_groupIndex": 0,
  438. "groupIndex": 0,
  439. "_id": ""
  440. },
  441. {
  442. "__type__": "cc.PrefabInfo",
  443. "root": {
  444. "__id__": 1
  445. },
  446. "asset": {
  447. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  448. },
  449. "fileId": "7ez9xac41HE52XjJSPeiMh",
  450. "sync": false
  451. },
  452. {
  453. "__type__": "cc.Node",
  454. "_name": "bcWeavePos",
  455. "_objFlags": 0,
  456. "_parent": {
  457. "__id__": 6
  458. },
  459. "_children": [],
  460. "_active": true,
  461. "_components": [],
  462. "_prefab": {
  463. "__id__": 12
  464. },
  465. "_opacity": 255,
  466. "_color": {
  467. "__type__": "cc.Color",
  468. "r": 255,
  469. "g": 255,
  470. "b": 255,
  471. "a": 255
  472. },
  473. "_contentSize": {
  474. "__type__": "cc.Size",
  475. "width": 271,
  476. "height": 122
  477. },
  478. "_anchorPoint": {
  479. "__type__": "cc.Vec2",
  480. "x": 0,
  481. "y": 0.5
  482. },
  483. "_trs": {
  484. "__type__": "TypedArray",
  485. "ctor": "Float64Array",
  486. "array": [
  487. -990,
  488. -7,
  489. 0,
  490. 0,
  491. 0,
  492. 0,
  493. 1,
  494. 0.85,
  495. 0.85,
  496. 1
  497. ]
  498. },
  499. "_eulerAngles": {
  500. "__type__": "cc.Vec3",
  501. "x": 0,
  502. "y": 0,
  503. "z": 0
  504. },
  505. "_skewX": 0,
  506. "_skewY": 0,
  507. "_is3DNode": false,
  508. "_groupIndex": 0,
  509. "groupIndex": 0,
  510. "_id": ""
  511. },
  512. {
  513. "__type__": "cc.PrefabInfo",
  514. "root": {
  515. "__id__": 1
  516. },
  517. "asset": {
  518. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  519. },
  520. "fileId": "a5UAtAmGlBFIIudlBfTkUS",
  521. "sync": false
  522. },
  523. {
  524. "__type__": "cc.Node",
  525. "_name": "bcWeavePos",
  526. "_objFlags": 0,
  527. "_parent": {
  528. "__id__": 6
  529. },
  530. "_children": [],
  531. "_active": true,
  532. "_components": [],
  533. "_prefab": {
  534. "__id__": 14
  535. },
  536. "_opacity": 255,
  537. "_color": {
  538. "__type__": "cc.Color",
  539. "r": 255,
  540. "g": 255,
  541. "b": 255,
  542. "a": 255
  543. },
  544. "_contentSize": {
  545. "__type__": "cc.Size",
  546. "width": 271,
  547. "height": 122
  548. },
  549. "_anchorPoint": {
  550. "__type__": "cc.Vec2",
  551. "x": 0,
  552. "y": 0.5
  553. },
  554. "_trs": {
  555. "__type__": "TypedArray",
  556. "ctor": "Float64Array",
  557. "array": [
  558. -1220,
  559. -7,
  560. 0,
  561. 0,
  562. 0,
  563. 0,
  564. 1,
  565. 0.85,
  566. 0.85,
  567. 1
  568. ]
  569. },
  570. "_eulerAngles": {
  571. "__type__": "cc.Vec3",
  572. "x": 0,
  573. "y": 0,
  574. "z": 0
  575. },
  576. "_skewX": 0,
  577. "_skewY": 0,
  578. "_is3DNode": false,
  579. "_groupIndex": 0,
  580. "groupIndex": 0,
  581. "_id": ""
  582. },
  583. {
  584. "__type__": "cc.PrefabInfo",
  585. "root": {
  586. "__id__": 1
  587. },
  588. "asset": {
  589. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  590. },
  591. "fileId": "12iFIQ0fZCoJd175qtMLZY",
  592. "sync": false
  593. },
  594. {
  595. "__type__": "cc.Node",
  596. "_name": "bcWeavePos",
  597. "_objFlags": 0,
  598. "_parent": {
  599. "__id__": 6
  600. },
  601. "_children": [],
  602. "_active": true,
  603. "_components": [],
  604. "_prefab": {
  605. "__id__": 16
  606. },
  607. "_opacity": 255,
  608. "_color": {
  609. "__type__": "cc.Color",
  610. "r": 255,
  611. "g": 255,
  612. "b": 255,
  613. "a": 255
  614. },
  615. "_contentSize": {
  616. "__type__": "cc.Size",
  617. "width": 271,
  618. "height": 122
  619. },
  620. "_anchorPoint": {
  621. "__type__": "cc.Vec2",
  622. "x": 0,
  623. "y": 0.5
  624. },
  625. "_trs": {
  626. "__type__": "TypedArray",
  627. "ctor": "Float64Array",
  628. "array": [
  629. -1450,
  630. -7,
  631. 0,
  632. 0,
  633. 0,
  634. 0,
  635. 1,
  636. 0.85,
  637. 0.85,
  638. 1
  639. ]
  640. },
  641. "_eulerAngles": {
  642. "__type__": "cc.Vec3",
  643. "x": 0,
  644. "y": 0,
  645. "z": 0
  646. },
  647. "_skewX": 0,
  648. "_skewY": 0,
  649. "_is3DNode": false,
  650. "_groupIndex": 0,
  651. "groupIndex": 0,
  652. "_id": ""
  653. },
  654. {
  655. "__type__": "cc.PrefabInfo",
  656. "root": {
  657. "__id__": 1
  658. },
  659. "asset": {
  660. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  661. },
  662. "fileId": "1cmS3/RT5ChKF1YOZ3Q9ED",
  663. "sync": true
  664. },
  665. {
  666. "__type__": "cc.PrefabInfo",
  667. "root": {
  668. "__id__": 1
  669. },
  670. "asset": {
  671. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  672. },
  673. "fileId": "af9NAmftVC768u7NNbD0xC",
  674. "sync": false
  675. },
  676. {
  677. "__type__": "cc.Node",
  678. "_name": "Touch",
  679. "_objFlags": 0,
  680. "_parent": {
  681. "__id__": 1
  682. },
  683. "_children": [],
  684. "_active": true,
  685. "_components": [],
  686. "_prefab": {
  687. "__id__": 19
  688. },
  689. "_opacity": 255,
  690. "_color": {
  691. "__type__": "cc.Color",
  692. "r": 255,
  693. "g": 255,
  694. "b": 255,
  695. "a": 255
  696. },
  697. "_contentSize": {
  698. "__type__": "cc.Size",
  699. "width": 1280,
  700. "height": 720
  701. },
  702. "_anchorPoint": {
  703. "__type__": "cc.Vec2",
  704. "x": 0.5,
  705. "y": 0.5
  706. },
  707. "_trs": {
  708. "__type__": "TypedArray",
  709. "ctor": "Float64Array",
  710. "array": [
  711. -663.871,
  712. 288,
  713. 0,
  714. 0,
  715. 0,
  716. 0,
  717. 1,
  718. 1.25,
  719. 1.25,
  720. 1
  721. ]
  722. },
  723. "_eulerAngles": {
  724. "__type__": "cc.Vec3",
  725. "x": 0,
  726. "y": 0,
  727. "z": 0
  728. },
  729. "_skewX": 0,
  730. "_skewY": 0,
  731. "_is3DNode": false,
  732. "_groupIndex": 0,
  733. "groupIndex": 0,
  734. "_id": ""
  735. },
  736. {
  737. "__type__": "cc.PrefabInfo",
  738. "root": {
  739. "__id__": 1
  740. },
  741. "asset": {
  742. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  743. },
  744. "fileId": "07vEGutYhI8YbTmkgOjX0m",
  745. "sync": false
  746. },
  747. {
  748. "__type__": "65ffepevg1GXaya283wNM0C",
  749. "_name": "",
  750. "_objFlags": 0,
  751. "node": {
  752. "__id__": 1
  753. },
  754. "_enabled": true,
  755. "m_WeaveParent": [
  756. {
  757. "__id__": 15
  758. },
  759. {
  760. "__id__": 13
  761. },
  762. {
  763. "__id__": 11
  764. },
  765. {
  766. "__id__": 9
  767. },
  768. {
  769. "__id__": 7
  770. }
  771. ],
  772. "m_WeavePrefab": {
  773. "__uuid__": "c2e289e2-5d8e-458e-bed5-38c3e6ec6668"
  774. },
  775. "m_WeaveItem": {
  776. "__uuid__": "b60839ba-8aad-4b4d-a8be-4372a7ea2488"
  777. },
  778. "_id": ""
  779. },
  780. {
  781. "__type__": "a3db71VnsZE4ZahjIO/6BIN",
  782. "_name": "",
  783. "_objFlags": 0,
  784. "node": {
  785. "__id__": 1
  786. },
  787. "_enabled": true,
  788. "m_CardParent": {
  789. "__id__": 4
  790. },
  791. "m_Atlas": {
  792. "__uuid__": "8fde99ee-edd3-485e-9c1c-f124e953fe09"
  793. },
  794. "m_CardItem": {
  795. "__uuid__": "b60839ba-8aad-4b4d-a8be-4372a7ea2488"
  796. },
  797. "m_HandState": 2,
  798. "m_CurrentCard": {
  799. "__id__": 2
  800. },
  801. "_id": ""
  802. },
  803. {
  804. "__type__": "cc.PrefabInfo",
  805. "root": {
  806. "__id__": 1
  807. },
  808. "asset": {
  809. "__uuid__": "249b6078-68d2-4c47-8919-9cb2c8f889d6"
  810. },
  811. "fileId": "",
  812. "sync": false
  813. }
  814. ]