my_applet.prefab 13 KB

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