TaskMask.prefab 12 KB

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