TaskMask.prefab 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  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": "TaskMask",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 14
  28. },
  29. {
  30. "__id__": 17
  31. }
  32. ],
  33. "_active": true,
  34. "_level": 1,
  35. "_components": [
  36. {
  37. "__id__": 22
  38. }
  39. ],
  40. "_prefab": {
  41. "__id__": 23
  42. },
  43. "_opacity": 255,
  44. "_color": {
  45. "__type__": "cc.Color",
  46. "r": 0,
  47. "g": 0,
  48. "b": 0,
  49. "a": 255
  50. },
  51. "_contentSize": {
  52. "__type__": "cc.Size",
  53. "width": 720,
  54. "height": 1280
  55. },
  56. "_anchorPoint": {
  57. "__type__": "cc.Vec2",
  58. "x": 0.5,
  59. "y": 0.5
  60. },
  61. "_position": {
  62. "__type__": "cc.Vec3",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0
  66. },
  67. "_scale": {
  68. "__type__": "cc.Vec3",
  69. "x": 1,
  70. "y": 1,
  71. "z": 1
  72. },
  73. "_eulerAngles": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_skewX": 0,
  80. "_skewY": 0,
  81. "_is3DNode": false,
  82. "groupIndex": 1,
  83. "_id": ""
  84. },
  85. {
  86. "__type__": "cc.Node",
  87. "_name": "BlockInput",
  88. "_objFlags": 0,
  89. "_parent": {
  90. "__id__": 1
  91. },
  92. "_children": [],
  93. "_active": true,
  94. "_level": 2,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. }
  99. ],
  100. "_prefab": {
  101. "__id__": 4
  102. },
  103. "_opacity": 255,
  104. "_color": {
  105. "__type__": "cc.Color",
  106. "r": 255,
  107. "g": 255,
  108. "b": 255,
  109. "a": 255
  110. },
  111. "_contentSize": {
  112. "__type__": "cc.Size",
  113. "width": 2000,
  114. "height": 2500
  115. },
  116. "_anchorPoint": {
  117. "__type__": "cc.Vec2",
  118. "x": 0.5,
  119. "y": 0.5
  120. },
  121. "_position": {
  122. "__type__": "cc.Vec3",
  123. "x": 0,
  124. "y": 0,
  125. "z": 0
  126. },
  127. "_scale": {
  128. "__type__": "cc.Vec3",
  129. "x": 1,
  130. "y": 1,
  131. "z": 1
  132. },
  133. "_eulerAngles": {
  134. "__type__": "cc.Vec3",
  135. "x": 0,
  136. "y": 0,
  137. "z": 0
  138. },
  139. "_skewX": 0,
  140. "_skewY": 0,
  141. "_is3DNode": false,
  142. "groupIndex": 0,
  143. "_id": ""
  144. },
  145. {
  146. "__type__": "cc.BlockInputEvents",
  147. "_name": "",
  148. "_objFlags": 0,
  149. "node": {
  150. "__id__": 2
  151. },
  152. "_enabled": true,
  153. "_id": ""
  154. },
  155. {
  156. "__type__": "cc.PrefabInfo",
  157. "root": {
  158. "__id__": 1
  159. },
  160. "asset": {
  161. "__uuid__": "a7261ee4-b011-4719-9bf6-ff2cba8e268e"
  162. },
  163. "fileId": "79ktoFloNH3ZdNfLh+X5Db",
  164. "sync": false
  165. },
  166. {
  167. "__type__": "cc.Node",
  168. "_name": "Mask",
  169. "_objFlags": 0,
  170. "_parent": {
  171. "__id__": 1
  172. },
  173. "_children": [
  174. {
  175. "__id__": 6
  176. }
  177. ],
  178. "_active": true,
  179. "_level": 2,
  180. "_components": [
  181. {
  182. "__id__": 10
  183. },
  184. {
  185. "__id__": 11
  186. },
  187. {
  188. "__id__": 12
  189. }
  190. ],
  191. "_prefab": {
  192. "__id__": 13
  193. },
  194. "_opacity": 162,
  195. "_color": {
  196. "__type__": "cc.Color",
  197. "r": 68,
  198. "g": 66,
  199. "b": 66,
  200. "a": 255
  201. },
  202. "_contentSize": {
  203. "__type__": "cc.Size",
  204. "width": 100,
  205. "height": 100
  206. },
  207. "_anchorPoint": {
  208. "__type__": "cc.Vec2",
  209. "x": 0.5,
  210. "y": 0.5
  211. },
  212. "_position": {
  213. "__type__": "cc.Vec3",
  214. "x": 0,
  215. "y": 0,
  216. "z": 0
  217. },
  218. "_scale": {
  219. "__type__": "cc.Vec3",
  220. "x": 1,
  221. "y": 1,
  222. "z": 1
  223. },
  224. "_eulerAngles": {
  225. "__type__": "cc.Vec3",
  226. "x": 0,
  227. "y": 0,
  228. "z": 0
  229. },
  230. "_skewX": 0,
  231. "_skewY": 0,
  232. "_is3DNode": false,
  233. "groupIndex": 0,
  234. "_id": ""
  235. },
  236. {
  237. "__type__": "cc.Node",
  238. "_name": "Bg",
  239. "_objFlags": 0,
  240. "_parent": {
  241. "__id__": 5
  242. },
  243. "_children": [],
  244. "_active": true,
  245. "_level": 2,
  246. "_components": [
  247. {
  248. "__id__": 7
  249. },
  250. {
  251. "__id__": 8
  252. }
  253. ],
  254. "_prefab": {
  255. "__id__": 9
  256. },
  257. "_opacity": 255,
  258. "_color": {
  259. "__type__": "cc.Color",
  260. "r": 0,
  261. "g": 0,
  262. "b": 0,
  263. "a": 255
  264. },
  265. "_contentSize": {
  266. "__type__": "cc.Size",
  267. "width": 2000,
  268. "height": 2500
  269. },
  270. "_anchorPoint": {
  271. "__type__": "cc.Vec2",
  272. "x": 0.5,
  273. "y": 0.5
  274. },
  275. "_position": {
  276. "__type__": "cc.Vec3",
  277. "x": 0,
  278. "y": 0,
  279. "z": 0
  280. },
  281. "_scale": {
  282. "__type__": "cc.Vec3",
  283. "x": 1,
  284. "y": 1,
  285. "z": 1
  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. "_id": ""
  298. },
  299. {
  300. "__type__": "cc.Sprite",
  301. "_name": "",
  302. "_objFlags": 0,
  303. "node": {
  304. "__id__": 6
  305. },
  306. "_enabled": true,
  307. "_materials": [
  308. {
  309. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  310. }
  311. ],
  312. "_srcBlendFactor": 770,
  313. "_dstBlendFactor": 771,
  314. "_spriteFrame": {
  315. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  316. },
  317. "_type": 0,
  318. "_sizeMode": 0,
  319. "_fillType": 0,
  320. "_fillCenter": {
  321. "__type__": "cc.Vec2",
  322. "x": 0,
  323. "y": 0
  324. },
  325. "_fillStart": 0,
  326. "_fillRange": 0,
  327. "_isTrimmedMode": true,
  328. "_atlas": null,
  329. "_id": ""
  330. },
  331. {
  332. "__type__": "cc.Widget",
  333. "_name": "",
  334. "_objFlags": 0,
  335. "node": {
  336. "__id__": 6
  337. },
  338. "_enabled": true,
  339. "alignMode": 2,
  340. "_target": null,
  341. "_alignFlags": 45,
  342. "_left": -950,
  343. "_right": -950,
  344. "_top": -1200,
  345. "_bottom": -1200,
  346. "_verticalCenter": 0,
  347. "_horizontalCenter": 0,
  348. "_isAbsLeft": true,
  349. "_isAbsRight": true,
  350. "_isAbsTop": true,
  351. "_isAbsBottom": true,
  352. "_isAbsHorizontalCenter": true,
  353. "_isAbsVerticalCenter": true,
  354. "_originalWidth": 2000,
  355. "_originalHeight": 2000,
  356. "_id": ""
  357. },
  358. {
  359. "__type__": "cc.PrefabInfo",
  360. "root": {
  361. "__id__": 1
  362. },
  363. "asset": {
  364. "__uuid__": "a7261ee4-b011-4719-9bf6-ff2cba8e268e"
  365. },
  366. "fileId": "0fwr932kJOl5jr3iD6xp4j",
  367. "sync": false
  368. },
  369. {
  370. "__type__": "cc.Mask",
  371. "_name": "",
  372. "_objFlags": 0,
  373. "node": {
  374. "__id__": 5
  375. },
  376. "_enabled": true,
  377. "_materials": [
  378. {
  379. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  380. }
  381. ],
  382. "_spriteFrame": null,
  383. "_type": 1,
  384. "_segments": 64,
  385. "_N$alphaThreshold": 0,
  386. "_N$inverted": true,
  387. "_id": ""
  388. },
  389. {
  390. "__type__": "8eb41MQW9dHiZu9F1Y4yVv1",
  391. "_name": "",
  392. "_objFlags": 0,
  393. "node": {
  394. "__id__": 5
  395. },
  396. "_enabled": true,
  397. "_id": ""
  398. },
  399. {
  400. "__type__": "cc.PolygonCollider",
  401. "_name": "",
  402. "_objFlags": 0,
  403. "node": {
  404. "__id__": 5
  405. },
  406. "_enabled": true,
  407. "tag": 0,
  408. "_offset": {
  409. "__type__": "cc.Vec2",
  410. "x": 0,
  411. "y": 0
  412. },
  413. "points": [
  414. {
  415. "__type__": "cc.Vec2",
  416. "x": -50,
  417. "y": -50
  418. },
  419. {
  420. "__type__": "cc.Vec2",
  421. "x": -50,
  422. "y": 50
  423. },
  424. {
  425. "__type__": "cc.Vec2",
  426. "x": 50,
  427. "y": 50
  428. },
  429. {
  430. "__type__": "cc.Vec2",
  431. "x": 50,
  432. "y": -50
  433. }
  434. ],
  435. "_id": ""
  436. },
  437. {
  438. "__type__": "cc.PrefabInfo",
  439. "root": {
  440. "__id__": 1
  441. },
  442. "asset": {
  443. "__uuid__": "a7261ee4-b011-4719-9bf6-ff2cba8e268e"
  444. },
  445. "fileId": "0bmX0R1lxKKb0aLeMOxLYs",
  446. "sync": false
  447. },
  448. {
  449. "__type__": "cc.Node",
  450. "_name": "TouchMask",
  451. "_objFlags": 0,
  452. "_parent": {
  453. "__id__": 1
  454. },
  455. "_children": [],
  456. "_active": true,
  457. "_level": 2,
  458. "_components": [
  459. {
  460. "__id__": 15
  461. }
  462. ],
  463. "_prefab": {
  464. "__id__": 16
  465. },
  466. "_opacity": 255,
  467. "_color": {
  468. "__type__": "cc.Color",
  469. "r": 255,
  470. "g": 255,
  471. "b": 255,
  472. "a": 255
  473. },
  474. "_contentSize": {
  475. "__type__": "cc.Size",
  476. "width": 100,
  477. "height": 100
  478. },
  479. "_anchorPoint": {
  480. "__type__": "cc.Vec2",
  481. "x": 0.5,
  482. "y": 0.5
  483. },
  484. "_position": {
  485. "__type__": "cc.Vec3",
  486. "x": 0,
  487. "y": 0,
  488. "z": 0
  489. },
  490. "_scale": {
  491. "__type__": "cc.Vec3",
  492. "x": 1,
  493. "y": 1,
  494. "z": 1
  495. },
  496. "_eulerAngles": {
  497. "__type__": "cc.Vec3",
  498. "x": 0,
  499. "y": 0,
  500. "z": 0
  501. },
  502. "_skewX": 0,
  503. "_skewY": 0,
  504. "_is3DNode": false,
  505. "groupIndex": 0,
  506. "_id": ""
  507. },
  508. {
  509. "__type__": "cc.Sprite",
  510. "_name": "",
  511. "_objFlags": 0,
  512. "node": {
  513. "__id__": 14
  514. },
  515. "_enabled": false,
  516. "_materials": [
  517. {
  518. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  519. }
  520. ],
  521. "_srcBlendFactor": 770,
  522. "_dstBlendFactor": 771,
  523. "_spriteFrame": {
  524. "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061"
  525. },
  526. "_type": 0,
  527. "_sizeMode": 0,
  528. "_fillType": 0,
  529. "_fillCenter": {
  530. "__type__": "cc.Vec2",
  531. "x": 0,
  532. "y": 0
  533. },
  534. "_fillStart": 0,
  535. "_fillRange": 0,
  536. "_isTrimmedMode": true,
  537. "_atlas": null,
  538. "_id": ""
  539. },
  540. {
  541. "__type__": "cc.PrefabInfo",
  542. "root": {
  543. "__id__": 1
  544. },
  545. "asset": {
  546. "__uuid__": "a7261ee4-b011-4719-9bf6-ff2cba8e268e"
  547. },
  548. "fileId": "b8pXrAyRRD5oj6n0EctTgm",
  549. "sync": false
  550. },
  551. {
  552. "__type__": "cc.Node",
  553. "_name": "Arrow",
  554. "_objFlags": 0,
  555. "_parent": {
  556. "__id__": 1
  557. },
  558. "_children": [
  559. {
  560. "__id__": 18
  561. }
  562. ],
  563. "_active": true,
  564. "_level": 2,
  565. "_components": [],
  566. "_prefab": {
  567. "__id__": 21
  568. },
  569. "_opacity": 255,
  570. "_color": {
  571. "__type__": "cc.Color",
  572. "r": 255,
  573. "g": 255,
  574. "b": 255,
  575. "a": 255
  576. },
  577. "_contentSize": {
  578. "__type__": "cc.Size",
  579. "width": 0,
  580. "height": 0
  581. },
  582. "_anchorPoint": {
  583. "__type__": "cc.Vec2",
  584. "x": 0.5,
  585. "y": 0.5
  586. },
  587. "_position": {
  588. "__type__": "cc.Vec3",
  589. "x": 0,
  590. "y": 0,
  591. "z": 0
  592. },
  593. "_scale": {
  594. "__type__": "cc.Vec3",
  595. "x": 1,
  596. "y": 1,
  597. "z": 1
  598. },
  599. "_eulerAngles": {
  600. "__type__": "cc.Vec3",
  601. "x": 0,
  602. "y": 0,
  603. "z": 0
  604. },
  605. "_skewX": 0,
  606. "_skewY": 0,
  607. "_is3DNode": false,
  608. "groupIndex": 0,
  609. "_id": ""
  610. },
  611. {
  612. "__type__": "cc.Node",
  613. "_name": "BuildTips_07",
  614. "_objFlags": 0,
  615. "_parent": {
  616. "__id__": 17
  617. },
  618. "_children": [],
  619. "_active": true,
  620. "_level": 3,
  621. "_components": [
  622. {
  623. "__id__": 19
  624. }
  625. ],
  626. "_prefab": {
  627. "__id__": 20
  628. },
  629. "_opacity": 255,
  630. "_color": {
  631. "__type__": "cc.Color",
  632. "r": 255,
  633. "g": 255,
  634. "b": 255,
  635. "a": 255
  636. },
  637. "_contentSize": {
  638. "__type__": "cc.Size",
  639. "width": 178,
  640. "height": 161
  641. },
  642. "_anchorPoint": {
  643. "__type__": "cc.Vec2",
  644. "x": 0.5,
  645. "y": 0.5
  646. },
  647. "_position": {
  648. "__type__": "cc.Vec3",
  649. "x": 34,
  650. "y": 43,
  651. "z": 0
  652. },
  653. "_scale": {
  654. "__type__": "cc.Vec3",
  655. "x": 0.47,
  656. "y": 0.47,
  657. "z": 1
  658. },
  659. "_eulerAngles": {
  660. "__type__": "cc.Vec3",
  661. "x": 0,
  662. "y": 0,
  663. "z": -31.999999999999993
  664. },
  665. "_skewX": 0,
  666. "_skewY": 0,
  667. "_is3DNode": false,
  668. "groupIndex": 0,
  669. "_id": ""
  670. },
  671. {
  672. "__type__": "cc.Sprite",
  673. "_name": "",
  674. "_objFlags": 0,
  675. "node": {
  676. "__id__": 18
  677. },
  678. "_enabled": true,
  679. "_materials": [
  680. {
  681. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  682. }
  683. ],
  684. "_srcBlendFactor": 770,
  685. "_dstBlendFactor": 771,
  686. "_spriteFrame": {
  687. "__uuid__": "00af3077-ae19-4373-92a5-b351fd06e081"
  688. },
  689. "_type": 0,
  690. "_sizeMode": 1,
  691. "_fillType": 0,
  692. "_fillCenter": {
  693. "__type__": "cc.Vec2",
  694. "x": 0,
  695. "y": 0
  696. },
  697. "_fillStart": 0,
  698. "_fillRange": 0,
  699. "_isTrimmedMode": true,
  700. "_atlas": null,
  701. "_id": ""
  702. },
  703. {
  704. "__type__": "cc.PrefabInfo",
  705. "root": {
  706. "__id__": 1
  707. },
  708. "asset": {
  709. "__uuid__": "a7261ee4-b011-4719-9bf6-ff2cba8e268e"
  710. },
  711. "fileId": "cbXFyfa1BOQJEz/f9zQMh1",
  712. "sync": false
  713. },
  714. {
  715. "__type__": "cc.PrefabInfo",
  716. "root": {
  717. "__id__": 1
  718. },
  719. "asset": {
  720. "__uuid__": "a7261ee4-b011-4719-9bf6-ff2cba8e268e"
  721. },
  722. "fileId": "a4RyHwgYVEdLYmiHKfJ/Zm",
  723. "sync": false
  724. },
  725. {
  726. "__type__": "d59ecyPzqFLpbBzjVpgs/fh",
  727. "_name": "",
  728. "_objFlags": 0,
  729. "node": {
  730. "__id__": 1
  731. },
  732. "_enabled": true,
  733. "stencil": {
  734. "__id__": 5
  735. },
  736. "stencil_tip": {
  737. "__id__": 17
  738. },
  739. "stencil_touch": {
  740. "__id__": 14
  741. },
  742. "collider": {
  743. "__id__": 12
  744. },
  745. "_id": ""
  746. },
  747. {
  748. "__type__": "cc.PrefabInfo",
  749. "root": {
  750. "__id__": 1
  751. },
  752. "asset": {
  753. "__uuid__": "a7261ee4-b011-4719-9bf6-ff2cba8e268e"
  754. },
  755. "fileId": "dcL5WSIbVLbYFeuWgpTGTD",
  756. "sync": false
  757. }
  758. ]