TaskMask.prefab 12 KB

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