├── README.md ├── assets ├── Scene.meta ├── Scene │ ├── scratch.fire │ └── scratch.fire.meta ├── Script.meta ├── Script │ ├── ScratchCardCtrl.js │ └── ScratchCardCtrl.js.meta ├── Texture.meta └── Texture │ ├── HelloWorld.png │ ├── HelloWorld.png.meta │ ├── singleColor.png │ └── singleColor.png.meta ├── creator.d.ts ├── jsconfig.json ├── library ├── imports │ ├── 23 │ │ └── 232d2782-c4bd-4bb4-9e01-909f03d6d3b9.json │ ├── 27 │ │ └── 27756ebb-3d33-44b0-9b96-e858fadd4dd4.json │ ├── 29 │ │ └── 29158224-f8dd-4661-a796-1ffab537140e.json │ ├── 31 │ │ ├── 31bc895a-c003-4566-a9f3-2e54ae1c17dc.json │ │ └── 31d8962d-babb-4ec7-be19-8e9f54a4ea99.json │ ├── 32 │ │ └── 32044bd2-481f-4cf1-a656-e2b2fb1594eb.json │ ├── 41 │ │ └── 410fb916-8721-4663-bab8-34397391ace7.json │ ├── 59 │ │ └── 5965ffac-69da-4b55-bcde-9225d0613c28.json │ ├── 61 │ │ └── 61aeb05b-3b32-452b-8eed-2b76deeed554.json │ ├── 67 │ │ └── 67e68bc9-dad5-4ad9-a2d8-7e03d458e32f.json │ ├── 68 │ │ └── 6827ca32-0107-4552-bab2-dfb31799bb44.json │ ├── 71 │ │ └── 7168db62-0edc-42e5-be5d-682cf6c4a165.json │ ├── 78 │ │ └── 785a442c-3ceb-45be-a46e-7317f625f3b9.json │ ├── 88 │ │ └── 88e79fd5-96b4-4a77-a1f4-312467171014.json │ ├── 90 │ │ └── 90004ad6-2f6d-40e1-93ef-b714375c6f06.json │ ├── 96 │ │ └── 96083d03-c332-4a3f-9386-d03e2d19e8ee.json │ ├── 97 │ │ └── 972b9a4d-47ee-4c74-b5c3-61d8a69bc29f.json │ ├── 00 │ │ └── 0004d1cf-a0ad-47d8-ab17-34d3db9d35a3.json │ ├── 0d │ │ └── 0d784963-d024-4ea6-a7db-03be0ad63010.json │ ├── 1a │ │ └── 1a32fc76-f0bd-4f66-980f-56929c0ca0b3.json │ ├── 1f │ │ └── 1f55e3be-b89b-4b79-88de-47fd31018044.json │ ├── 2c │ │ └── 2c937608-2562-40ea-b264-7395df6f0cea.json │ ├── 4a │ │ └── 4a37dd57-78cd-4cec-aad4-f11a73d12b63.json │ ├── 5c │ │ └── 5c3bb932-6c3c-468f-88a9-c8c61d458641.json │ ├── 5f │ │ └── 5fe5dcaa-b513-4dc5-a166-573627b3a159.json │ ├── 7d │ │ ├── 7d4ffd94-42d6-4045-9db7-a744229adfc4.json │ │ └── 7de03a80-4457-438d-95a7-3e7cdffd6086.json │ ├── 8c │ │ ├── 8c5001fd-07ee-4a4b-a8a0-63e15195e94d.json │ │ └── 8cdb44ac-a3f6-449f-b354-7cd48cf84061.json │ ├── 9b │ │ └── 9bbda31e-ad49-43c9-aaf2-f7d9896bac69.json │ ├── a2 │ │ └── a23235d1-15db-4b95-8439-a2e005bfff91.json │ ├── bf │ │ └── bf0a434c-84dd-4a8e-a08a-7a36f180cc75.json │ ├── c9 │ │ └── c9fa51ff-3f01-4601-8f80-325d1b11dab7.json │ ├── ca │ │ └── ca8401fe-ad6e-41a8-bd46-8e3e4e9945be.json │ ├── cd │ │ └── cd33edea-55f5-46c2-958d-357a01384a36.json │ ├── d0 │ │ ├── d08262b3-9dc0-450b-aa5c-e59a1939143f.js │ │ └── d08262b3-9dc0-450b-aa5c-e59a1939143f.js.map │ ├── e7 │ │ └── e7aba14b-f956-4480-b254-8d57832e273f.json │ ├── e9 │ │ └── e9ec654c-97a2-4787-9325-e6a10375219a.json │ ├── ed │ │ └── edf5067a-8fec-4e2d-9d99-a5233aae5df7.json │ └── f0 │ │ └── f0048c10-f03e-4c97-b9d3-3506e1d58952.json └── uuid-to-mtime.json ├── local ├── assets.json ├── console.json ├── hierarchy.json ├── layout.windows.json ├── local.json ├── logs │ └── project.log ├── node-library.json └── scene.json ├── project.json ├── settings ├── builder.json ├── builder.panel.json ├── creator-luacpp-support.json └── project.json └── temp └── internal ├── image.meta ├── image ├── default_btn_disabled.png.meta ├── default_btn_pressed.png ├── default_btn_pressed.png.meta ├── default_panel.png ├── default_panel.png.meta ├── default_progressbar.png ├── default_progressbar.png.meta ├── default_progressbar_bg.png ├── default_radio_button_off.png ├── default_radio_button_off.png.meta ├── default_scrollbar.png ├── default_scrollbar.png.meta ├── default_scrollbar_bg.png ├── default_scrollbar_bg.png.meta ├── default_scrollbar_vertical_bg.png ├── default_sprite.png ├── default_sprite_splash.png.meta ├── default_toggle_checkmark.png ├── default_toggle_disabled.png ├── default_toggle_disabled.png.meta ├── default_toggle_normal.png ├── default_toggle_normal.png.meta ├── default_toggle_pressed.png └── default_toggle_pressed.png.meta ├── misc ├── default_video.mp4 └── default_video.mp4.meta ├── obsolete.meta ├── obsolete ├── atom.plist └── atom.plist.meta └── prefab.meta /README.md: -------------------------------------------------------------------------------- 1 | 使用cocoscreator(1.7版本)实现刮刮卡功能,在webgl和native平台有效,原始代码来源:@xiayangqun 2 | http://forum.cocos.com/t/ccc/51528 3 | -------------------------------------------------------------------------------- /assets/Scene.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "29f52784-2fca-467b-92e7-8fd9ef8c57b7", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/Scene/scratch.fire: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.SceneAsset", 4 | "_name": "", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "scene": { 8 | "__id__": 1 9 | } 10 | }, 11 | { 12 | "__type__": "cc.Scene", 13 | "_objFlags": 0, 14 | "_parent": null, 15 | "_children": [ 16 | { 17 | "__id__": 2 18 | } 19 | ], 20 | "_tag": -1, 21 | "_active": true, 22 | "_components": [], 23 | "_prefab": null, 24 | "_id": "f1bln9xqZFsqYF/PSx9tVH", 25 | "_opacity": 255, 26 | "_color": { 27 | "__type__": "cc.Color", 28 | "r": 255, 29 | "g": 255, 30 | "b": 255, 31 | "a": 255 32 | }, 33 | "_cascadeOpacityEnabled": true, 34 | "_anchorPoint": { 35 | "__type__": "cc.Vec2", 36 | "x": 0, 37 | "y": 0 38 | }, 39 | "_contentSize": { 40 | "__type__": "cc.Size", 41 | "width": 0, 42 | "height": 0 43 | }, 44 | "_localZOrder": 0, 45 | "_globalZOrder": 0, 46 | "_opacityModifyRGB": false, 47 | "groupIndex": 0 48 | }, 49 | { 50 | "__type__": "cc.Node", 51 | "_name": "Canvas", 52 | "_objFlags": 0, 53 | "_parent": { 54 | "__id__": 1 55 | }, 56 | "_children": [ 57 | { 58 | "__id__": 3 59 | } 60 | ], 61 | "_tag": -1, 62 | "_active": true, 63 | "_components": [ 64 | { 65 | "__id__": 19 66 | } 67 | ], 68 | "_prefab": null, 69 | "_id": "65qytw/W5OhKjyx0lnbWks", 70 | "_opacity": 255, 71 | "_color": { 72 | "__type__": "cc.Color", 73 | "r": 255, 74 | "g": 255, 75 | "b": 255, 76 | "a": 255 77 | }, 78 | "_cascadeOpacityEnabled": true, 79 | "_anchorPoint": { 80 | "__type__": "cc.Vec2", 81 | "x": 0.5, 82 | "y": 0.5 83 | }, 84 | "_contentSize": { 85 | "__type__": "cc.Size", 86 | "width": 960, 87 | "height": 640 88 | }, 89 | "_rotationX": 0, 90 | "_rotationY": 0, 91 | "_scaleX": 1, 92 | "_scaleY": 1, 93 | "_position": { 94 | "__type__": "cc.Vec2", 95 | "x": 480, 96 | "y": 320 97 | }, 98 | "_skewX": 0, 99 | "_skewY": 0, 100 | "_localZOrder": 0, 101 | "_globalZOrder": 0, 102 | "_opacityModifyRGB": false, 103 | "groupIndex": 0 104 | }, 105 | { 106 | "__type__": "cc.Node", 107 | "_name": "scratchCardBg", 108 | "_objFlags": 0, 109 | "_parent": { 110 | "__id__": 2 111 | }, 112 | "_children": [ 113 | { 114 | "__id__": 4 115 | }, 116 | { 117 | "__id__": 6 118 | }, 119 | { 120 | "__id__": 12 121 | }, 122 | { 123 | "__id__": 13 124 | }, 125 | { 126 | "__id__": 14 127 | }, 128 | { 129 | "__id__": 15 130 | }, 131 | { 132 | "__id__": 16 133 | } 134 | ], 135 | "_tag": -1, 136 | "_active": true, 137 | "_components": [ 138 | { 139 | "__id__": 17 140 | }, 141 | { 142 | "__id__": 18 143 | } 144 | ], 145 | "_prefab": null, 146 | "_id": "3afpcyPt5Ov5FLDa7IZil8", 147 | "_opacity": 255, 148 | "_color": { 149 | "__type__": "cc.Color", 150 | "r": 255, 151 | "g": 255, 152 | "b": 255, 153 | "a": 255 154 | }, 155 | "_cascadeOpacityEnabled": true, 156 | "_anchorPoint": { 157 | "__type__": "cc.Vec2", 158 | "x": 0.5, 159 | "y": 0.5 160 | }, 161 | "_contentSize": { 162 | "__type__": "cc.Size", 163 | "width": 195, 164 | "height": 270 165 | }, 166 | "_rotationX": 0, 167 | "_rotationY": 0, 168 | "_scaleX": 1, 169 | "_scaleY": 1, 170 | "_position": { 171 | "__type__": "cc.Vec2", 172 | "x": 0, 173 | "y": 0 174 | }, 175 | "_skewX": 0, 176 | "_skewY": 0, 177 | "_localZOrder": 0, 178 | "_globalZOrder": 0, 179 | "_opacityModifyRGB": false, 180 | "groupIndex": 0 181 | }, 182 | { 183 | "__type__": "cc.Node", 184 | "_name": "resultLabel", 185 | "_objFlags": 0, 186 | "_parent": { 187 | "__id__": 3 188 | }, 189 | "_children": [], 190 | "_tag": -1, 191 | "_active": true, 192 | "_components": [ 193 | { 194 | "__id__": 5 195 | } 196 | ], 197 | "_prefab": null, 198 | "_id": "60jOdGg0BK6KCM4WPqNBFa", 199 | "_opacity": 255, 200 | "_color": { 201 | "__type__": "cc.Color", 202 | "r": 255, 203 | "g": 255, 204 | "b": 255, 205 | "a": 255 206 | }, 207 | "_cascadeOpacityEnabled": true, 208 | "_anchorPoint": { 209 | "__type__": "cc.Vec2", 210 | "x": 0.5, 211 | "y": 0.5 212 | }, 213 | "_contentSize": { 214 | "__type__": "cc.Size", 215 | "width": 113.38, 216 | "height": 40 217 | }, 218 | "_rotationX": 0, 219 | "_rotationY": 0, 220 | "_scaleX": 1, 221 | "_scaleY": 1, 222 | "_position": { 223 | "__type__": "cc.Vec2", 224 | "x": 0, 225 | "y": 0 226 | }, 227 | "_skewX": 0, 228 | "_skewY": 0, 229 | "_localZOrder": 0, 230 | "_globalZOrder": 0, 231 | "_opacityModifyRGB": false, 232 | "groupIndex": 0 233 | }, 234 | { 235 | "__type__": "cc.Label", 236 | "_name": "", 237 | "_objFlags": 0, 238 | "node": { 239 | "__id__": 4 240 | }, 241 | "_enabled": true, 242 | "_useOriginalSize": false, 243 | "_actualFontSize": 40, 244 | "_fontSize": 40, 245 | "_lineHeight": 40, 246 | "_enableWrapText": true, 247 | "_N$file": null, 248 | "_isSystemFontUsed": true, 249 | "_spacingX": 0, 250 | "_N$string": "Result", 251 | "_N$horizontalAlign": 1, 252 | "_N$verticalAlign": 1, 253 | "_N$fontFamily": "Arial", 254 | "_N$overflow": 0 255 | }, 256 | { 257 | "__type__": "cc.Node", 258 | "_name": "maskNode", 259 | "_objFlags": 0, 260 | "_parent": { 261 | "__id__": 3 262 | }, 263 | "_children": [ 264 | { 265 | "__id__": 7 266 | } 267 | ], 268 | "_tag": -1, 269 | "_active": true, 270 | "_components": [ 271 | { 272 | "__id__": 11 273 | } 274 | ], 275 | "_prefab": null, 276 | "_id": "4fb0uBbEtK6LR1BnueM0iM", 277 | "_opacity": 255, 278 | "_color": { 279 | "__type__": "cc.Color", 280 | "r": 255, 281 | "g": 255, 282 | "b": 255, 283 | "a": 255 284 | }, 285 | "_cascadeOpacityEnabled": true, 286 | "_anchorPoint": { 287 | "__type__": "cc.Vec2", 288 | "x": 0.5, 289 | "y": 0.5 290 | }, 291 | "_contentSize": { 292 | "__type__": "cc.Size", 293 | "width": 0, 294 | "height": 0 295 | }, 296 | "_rotationX": 0, 297 | "_rotationY": 0, 298 | "_scaleX": 1, 299 | "_scaleY": 1, 300 | "_position": { 301 | "__type__": "cc.Vec2", 302 | "x": 0, 303 | "y": 0 304 | }, 305 | "_skewX": 0, 306 | "_skewY": 0, 307 | "_localZOrder": 0, 308 | "_globalZOrder": 0, 309 | "_opacityModifyRGB": false, 310 | "groupIndex": 0 311 | }, 312 | { 313 | "__type__": "cc.Node", 314 | "_name": "content", 315 | "_objFlags": 0, 316 | "_parent": { 317 | "__id__": 6 318 | }, 319 | "_children": [ 320 | { 321 | "__id__": 8 322 | } 323 | ], 324 | "_tag": -1, 325 | "_active": true, 326 | "_components": [ 327 | { 328 | "__id__": 10 329 | } 330 | ], 331 | "_prefab": null, 332 | "_id": "2ffGtzdbdAWLwoCukL4LLc", 333 | "_opacity": 255, 334 | "_color": { 335 | "__type__": "cc.Color", 336 | "r": 233, 337 | "g": 26, 338 | "b": 26, 339 | "a": 255 340 | }, 341 | "_cascadeOpacityEnabled": true, 342 | "_anchorPoint": { 343 | "__type__": "cc.Vec2", 344 | "x": 0.5, 345 | "y": 0.5 346 | }, 347 | "_contentSize": { 348 | "__type__": "cc.Size", 349 | "width": 200, 350 | "height": 270 351 | }, 352 | "_rotationX": 0, 353 | "_rotationY": 0, 354 | "_scaleX": 1, 355 | "_scaleY": 1, 356 | "_position": { 357 | "__type__": "cc.Vec2", 358 | "x": 0, 359 | "y": 0 360 | }, 361 | "_skewX": 0, 362 | "_skewY": 0, 363 | "_localZOrder": 0, 364 | "_globalZOrder": 0, 365 | "_opacityModifyRGB": false, 366 | "groupIndex": 0 367 | }, 368 | { 369 | "__type__": "cc.Node", 370 | "_name": "promptLabel", 371 | "_objFlags": 0, 372 | "_parent": { 373 | "__id__": 7 374 | }, 375 | "_children": [], 376 | "_tag": -1, 377 | "_active": true, 378 | "_components": [ 379 | { 380 | "__id__": 9 381 | } 382 | ], 383 | "_prefab": null, 384 | "_id": "ebO4C+cWFEmZxi6uiDO5G0", 385 | "_opacity": 255, 386 | "_color": { 387 | "__type__": "cc.Color", 388 | "r": 255, 389 | "g": 255, 390 | "b": 255, 391 | "a": 255 392 | }, 393 | "_cascadeOpacityEnabled": true, 394 | "_anchorPoint": { 395 | "__type__": "cc.Vec2", 396 | "x": 0.5, 397 | "y": 0.5 398 | }, 399 | "_contentSize": { 400 | "__type__": "cc.Size", 401 | "width": 160, 402 | "height": 40 403 | }, 404 | "_rotationX": 0, 405 | "_rotationY": 0, 406 | "_scaleX": 1, 407 | "_scaleY": 1, 408 | "_position": { 409 | "__type__": "cc.Vec2", 410 | "x": 0, 411 | "y": 0 412 | }, 413 | "_skewX": 0, 414 | "_skewY": 0, 415 | "_localZOrder": 0, 416 | "_globalZOrder": 0, 417 | "_opacityModifyRGB": false, 418 | "groupIndex": 0 419 | }, 420 | { 421 | "__type__": "cc.Label", 422 | "_name": "", 423 | "_objFlags": 0, 424 | "node": { 425 | "__id__": 8 426 | }, 427 | "_enabled": true, 428 | "_useOriginalSize": false, 429 | "_actualFontSize": 40, 430 | "_fontSize": 40, 431 | "_lineHeight": 40, 432 | "_enableWrapText": true, 433 | "_N$file": null, 434 | "_isSystemFontUsed": true, 435 | "_spacingX": 0, 436 | "_N$string": "点击刮开", 437 | "_N$horizontalAlign": 1, 438 | "_N$verticalAlign": 1, 439 | "_N$fontFamily": "Arial", 440 | "_N$overflow": 0 441 | }, 442 | { 443 | "__type__": "cc.Sprite", 444 | "_name": "", 445 | "_objFlags": 0, 446 | "node": { 447 | "__id__": 7 448 | }, 449 | "_enabled": true, 450 | "_spriteFrame": { 451 | "__uuid__": "410fb916-8721-4663-bab8-34397391ace7" 452 | }, 453 | "_type": 0, 454 | "_sizeMode": 0, 455 | "_fillType": 0, 456 | "_fillCenter": { 457 | "__type__": "cc.Vec2", 458 | "x": 0, 459 | "y": 0 460 | }, 461 | "_fillStart": 0, 462 | "_fillRange": 0, 463 | "_isTrimmedMode": true, 464 | "_srcBlendFactor": 770, 465 | "_dstBlendFactor": 771, 466 | "_atlas": null 467 | }, 468 | { 469 | "__type__": "cc.Mask", 470 | "_name": "", 471 | "_objFlags": 0, 472 | "node": { 473 | "__id__": 6 474 | }, 475 | "_enabled": true, 476 | "_type": 0, 477 | "_segements": 64, 478 | "_N$spriteFrame": null, 479 | "_N$alphaThreshold": 1, 480 | "_N$inverted": true 481 | }, 482 | { 483 | "__type__": "cc.Node", 484 | "_name": "New Node", 485 | "_objFlags": 0, 486 | "_parent": { 487 | "__id__": 3 488 | }, 489 | "_children": [], 490 | "_tag": -1, 491 | "_active": true, 492 | "_components": [], 493 | "_prefab": null, 494 | "_id": "b4c6sF+phPApOCMBZZpNo5", 495 | "_opacity": 255, 496 | "_color": { 497 | "__type__": "cc.Color", 498 | "r": 255, 499 | "g": 255, 500 | "b": 255, 501 | "a": 255 502 | }, 503 | "_cascadeOpacityEnabled": true, 504 | "_anchorPoint": { 505 | "__type__": "cc.Vec2", 506 | "x": 0.5, 507 | "y": 0.5 508 | }, 509 | "_contentSize": { 510 | "__type__": "cc.Size", 511 | "width": 30, 512 | "height": 30 513 | }, 514 | "_rotationX": 0, 515 | "_rotationY": 0, 516 | "_scaleX": 1, 517 | "_scaleY": 1, 518 | "_position": { 519 | "__type__": "cc.Vec2", 520 | "x": -80, 521 | "y": 0 522 | }, 523 | "_skewX": 0, 524 | "_skewY": 0, 525 | "_localZOrder": 0, 526 | "_globalZOrder": 0, 527 | "_opacityModifyRGB": false, 528 | "groupIndex": 0 529 | }, 530 | { 531 | "__type__": "cc.Node", 532 | "_name": "New Node", 533 | "_objFlags": 0, 534 | "_parent": { 535 | "__id__": 3 536 | }, 537 | "_children": [], 538 | "_tag": -1, 539 | "_active": true, 540 | "_components": [], 541 | "_prefab": null, 542 | "_id": "230Wp8VJZFoYXrsRKS17q8", 543 | "_opacity": 255, 544 | "_color": { 545 | "__type__": "cc.Color", 546 | "r": 255, 547 | "g": 255, 548 | "b": 255, 549 | "a": 255 550 | }, 551 | "_cascadeOpacityEnabled": true, 552 | "_anchorPoint": { 553 | "__type__": "cc.Vec2", 554 | "x": 0.5, 555 | "y": 0.5 556 | }, 557 | "_contentSize": { 558 | "__type__": "cc.Size", 559 | "width": 30, 560 | "height": 30 561 | }, 562 | "_rotationX": 0, 563 | "_rotationY": 0, 564 | "_scaleX": 1, 565 | "_scaleY": 1, 566 | "_position": { 567 | "__type__": "cc.Vec2", 568 | "x": -46, 569 | "y": -1 570 | }, 571 | "_skewX": 0, 572 | "_skewY": 0, 573 | "_localZOrder": 0, 574 | "_globalZOrder": 0, 575 | "_opacityModifyRGB": false, 576 | "groupIndex": 0 577 | }, 578 | { 579 | "__type__": "cc.Node", 580 | "_name": "New Node", 581 | "_objFlags": 0, 582 | "_parent": { 583 | "__id__": 3 584 | }, 585 | "_children": [], 586 | "_tag": -1, 587 | "_active": true, 588 | "_components": [], 589 | "_prefab": null, 590 | "_id": "d8Lc7OpFNA3ZHsHPJaDyKq", 591 | "_opacity": 255, 592 | "_color": { 593 | "__type__": "cc.Color", 594 | "r": 255, 595 | "g": 255, 596 | "b": 255, 597 | "a": 255 598 | }, 599 | "_cascadeOpacityEnabled": true, 600 | "_anchorPoint": { 601 | "__type__": "cc.Vec2", 602 | "x": 0.5, 603 | "y": 0.5 604 | }, 605 | "_contentSize": { 606 | "__type__": "cc.Size", 607 | "width": 30, 608 | "height": 30 609 | }, 610 | "_rotationX": 0, 611 | "_rotationY": 0, 612 | "_scaleX": 1, 613 | "_scaleY": 1, 614 | "_position": { 615 | "__type__": "cc.Vec2", 616 | "x": -6, 617 | "y": -3 618 | }, 619 | "_skewX": 0, 620 | "_skewY": 0, 621 | "_localZOrder": 0, 622 | "_globalZOrder": 0, 623 | "_opacityModifyRGB": false, 624 | "groupIndex": 0 625 | }, 626 | { 627 | "__type__": "cc.Node", 628 | "_name": "New Node", 629 | "_objFlags": 0, 630 | "_parent": { 631 | "__id__": 3 632 | }, 633 | "_children": [], 634 | "_tag": -1, 635 | "_active": true, 636 | "_components": [], 637 | "_prefab": null, 638 | "_id": "adU1vbyVFJ+IOZTFWjm5z3", 639 | "_opacity": 255, 640 | "_color": { 641 | "__type__": "cc.Color", 642 | "r": 255, 643 | "g": 255, 644 | "b": 255, 645 | "a": 255 646 | }, 647 | "_cascadeOpacityEnabled": true, 648 | "_anchorPoint": { 649 | "__type__": "cc.Vec2", 650 | "x": 0.5, 651 | "y": 0.5 652 | }, 653 | "_contentSize": { 654 | "__type__": "cc.Size", 655 | "width": 30, 656 | "height": 30 657 | }, 658 | "_rotationX": 0, 659 | "_rotationY": 0, 660 | "_scaleX": 1, 661 | "_scaleY": 1, 662 | "_position": { 663 | "__type__": "cc.Vec2", 664 | "x": 31, 665 | "y": 0 666 | }, 667 | "_skewX": 0, 668 | "_skewY": 0, 669 | "_localZOrder": 0, 670 | "_globalZOrder": 0, 671 | "_opacityModifyRGB": false, 672 | "groupIndex": 0 673 | }, 674 | { 675 | "__type__": "cc.Node", 676 | "_name": "New Node", 677 | "_objFlags": 0, 678 | "_parent": { 679 | "__id__": 3 680 | }, 681 | "_children": [], 682 | "_tag": -1, 683 | "_active": true, 684 | "_components": [], 685 | "_prefab": null, 686 | "_id": "a5M/iRzi5O27fbiz+/Bt/4", 687 | "_opacity": 255, 688 | "_color": { 689 | "__type__": "cc.Color", 690 | "r": 255, 691 | "g": 255, 692 | "b": 255, 693 | "a": 255 694 | }, 695 | "_cascadeOpacityEnabled": true, 696 | "_anchorPoint": { 697 | "__type__": "cc.Vec2", 698 | "x": 0.5, 699 | "y": 0.5 700 | }, 701 | "_contentSize": { 702 | "__type__": "cc.Size", 703 | "width": 30, 704 | "height": 30 705 | }, 706 | "_rotationX": 0, 707 | "_rotationY": 0, 708 | "_scaleX": 1, 709 | "_scaleY": 1, 710 | "_position": { 711 | "__type__": "cc.Vec2", 712 | "x": 64, 713 | "y": -1 714 | }, 715 | "_skewX": 0, 716 | "_skewY": 0, 717 | "_localZOrder": 0, 718 | "_globalZOrder": 0, 719 | "_opacityModifyRGB": false, 720 | "groupIndex": 0 721 | }, 722 | { 723 | "__type__": "cc.Sprite", 724 | "_name": "", 725 | "_objFlags": 0, 726 | "node": { 727 | "__id__": 3 728 | }, 729 | "_enabled": true, 730 | "_spriteFrame": { 731 | "__uuid__": "31bc895a-c003-4566-a9f3-2e54ae1c17dc" 732 | }, 733 | "_type": 0, 734 | "_sizeMode": 1, 735 | "_fillType": 0, 736 | "_fillCenter": { 737 | "__type__": "cc.Vec2", 738 | "x": 0, 739 | "y": 0 740 | }, 741 | "_fillStart": 0, 742 | "_fillRange": 0, 743 | "_isTrimmedMode": true, 744 | "_srcBlendFactor": 770, 745 | "_dstBlendFactor": 771, 746 | "_atlas": null 747 | }, 748 | { 749 | "__type__": "d0826KzncBFC6pc5ZoZORQ/", 750 | "_name": "", 751 | "_objFlags": 0, 752 | "node": { 753 | "__id__": 3 754 | }, 755 | "_enabled": true, 756 | "cardBg": { 757 | "__id__": 17 758 | }, 759 | "resultLabel": { 760 | "__id__": 5 761 | }, 762 | "mask": { 763 | "__id__": 11 764 | }, 765 | "promptLabel": { 766 | "__id__": 9 767 | }, 768 | "sucFlagNode": [ 769 | { 770 | "__id__": 12 771 | }, 772 | { 773 | "__id__": 13 774 | }, 775 | { 776 | "__id__": 14 777 | }, 778 | { 779 | "__id__": 15 780 | }, 781 | { 782 | "__id__": 16 783 | } 784 | ], 785 | "_sucFlag": [] 786 | }, 787 | { 788 | "__type__": "cc.Canvas", 789 | "_name": "", 790 | "_objFlags": 0, 791 | "node": { 792 | "__id__": 2 793 | }, 794 | "_enabled": true, 795 | "_designResolution": { 796 | "__type__": "cc.Size", 797 | "width": 960, 798 | "height": 640 799 | }, 800 | "_fitWidth": false, 801 | "_fitHeight": true 802 | } 803 | ] -------------------------------------------------------------------------------- /assets/Scene/scratch.fire.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "edf5067a-8fec-4e2d-9d99-a5233aae5df7", 4 | "asyncLoadAssets": false, 5 | "autoReleaseAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Script.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "4734c20c-0db8-4eb2-92ea-e692f4d70934", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/Script/ScratchCardCtrl.js: -------------------------------------------------------------------------------- 1 | // Learn cc.Class: 2 | // - [Chinese] http://www.cocos.com/docs/creator/scripting/class.html 3 | // - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/class/index.html 4 | // Learn Attribute: 5 | // - [Chinese] http://www.cocos.com/docs/creator/scripting/reference/attributes.html 6 | // - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/reference/attributes/index.html 7 | // Learn life-cycle callbacks: 8 | // - [Chinese] http://www.cocos.com/docs/creator/scripting/life-cycle-callbacks.html 9 | // - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/life-cycle-callbacks/index.html 10 | 11 | cc.Class({ 12 | extends: cc.Component, 13 | 14 | properties: { 15 | cardBg: cc.Sprite, // 底层精灵 16 | resultLabel: cc.Label, 17 | mask: cc.Mask, // 遮罩组件(实现擦除功能) 18 | promptLabel: cc.Label, // 提示文字 19 | sucFlagNode: { 20 | default: [], 21 | type: [cc.Node], 22 | tooltip:"标记需要擦除区域,每个node大小为单次擦除大小,默认30像素。" 23 | }, 24 | _sucFlag:[cc.Boolean] //标记已经擦除的区域 25 | }, 26 | 27 | // use this for initialization 28 | onLoad: function (){ 29 | this.node.on(cc.Node.EventType.TOUCH_START, this._onTouchBegin, this); 30 | this.node.on(cc.Node.EventType.TOUCH_MOVE, this._onTouchMoved, this); 31 | this.node.on(cc.Node.EventType.TOUCH_END, this._onTouchEnd, this); 32 | this.node.on(cc.Node.EventType.TOUCH_CANCEL, this._onTouchCancel, this); 33 | 34 | for(var i=0; iRichText", 74 | "_N$horizontalAlign": 0, 75 | "_N$fontSize": 40, 76 | "_N$maxWidth": 0, 77 | "_N$lineHeight": 50 78 | }, 79 | { 80 | "__type__": "cc.PrefabInfo", 81 | "root": { 82 | "__id__": 1 83 | }, 84 | "asset": { 85 | "__uuid__": "4a37dd57-78cd-4cec-aad4-f11a73d12b63" 86 | }, 87 | "fileId": "fd4fe1WoCpJK6rVCZ13Z14R" 88 | } 89 | ] -------------------------------------------------------------------------------- /library/imports/59/5965ffac-69da-4b55-bcde-9225d0613c28.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "progressBar", 5 | "_objFlags": 0, 6 | "data": { 7 | "__id__": 1 8 | }, 9 | "asyncLoadAssets": false 10 | }, 11 | { 12 | "__type__": "cc.Node", 13 | "_name": "progressBar", 14 | "_objFlags": 0, 15 | "_opacity": 255, 16 | "_color": { 17 | "__type__": "cc.Color", 18 | "r": 255, 19 | "g": 255, 20 | "b": 255, 21 | "a": 255 22 | }, 23 | "_cascadeOpacityEnabled": true, 24 | "_parent": null, 25 | "_anchorPoint": { 26 | "__type__": "cc.Vec2", 27 | "x": 0.5, 28 | "y": 0.5 29 | }, 30 | "_contentSize": { 31 | "__type__": "cc.Size", 32 | "width": 100, 33 | "height": 15 34 | }, 35 | "_children": [ 36 | { 37 | "__id__": 2 38 | } 39 | ], 40 | "_rotationX": 0, 41 | "_rotationY": 0, 42 | "_scaleX": 1, 43 | "_scaleY": 1, 44 | "_position": { 45 | "__type__": "cc.Vec2", 46 | "x": 0, 47 | "y": 0 48 | }, 49 | "_skewX": 0, 50 | "_skewY": 0, 51 | "_localZOrder": 0, 52 | "_globalZOrder": 0, 53 | "_tag": -1, 54 | "_opacityModifyRGB": false, 55 | "_reorderChildDirty": false, 56 | "_id": "", 57 | "_active": true, 58 | "_components": [ 59 | { 60 | "__id__": 5 61 | }, 62 | { 63 | "__id__": 6 64 | } 65 | ], 66 | "_prefab": { 67 | "__id__": 7 68 | } 69 | }, 70 | { 71 | "__type__": "cc.Node", 72 | "_name": "bar", 73 | "_objFlags": 0, 74 | "_opacity": 255, 75 | "_color": { 76 | "__type__": "cc.Color", 77 | "r": 255, 78 | "g": 255, 79 | "b": 255, 80 | "a": 255 81 | }, 82 | "_cascadeOpacityEnabled": true, 83 | "_parent": { 84 | "__id__": 1 85 | }, 86 | "_anchorPoint": { 87 | "__type__": "cc.Vec2", 88 | "x": 0, 89 | "y": 0.5 90 | }, 91 | "_contentSize": { 92 | "__type__": "cc.Size", 93 | "width": 50, 94 | "height": 15 95 | }, 96 | "_children": [], 97 | "_rotationX": 0, 98 | "_rotationY": 0, 99 | "_scaleX": 1, 100 | "_scaleY": 1, 101 | "_position": { 102 | "__type__": "cc.Vec2", 103 | "x": -50, 104 | "y": 0 105 | }, 106 | "_skewX": 0, 107 | "_skewY": 0, 108 | "_localZOrder": 0, 109 | "_globalZOrder": 0, 110 | "_tag": -1, 111 | "_opacityModifyRGB": false, 112 | "_reorderChildDirty": false, 113 | "_id": "", 114 | "_active": true, 115 | "_components": [ 116 | { 117 | "__id__": 3 118 | } 119 | ], 120 | "_prefab": { 121 | "__id__": 4 122 | } 123 | }, 124 | { 125 | "__type__": "cc.Sprite", 126 | "_name": "", 127 | "_objFlags": 0, 128 | "node": { 129 | "__id__": 2 130 | }, 131 | "_enabled": true, 132 | "_spriteFrame": { 133 | "__uuid__": "67e68bc9-dad5-4ad9-a2d8-7e03d458e32f" 134 | }, 135 | "_type": 1, 136 | "_sizeMode": 0, 137 | "_fillType": 0, 138 | "_fillCenter": { 139 | "__type__": "cc.Vec2", 140 | "x": 0, 141 | "y": 0 142 | }, 143 | "_fillStart": 0, 144 | "_fillRange": 0, 145 | "_isTrimmedMode": true, 146 | "_srcBlendFactor": 770, 147 | "_dstBlendFactor": 771, 148 | "_atlas": null 149 | }, 150 | { 151 | "__type__": "cc.PrefabInfo", 152 | "root": { 153 | "__id__": 1 154 | }, 155 | "asset": { 156 | "__uuid__": "5965ffac-69da-4b55-bcde-9225d0613c28" 157 | }, 158 | "fileId": "38d28QPqAdC1L4aQLAAwhV2" 159 | }, 160 | { 161 | "__type__": "cc.Sprite", 162 | "_name": "", 163 | "_objFlags": 0, 164 | "node": { 165 | "__id__": 1 166 | }, 167 | "_enabled": true, 168 | "_spriteFrame": { 169 | "__uuid__": "88e79fd5-96b4-4a77-a1f4-312467171014" 170 | }, 171 | "_type": 0, 172 | "_sizeMode": 0, 173 | "_fillType": 0, 174 | "_fillCenter": { 175 | "__type__": "cc.Vec2", 176 | "x": 0, 177 | "y": 0 178 | }, 179 | "_fillStart": 0, 180 | "_fillRange": 0, 181 | "_isTrimmedMode": true, 182 | "_srcBlendFactor": 770, 183 | "_dstBlendFactor": 771, 184 | "_atlas": null 185 | }, 186 | { 187 | "__type__": "cc.ProgressBar", 188 | "_name": "", 189 | "_objFlags": 0, 190 | "node": { 191 | "__id__": 1 192 | }, 193 | "_enabled": true, 194 | "_N$barSprite": { 195 | "__id__": 3 196 | }, 197 | "_N$mode": 0, 198 | "_N$totalLength": 100, 199 | "_N$progress": 0.5, 200 | "_N$reverse": false 201 | }, 202 | { 203 | "__type__": "cc.PrefabInfo", 204 | "root": { 205 | "__id__": 1 206 | }, 207 | "asset": { 208 | "__uuid__": "5965ffac-69da-4b55-bcde-9225d0613c28" 209 | }, 210 | "fileId": "c8bd6EVT6lD4bVMS1d/i0BC" 211 | } 212 | ] -------------------------------------------------------------------------------- /library/imports/5c/5c3bb932-6c3c-468f-88a9-c8c61d458641.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_scrollbar_vertical", 5 | "texture": "d6d3ca85-4681-47c1-b5dd-d036a9d39ea2", 6 | "atlas": "", 7 | "rect": [ 8 | 2, 9 | 0, 10 | 11, 11 | 30 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 15, 19 | 30 20 | ], 21 | "capInsets": [ 22 | 0, 23 | 5, 24 | 0, 25 | 5 26 | ] 27 | } 28 | } -------------------------------------------------------------------------------- /library/imports/5f/5fe5dcaa-b513-4dc5-a166-573627b3a159.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_scrollbar_vertical_bg", 5 | "texture": "617323dd-11f4-4dd3-8eec-0caf6b3b45b9", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 15, 11 | 30 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 15, 19 | 30 20 | ], 21 | "capInsets": [ 22 | 0, 23 | 7, 24 | 0, 25 | 8 26 | ] 27 | } 28 | } -------------------------------------------------------------------------------- /library/imports/61/61aeb05b-3b32-452b-8eed-2b76deeed554.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "editbox", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "data": { 8 | "__id__": 1 9 | }, 10 | "asyncLoadAssets": false 11 | }, 12 | { 13 | "__type__": "cc.Node", 14 | "_name": "New Editbox", 15 | "_objFlags": 0, 16 | "_opacity": 255, 17 | "_color": { 18 | "__type__": "cc.Color", 19 | "r": 255, 20 | "g": 255, 21 | "b": 255, 22 | "a": 255 23 | }, 24 | "_cascadeOpacityEnabled": true, 25 | "_parent": null, 26 | "_anchorPoint": { 27 | "__type__": "cc.Vec2", 28 | "x": 0.5, 29 | "y": 0.5 30 | }, 31 | "_contentSize": { 32 | "__type__": "cc.Size", 33 | "width": 160, 34 | "height": 40 35 | }, 36 | "_children": [], 37 | "_rotationX": 0, 38 | "_rotationY": 0, 39 | "_scaleX": 1, 40 | "_scaleY": 1, 41 | "_position": { 42 | "__type__": "cc.Vec2", 43 | "x": 0, 44 | "y": 0 45 | }, 46 | "_skewX": 0, 47 | "_skewY": 0, 48 | "_localZOrder": 0, 49 | "_globalZOrder": 0, 50 | "_tag": -1, 51 | "_opacityModifyRGB": false, 52 | "_id": "", 53 | "_active": true, 54 | "_components": [ 55 | { 56 | "__id__": 2 57 | } 58 | ], 59 | "_prefab": { 60 | "__id__": 3 61 | }, 62 | "groupIndex": 0 63 | }, 64 | { 65 | "__type__": "cc.EditBox", 66 | "_name": "", 67 | "_objFlags": 0, 68 | "node": { 69 | "__id__": 1 70 | }, 71 | "_enabled": true, 72 | "_useOriginalSize": false, 73 | "_string": "", 74 | "_tabIndex": 0, 75 | "editingDidBegan": [], 76 | "textChanged": [], 77 | "editingDidEnded": [], 78 | "editingReturn": [], 79 | "_N$backgroundImage": { 80 | "__uuid__": "67e68bc9-dad5-4ad9-a2d8-7e03d458e32f" 81 | }, 82 | "_N$returnType": 0, 83 | "_N$inputFlag": 5, 84 | "_N$inputMode": 6, 85 | "_N$fontSize": 29, 86 | "_N$lineHeight": 40, 87 | "_N$fontColor": { 88 | "__type__": "cc.Color", 89 | "r": 0, 90 | "g": 0, 91 | "b": 0, 92 | "a": 255 93 | }, 94 | "_N$placeholder": "Enter text here...", 95 | "_N$placeholderFontSize": 20, 96 | "_N$placeholderFontColor": { 97 | "__type__": "cc.Color", 98 | "r": 127.5, 99 | "g": 127.5, 100 | "b": 127.5, 101 | "a": 255 102 | }, 103 | "_N$maxLength": 8, 104 | "_N$stayOnTop": false 105 | }, 106 | { 107 | "__type__": "cc.PrefabInfo", 108 | "root": { 109 | "__id__": 1 110 | }, 111 | "asset": { 112 | "__uuid__": "61aeb05b-3b32-452b-8eed-2b76deeed554" 113 | }, 114 | "fileId": "590f66n7/1CY5uRJYcGGuJO", 115 | "sync": false 116 | } 117 | ] -------------------------------------------------------------------------------- /library/imports/67/67e68bc9-dad5-4ad9-a2d8-7e03d458e32f.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_progressbar", 5 | "texture": "cfef78f1-c8df-49b7-8ed0-4c953ace2621", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 30, 11 | 15 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 30, 19 | 15 20 | ], 21 | "capInsets": [ 22 | 5, 23 | 0, 24 | 5, 25 | 0 26 | ] 27 | } 28 | } -------------------------------------------------------------------------------- /library/imports/68/6827ca32-0107-4552-bab2-dfb31799bb44.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_toggle_normal", 5 | "texture": "d29077ba-1627-4a72-9579-7b56a235340c", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 28, 11 | 28 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 28, 19 | 28 20 | ] 21 | } 22 | } -------------------------------------------------------------------------------- /library/imports/71/7168db62-0edc-42e5-be5d-682cf6c4a165.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_toggle_disabled", 5 | "texture": "c25b9d50-c8fc-4d27-beeb-6e7c1f2e5c0f", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 28, 11 | 28 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 28, 19 | 28 20 | ] 21 | } 22 | } -------------------------------------------------------------------------------- /library/imports/78/785a442c-3ceb-45be-a46e-7317f625f3b9.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "layout", 5 | "_objFlags": 0, 6 | "data": { 7 | "__id__": 1 8 | }, 9 | "asyncLoadAssets": false 10 | }, 11 | { 12 | "__type__": "cc.Node", 13 | "_name": "Layout", 14 | "_objFlags": 0, 15 | "_opacity": 255, 16 | "_color": { 17 | "__type__": "cc.Color", 18 | "r": 167, 19 | "g": 167, 20 | "b": 167, 21 | "a": 255 22 | }, 23 | "_cascadeOpacityEnabled": true, 24 | "_parent": null, 25 | "_anchorPoint": { 26 | "__type__": "cc.Vec2", 27 | "x": 0.5, 28 | "y": 0.5 29 | }, 30 | "_contentSize": { 31 | "__type__": "cc.Size", 32 | "width": 200, 33 | "height": 150 34 | }, 35 | "_children": [], 36 | "_rotationX": 0, 37 | "_rotationY": 0, 38 | "_scaleX": 1, 39 | "_scaleY": 1, 40 | "_position": { 41 | "__type__": "cc.Vec2", 42 | "x": 0, 43 | "y": 0 44 | }, 45 | "_skewX": 0, 46 | "_skewY": 0, 47 | "_localZOrder": 0, 48 | "_globalZOrder": 0, 49 | "_tag": -1, 50 | "_opacityModifyRGB": false, 51 | "_reorderChildDirty": false, 52 | "_id": "", 53 | "_active": true, 54 | "_components": [ 55 | { 56 | "__id__": 2 57 | }, 58 | { 59 | "__id__": 3 60 | } 61 | ], 62 | "_prefab": { 63 | "__id__": 4 64 | } 65 | }, 66 | { 67 | "__type__": "cc.Sprite", 68 | "_name": "", 69 | "_objFlags": 0, 70 | "node": { 71 | "__id__": 1 72 | }, 73 | "_enabled": true, 74 | "_spriteFrame": { 75 | "__uuid__": "9bbda31e-ad49-43c9-aaf2-f7d9896bac69" 76 | }, 77 | "_type": 1, 78 | "_sizeMode": 0, 79 | "_fillType": 0, 80 | "_fillCenter": { 81 | "__type__": "cc.Vec2", 82 | "x": 0, 83 | "y": 0 84 | }, 85 | "_fillStart": 0, 86 | "_fillRange": 0, 87 | "_isTrimmedMode": true, 88 | "_srcBlendFactor": 770, 89 | "_dstBlendFactor": 771, 90 | "_atlas": null 91 | }, 92 | { 93 | "__type__": "cc.Layout", 94 | "_name": "", 95 | "_objFlags": 0, 96 | "node": { 97 | "__id__": 1 98 | }, 99 | "_enabled": true, 100 | "_layoutSize": { 101 | "__type__": "cc.Size", 102 | "width": 200, 103 | "height": 150 104 | }, 105 | "_resize": 0, 106 | "_N$layoutType": 0, 107 | "_N$cellSize": { 108 | "__type__": "cc.Size", 109 | "width": 40, 110 | "height": 40 111 | }, 112 | "_N$startAxis": 0, 113 | "_N$padding": 0, 114 | "_N$spacingX": 0, 115 | "_N$spacingY": 0, 116 | "_N$verticalDirection": 1, 117 | "_N$horizontalDirection": 0 118 | }, 119 | { 120 | "__type__": "cc.PrefabInfo", 121 | "root": { 122 | "__id__": 1 123 | }, 124 | "asset": { 125 | "__uuid__": "785a442c-3ceb-45be-a46e-7317f625f3b9" 126 | }, 127 | "fileId": "7f8d2O3hcNDT55RjJXZrQyg" 128 | } 129 | ] -------------------------------------------------------------------------------- /library/imports/7d/7d4ffd94-42d6-4045-9db7-a744229adfc4.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_toggle_pressed", 5 | "texture": "b181c1e4-0a72-4a91-bfb0-ae6f36ca60bd", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 28, 11 | 28 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 28, 19 | 28 20 | ] 21 | } 22 | } -------------------------------------------------------------------------------- /library/imports/7d/7de03a80-4457-438d-95a7-3e7cdffd6086.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "tiledmap", 5 | "_objFlags": 0, 6 | "data": { 7 | "__id__": 1 8 | }, 9 | "asyncLoadAssets": false 10 | }, 11 | { 12 | "__type__": "cc.Node", 13 | "_name": "New TiledMap", 14 | "_objFlags": 0, 15 | "_opacity": 255, 16 | "_color": { 17 | "__type__": "cc.Color", 18 | "r": 255, 19 | "g": 255, 20 | "b": 255, 21 | "a": 255 22 | }, 23 | "_cascadeOpacityEnabled": true, 24 | "_parent": null, 25 | "_anchorPoint": { 26 | "__type__": "cc.Vec2", 27 | "x": 0.5, 28 | "y": 0.5 29 | }, 30 | "_contentSize": { 31 | "__type__": "cc.Size", 32 | "width": 0, 33 | "height": 0 34 | }, 35 | "_children": [], 36 | "_rotationX": 0, 37 | "_rotationY": 0, 38 | "_scaleX": 1, 39 | "_scaleY": 1, 40 | "_position": { 41 | "__type__": "cc.Vec2", 42 | "x": 0, 43 | "y": 0 44 | }, 45 | "_skewX": 0, 46 | "_skewY": 0, 47 | "_localZOrder": 0, 48 | "_globalZOrder": 0, 49 | "_tag": -1, 50 | "_opacityModifyRGB": false, 51 | "_reorderChildDirty": false, 52 | "_id": "", 53 | "_active": true, 54 | "_components": [ 55 | { 56 | "__id__": 2 57 | } 58 | ], 59 | "_prefab": { 60 | "__id__": 3 61 | } 62 | }, 63 | { 64 | "__type__": "cc.TiledMap", 65 | "_name": "", 66 | "_objFlags": 0, 67 | "node": { 68 | "__id__": 1 69 | }, 70 | "_enabled": true, 71 | "_tmxFile": null 72 | }, 73 | { 74 | "__type__": "cc.PrefabInfo", 75 | "root": { 76 | "__id__": 1 77 | }, 78 | "asset": null, 79 | "fileId": "6d9cbIJlHhJ/4JAwDJiN9SB" 80 | } 81 | ] -------------------------------------------------------------------------------- /library/imports/88/88e79fd5-96b4-4a77-a1f4-312467171014.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_progressbar_bg", 5 | "texture": "99170b0b-d210-46f1-b213-7d9e3f23098a", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 60, 11 | 15 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 60, 19 | 15 20 | ], 21 | "capInsets": [ 22 | 5, 23 | 0, 24 | 5, 25 | 0 26 | ] 27 | } 28 | } -------------------------------------------------------------------------------- /library/imports/8c/8c5001fd-07ee-4a4b-a8a0-63e15195e94d.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "webview", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "data": { 8 | "__id__": 1 9 | }, 10 | "asyncLoadAssets": false 11 | }, 12 | { 13 | "__type__": "cc.Node", 14 | "_name": "webview", 15 | "_objFlags": 0, 16 | "_opacity": 255, 17 | "_color": { 18 | "__type__": "cc.Color", 19 | "r": 255, 20 | "g": 255, 21 | "b": 255, 22 | "a": 255 23 | }, 24 | "_cascadeOpacityEnabled": true, 25 | "_parent": null, 26 | "_anchorPoint": { 27 | "__type__": "cc.Vec2", 28 | "x": 0.5, 29 | "y": 0.5 30 | }, 31 | "_contentSize": { 32 | "__type__": "cc.Size", 33 | "width": 300, 34 | "height": 200 35 | }, 36 | "_children": [], 37 | "_rotationX": 0, 38 | "_rotationY": 0, 39 | "_scaleX": 1, 40 | "_scaleY": 1, 41 | "_position": { 42 | "__type__": "cc.Vec2", 43 | "x": 429, 44 | "y": 347 45 | }, 46 | "_skewX": 0, 47 | "_skewY": 0, 48 | "_localZOrder": 0, 49 | "_globalZOrder": 0, 50 | "_tag": -1, 51 | "_opacityModifyRGB": false, 52 | "_id": "", 53 | "_active": true, 54 | "_components": [ 55 | { 56 | "__id__": 2 57 | } 58 | ], 59 | "_prefab": { 60 | "__id__": 3 61 | }, 62 | "groupIndex": 0 63 | }, 64 | { 65 | "__type__": "cc.WebView", 66 | "_name": "", 67 | "_objFlags": 0, 68 | "node": { 69 | "__id__": 1 70 | }, 71 | "_enabled": true, 72 | "_useOriginalSize": false, 73 | "_url": "", 74 | "webViewEvent": [] 75 | }, 76 | { 77 | "__type__": "cc.PrefabInfo", 78 | "root": { 79 | "__id__": 1 80 | }, 81 | "asset": { 82 | "__uuid__": "8c5001fd-07ee-4a4b-a8a0-63e15195e94d" 83 | }, 84 | "fileId": "2fb356PwclC8L2CbHhqGUVr" 85 | } 86 | ] -------------------------------------------------------------------------------- /library/imports/8c/8cdb44ac-a3f6-449f-b354-7cd48cf84061.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_sprite", 5 | "texture": "6e056173-d285-473c-b206-40a7fff5386e", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 2, 10 | 40, 11 | 36 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 40, 19 | 40 20 | ] 21 | } 22 | } -------------------------------------------------------------------------------- /library/imports/90/90004ad6-2f6d-40e1-93ef-b714375c6f06.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_toggle_checkmark", 5 | "texture": "73a0903d-d80e-4e3c-aa67-f999543c08f5", 6 | "atlas": "", 7 | "rect": [ 8 | 5, 9 | 3, 10 | 20, 11 | 19 12 | ], 13 | "offset": [ 14 | 1, 15 | 1.5 16 | ], 17 | "originalSize": [ 18 | 28, 19 | 28 20 | ] 21 | } 22 | } -------------------------------------------------------------------------------- /library/imports/96/96083d03-c332-4a3f-9386-d03e2d19e8ee.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "sprite", 5 | "_objFlags": 0, 6 | "data": { 7 | "__id__": 1 8 | }, 9 | "asyncLoadAssets": false 10 | }, 11 | { 12 | "__type__": "cc.Node", 13 | "_name": "Sprite", 14 | "_objFlags": 0, 15 | "_opacity": 255, 16 | "_color": { 17 | "__type__": "cc.Color", 18 | "r": 255, 19 | "g": 255, 20 | "b": 255, 21 | "a": 255 22 | }, 23 | "_cascadeOpacityEnabled": true, 24 | "_parent": null, 25 | "_anchorPoint": { 26 | "__type__": "cc.Vec2", 27 | "x": 0.5, 28 | "y": 0.5 29 | }, 30 | "_contentSize": { 31 | "__type__": "cc.Size", 32 | "width": 40, 33 | "height": 36 34 | }, 35 | "_children": [], 36 | "_rotationX": 0, 37 | "_rotationY": 0, 38 | "_scaleX": 1, 39 | "_scaleY": 1, 40 | "_position": { 41 | "__type__": "cc.Vec2", 42 | "x": 0, 43 | "y": 0 44 | }, 45 | "_skewX": 0, 46 | "_skewY": 0, 47 | "_localZOrder": 0, 48 | "_globalZOrder": 0, 49 | "_tag": -1, 50 | "_opacityModifyRGB": false, 51 | "_reorderChildDirty": false, 52 | "_id": "", 53 | "_active": true, 54 | "_components": [ 55 | { 56 | "__id__": 2 57 | } 58 | ], 59 | "_prefab": { 60 | "__id__": 3 61 | } 62 | }, 63 | { 64 | "__type__": "cc.Sprite", 65 | "_name": "", 66 | "_objFlags": 0, 67 | "node": { 68 | "__id__": 1 69 | }, 70 | "_enabled": true, 71 | "_spriteFrame": { 72 | "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061" 73 | }, 74 | "_type": 0, 75 | "_sizeMode": 1, 76 | "_fillType": 0, 77 | "_fillCenter": { 78 | "__type__": "cc.Vec2", 79 | "x": 0, 80 | "y": 0 81 | }, 82 | "_fillStart": 0, 83 | "_fillRange": 0, 84 | "_isTrimmedMode": true, 85 | "_srcBlendFactor": 770, 86 | "_dstBlendFactor": 771, 87 | "_atlas": null 88 | }, 89 | { 90 | "__type__": "cc.PrefabInfo", 91 | "root": { 92 | "__id__": 1 93 | }, 94 | "asset": null, 95 | "fileId": "d7118yAG5lKybkFOAh8koPL" 96 | } 97 | ] -------------------------------------------------------------------------------- /library/imports/97/972b9a4d-47ee-4c74-b5c3-61d8a69bc29f.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "button", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "data": { 8 | "__id__": 1 9 | }, 10 | "asyncLoadAssets": false 11 | }, 12 | { 13 | "__type__": "cc.Node", 14 | "_name": "Button", 15 | "_objFlags": 0, 16 | "_opacity": 255, 17 | "_color": { 18 | "__type__": "cc.Color", 19 | "r": 255, 20 | "g": 255, 21 | "b": 255, 22 | "a": 255 23 | }, 24 | "_cascadeOpacityEnabled": true, 25 | "_parent": null, 26 | "_anchorPoint": { 27 | "__type__": "cc.Vec2", 28 | "x": 0.5, 29 | "y": 0.5 30 | }, 31 | "_contentSize": { 32 | "__type__": "cc.Size", 33 | "width": 100, 34 | "height": 40 35 | }, 36 | "_children": [ 37 | { 38 | "__id__": 2 39 | } 40 | ], 41 | "_rotationX": 0, 42 | "_rotationY": 0, 43 | "_scaleX": 1, 44 | "_scaleY": 1, 45 | "_position": { 46 | "__type__": "cc.Vec2", 47 | "x": 0, 48 | "y": 0 49 | }, 50 | "_skewX": 0, 51 | "_skewY": 0, 52 | "_localZOrder": 0, 53 | "_globalZOrder": 0, 54 | "_tag": -1, 55 | "_opacityModifyRGB": false, 56 | "_reorderChildDirty": false, 57 | "_id": "", 58 | "_active": true, 59 | "_components": [ 60 | { 61 | "__id__": 5 62 | }, 63 | { 64 | "__id__": 6 65 | } 66 | ], 67 | "_prefab": { 68 | "__id__": 7 69 | }, 70 | "groupIndex": 0 71 | }, 72 | { 73 | "__type__": "cc.Node", 74 | "_name": "Label", 75 | "_objFlags": 0, 76 | "_opacity": 255, 77 | "_color": { 78 | "__type__": "cc.Color", 79 | "r": 0, 80 | "g": 0, 81 | "b": 0, 82 | "a": 255 83 | }, 84 | "_cascadeOpacityEnabled": true, 85 | "_parent": { 86 | "__id__": 1 87 | }, 88 | "_anchorPoint": { 89 | "__type__": "cc.Vec2", 90 | "x": 0.5, 91 | "y": 0.5 92 | }, 93 | "_contentSize": { 94 | "__type__": "cc.Size", 95 | "width": 100, 96 | "height": 40 97 | }, 98 | "_children": [], 99 | "_rotationX": 0, 100 | "_rotationY": 0, 101 | "_scaleX": 1, 102 | "_scaleY": 1, 103 | "_position": { 104 | "__type__": "cc.Vec2", 105 | "x": 0, 106 | "y": 0 107 | }, 108 | "_skewX": 0, 109 | "_skewY": 0, 110 | "_localZOrder": 0, 111 | "_globalZOrder": 0, 112 | "_tag": -1, 113 | "_opacityModifyRGB": false, 114 | "_reorderChildDirty": false, 115 | "_id": "", 116 | "_active": true, 117 | "_components": [ 118 | { 119 | "__id__": 3 120 | } 121 | ], 122 | "_prefab": { 123 | "__id__": 4 124 | }, 125 | "groupIndex": 0 126 | }, 127 | { 128 | "__type__": "cc.Label", 129 | "_name": "", 130 | "_objFlags": 0, 131 | "node": { 132 | "__id__": 2 133 | }, 134 | "_enabled": true, 135 | "_useOriginalSize": false, 136 | "_fontSize": 20, 137 | "_lineHeight": 40, 138 | "_enableWrapText": false, 139 | "_N$file": null, 140 | "_isSystemFontUsed": true, 141 | "_N$string": "button", 142 | "_N$horizontalAlign": 1, 143 | "_N$verticalAlign": 1, 144 | "_N$overflow": 1 145 | }, 146 | { 147 | "__type__": "cc.PrefabInfo", 148 | "root": { 149 | "__id__": 1 150 | }, 151 | "asset": { 152 | "__uuid__": "972b9a4d-47ee-4c74-b5c3-61d8a69bc29f" 153 | }, 154 | "fileId": "d3174kdUaZEoawd6DAb2S0l" 155 | }, 156 | { 157 | "__type__": "cc.Sprite", 158 | "_name": "", 159 | "_objFlags": 0, 160 | "node": { 161 | "__id__": 1 162 | }, 163 | "_enabled": true, 164 | "_spriteFrame": { 165 | "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" 166 | }, 167 | "_type": 1, 168 | "_sizeMode": 0, 169 | "_fillType": 0, 170 | "_fillCenter": { 171 | "__type__": "cc.Vec2", 172 | "x": 0, 173 | "y": 0 174 | }, 175 | "_fillStart": 0, 176 | "_fillRange": 0, 177 | "_isTrimmedMode": true, 178 | "_srcBlendFactor": 770, 179 | "_dstBlendFactor": 771, 180 | "_atlas": null 181 | }, 182 | { 183 | "__type__": "cc.Button", 184 | "_name": "", 185 | "_objFlags": 0, 186 | "node": { 187 | "__id__": 1 188 | }, 189 | "_enabled": true, 190 | "transition": 2, 191 | "pressedColor": { 192 | "__type__": "cc.Color", 193 | "r": 255, 194 | "g": 255, 195 | "b": 255, 196 | "a": 255 197 | }, 198 | "hoverColor": { 199 | "__type__": "cc.Color", 200 | "r": 255, 201 | "g": 255, 202 | "b": 255, 203 | "a": 255 204 | }, 205 | "duration": 0.1, 206 | "pressedSprite": { 207 | "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" 208 | }, 209 | "hoverSprite": { 210 | "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a" 211 | }, 212 | "clickEvents": [], 213 | "_N$interactable": true, 214 | "_N$normalColor": { 215 | "__type__": "cc.Color", 216 | "r": 255, 217 | "g": 255, 218 | "b": 255, 219 | "a": 255 220 | }, 221 | "_N$disabledColor": { 222 | "__type__": "cc.Color", 223 | "r": 255, 224 | "g": 255, 225 | "b": 255, 226 | "a": 255 227 | }, 228 | "_N$normalSprite": { 229 | "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952" 230 | }, 231 | "_N$disabledSprite": { 232 | "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e" 233 | }, 234 | "_N$target": { 235 | "__id__": 1 236 | } 237 | }, 238 | { 239 | "__type__": "cc.PrefabInfo", 240 | "root": { 241 | "__id__": 1 242 | }, 243 | "asset": { 244 | "__uuid__": "972b9a4d-47ee-4c74-b5c3-61d8a69bc29f" 245 | }, 246 | "fileId": "59d3ePxgxhP17q/bKZe2Mkj" 247 | } 248 | ] -------------------------------------------------------------------------------- /library/imports/9b/9bbda31e-ad49-43c9-aaf2-f7d9896bac69.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_panel", 5 | "texture": "d81ec8ad-247c-4e62-aa3c-d35c4193c7af", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 20, 11 | 20 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 20, 19 | 20 20 | ], 21 | "capInsets": [ 22 | 4, 23 | 3, 24 | 4, 25 | 3 26 | ] 27 | } 28 | } -------------------------------------------------------------------------------- /library/imports/a2/a23235d1-15db-4b95-8439-a2e005bfff91.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_sprite_splash", 5 | "texture": "0275e94c-56a7-410f-bd1a-fc7483f7d14a", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 2, 11 | 2 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 2, 19 | 2 20 | ] 21 | } 22 | } -------------------------------------------------------------------------------- /library/imports/bf/bf0a434c-84dd-4a8e-a08a-7a36f180cc75.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "toggleGroup", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "data": { 8 | "__id__": 1 9 | }, 10 | "asyncLoadAssets": false 11 | }, 12 | { 13 | "__type__": "cc.Node", 14 | "_name": "toggleGroup", 15 | "_objFlags": 0, 16 | "_parent": null, 17 | "_children": [ 18 | { 19 | "__id__": 2 20 | }, 21 | { 22 | "__id__": 12 23 | }, 24 | { 25 | "__id__": 21 26 | } 27 | ], 28 | "_tag": -1, 29 | "_active": true, 30 | "_components": [ 31 | { 32 | "__id__": 10 33 | } 34 | ], 35 | "_prefab": { 36 | "__id__": 30 37 | }, 38 | "_id": "", 39 | "_opacity": 255, 40 | "_color": { 41 | "__type__": "cc.Color", 42 | "r": 255, 43 | "g": 255, 44 | "b": 255, 45 | "a": 255 46 | }, 47 | "_cascadeOpacityEnabled": true, 48 | "_anchorPoint": { 49 | "__type__": "cc.Vec2", 50 | "x": 0.5, 51 | "y": 0.5 52 | }, 53 | "_contentSize": { 54 | "__type__": "cc.Size", 55 | "width": 221, 56 | "height": 61 57 | }, 58 | "_rotationX": 0, 59 | "_rotationY": 0, 60 | "_scaleX": 1, 61 | "_scaleY": 1, 62 | "_position": { 63 | "__type__": "cc.Vec2", 64 | "x": 0, 65 | "y": 0 66 | }, 67 | "_skewX": 0, 68 | "_skewY": 0, 69 | "_localZOrder": 0, 70 | "_globalZOrder": 0, 71 | "_opacityModifyRGB": false, 72 | "groupIndex": 0 73 | }, 74 | { 75 | "__type__": "cc.Node", 76 | "_name": "toggle1", 77 | "_objFlags": 0, 78 | "_parent": { 79 | "__id__": 1 80 | }, 81 | "_children": [ 82 | { 83 | "__id__": 3 84 | }, 85 | { 86 | "__id__": 6 87 | } 88 | ], 89 | "_tag": -1, 90 | "_active": true, 91 | "_components": [ 92 | { 93 | "__id__": 9 94 | } 95 | ], 96 | "_prefab": { 97 | "__id__": 11 98 | }, 99 | "_id": "", 100 | "_opacity": 255, 101 | "_color": { 102 | "__type__": "cc.Color", 103 | "r": 255, 104 | "g": 255, 105 | "b": 255, 106 | "a": 255 107 | }, 108 | "_cascadeOpacityEnabled": true, 109 | "_anchorPoint": { 110 | "__type__": "cc.Vec2", 111 | "x": 0.5, 112 | "y": 0.5 113 | }, 114 | "_contentSize": { 115 | "__type__": "cc.Size", 116 | "width": 41, 117 | "height": 28 118 | }, 119 | "_rotationX": 0, 120 | "_rotationY": 0, 121 | "_scaleX": 1, 122 | "_scaleY": 1, 123 | "_position": { 124 | "__type__": "cc.Vec2", 125 | "x": -62, 126 | "y": 3 127 | }, 128 | "_skewX": 0, 129 | "_skewY": 0, 130 | "_localZOrder": 0, 131 | "_globalZOrder": 0, 132 | "_opacityModifyRGB": false, 133 | "groupIndex": 0 134 | }, 135 | { 136 | "__type__": "cc.Node", 137 | "_name": "Background", 138 | "_objFlags": 0, 139 | "_parent": { 140 | "__id__": 2 141 | }, 142 | "_children": [], 143 | "_tag": -1, 144 | "_active": true, 145 | "_components": [ 146 | { 147 | "__id__": 4 148 | } 149 | ], 150 | "_prefab": { 151 | "__id__": 5 152 | }, 153 | "_id": "", 154 | "_opacity": 255, 155 | "_color": { 156 | "__type__": "cc.Color", 157 | "r": 255, 158 | "g": 255, 159 | "b": 255, 160 | "a": 255 161 | }, 162 | "_cascadeOpacityEnabled": true, 163 | "_anchorPoint": { 164 | "__type__": "cc.Vec2", 165 | "x": 0.5, 166 | "y": 0.5 167 | }, 168 | "_contentSize": { 169 | "__type__": "cc.Size", 170 | "width": 28, 171 | "height": 30 172 | }, 173 | "_rotationX": 0, 174 | "_rotationY": 0, 175 | "_scaleX": 1, 176 | "_scaleY": 1, 177 | "_position": { 178 | "__type__": "cc.Vec2", 179 | "x": 0, 180 | "y": 0 181 | }, 182 | "_skewX": 0, 183 | "_skewY": 0, 184 | "_localZOrder": 0, 185 | "_globalZOrder": 0, 186 | "_opacityModifyRGB": false, 187 | "groupIndex": 0 188 | }, 189 | { 190 | "__type__": "cc.Sprite", 191 | "_name": "", 192 | "_objFlags": 0, 193 | "node": { 194 | "__id__": 3 195 | }, 196 | "_enabled": true, 197 | "_spriteFrame": { 198 | "__uuid__": "e7aba14b-f956-4480-b254-8d57832e273f" 199 | }, 200 | "_type": 0, 201 | "_sizeMode": 1, 202 | "_fillType": 0, 203 | "_fillCenter": { 204 | "__type__": "cc.Vec2", 205 | "x": 0, 206 | "y": 0 207 | }, 208 | "_fillStart": 0, 209 | "_fillRange": 0, 210 | "_isTrimmedMode": true, 211 | "_srcBlendFactor": 770, 212 | "_dstBlendFactor": 771, 213 | "_atlas": null 214 | }, 215 | { 216 | "__type__": "cc.PrefabInfo", 217 | "root": { 218 | "__id__": 1 219 | }, 220 | "asset": { 221 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 222 | }, 223 | "fileId": "12e439SyJxPm6pHTRj/H92b", 224 | "sync": false 225 | }, 226 | { 227 | "__type__": "cc.Node", 228 | "_name": "checkmark", 229 | "_objFlags": 0, 230 | "_parent": { 231 | "__id__": 2 232 | }, 233 | "_children": [], 234 | "_tag": -1, 235 | "_active": true, 236 | "_components": [ 237 | { 238 | "__id__": 7 239 | } 240 | ], 241 | "_prefab": { 242 | "__id__": 8 243 | }, 244 | "_id": "", 245 | "_opacity": 255, 246 | "_color": { 247 | "__type__": "cc.Color", 248 | "r": 255, 249 | "g": 255, 250 | "b": 255, 251 | "a": 255 252 | }, 253 | "_cascadeOpacityEnabled": true, 254 | "_anchorPoint": { 255 | "__type__": "cc.Vec2", 256 | "x": 0.5, 257 | "y": 0.5 258 | }, 259 | "_contentSize": { 260 | "__type__": "cc.Size", 261 | "width": 32, 262 | "height": 32 263 | }, 264 | "_rotationX": 0, 265 | "_rotationY": 0, 266 | "_scaleX": 1, 267 | "_scaleY": 1, 268 | "_position": { 269 | "__type__": "cc.Vec2", 270 | "x": 0, 271 | "y": 0 272 | }, 273 | "_skewX": 0, 274 | "_skewY": 0, 275 | "_localZOrder": 0, 276 | "_globalZOrder": 0, 277 | "_opacityModifyRGB": false, 278 | "groupIndex": 0 279 | }, 280 | { 281 | "__type__": "cc.Sprite", 282 | "_name": "", 283 | "_objFlags": 0, 284 | "node": { 285 | "__id__": 6 286 | }, 287 | "_enabled": true, 288 | "_spriteFrame": { 289 | "__uuid__": "1a32fc76-f0bd-4f66-980f-56929c0ca0b3" 290 | }, 291 | "_type": 0, 292 | "_sizeMode": 2, 293 | "_fillType": 0, 294 | "_fillCenter": { 295 | "__type__": "cc.Vec2", 296 | "x": 0, 297 | "y": 0 298 | }, 299 | "_fillStart": 0, 300 | "_fillRange": 0, 301 | "_isTrimmedMode": false, 302 | "_srcBlendFactor": 770, 303 | "_dstBlendFactor": 771, 304 | "_atlas": null 305 | }, 306 | { 307 | "__type__": "cc.PrefabInfo", 308 | "root": { 309 | "__id__": 1 310 | }, 311 | "asset": { 312 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 313 | }, 314 | "fileId": "d5f81EvT59O3IYhi0b8awdA", 315 | "sync": false 316 | }, 317 | { 318 | "__type__": "cc.Toggle", 319 | "_name": "", 320 | "_objFlags": 0, 321 | "node": { 322 | "__id__": 2 323 | }, 324 | "_enabled": true, 325 | "transition": 3, 326 | "pressedColor": { 327 | "__type__": "cc.Color", 328 | "r": 211, 329 | "g": 211, 330 | "b": 211, 331 | "a": 255 332 | }, 333 | "hoverColor": { 334 | "__type__": "cc.Color", 335 | "r": 255, 336 | "g": 255, 337 | "b": 255, 338 | "a": 255 339 | }, 340 | "duration": 0.1, 341 | "zoomScale": 1.2, 342 | "pressedSprite": null, 343 | "hoverSprite": null, 344 | "clickEvents": [], 345 | "_N$interactable": true, 346 | "_N$enableAutoGrayEffect": false, 347 | "_N$normalColor": { 348 | "__type__": "cc.Color", 349 | "r": 214, 350 | "g": 214, 351 | "b": 214, 352 | "a": 255 353 | }, 354 | "_N$disabledColor": { 355 | "__type__": "cc.Color", 356 | "r": 124, 357 | "g": 124, 358 | "b": 124, 359 | "a": 255 360 | }, 361 | "_N$normalSprite": null, 362 | "_N$disabledSprite": null, 363 | "_N$target": { 364 | "__id__": 3 365 | }, 366 | "toggleGroup": { 367 | "__id__": 10 368 | }, 369 | "checkMark": { 370 | "__id__": 7 371 | }, 372 | "checkEvents": [], 373 | "_N$isChecked": true 374 | }, 375 | { 376 | "__type__": "cc.ToggleGroup", 377 | "_name": "", 378 | "_objFlags": 0, 379 | "node": { 380 | "__id__": 1 381 | }, 382 | "_enabled": true, 383 | "allowSwitchOff": false 384 | }, 385 | { 386 | "__type__": "cc.PrefabInfo", 387 | "root": { 388 | "__id__": 1 389 | }, 390 | "asset": { 391 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 392 | }, 393 | "fileId": "f8ae482OYFF86r5AHHZHzkB", 394 | "sync": false 395 | }, 396 | { 397 | "__type__": "cc.Node", 398 | "_name": "toggle2", 399 | "_objFlags": 0, 400 | "_parent": { 401 | "__id__": 1 402 | }, 403 | "_children": [ 404 | { 405 | "__id__": 13 406 | }, 407 | { 408 | "__id__": 16 409 | } 410 | ], 411 | "_tag": -1, 412 | "_active": true, 413 | "_components": [ 414 | { 415 | "__id__": 19 416 | } 417 | ], 418 | "_prefab": { 419 | "__id__": 20 420 | }, 421 | "_id": "", 422 | "_opacity": 255, 423 | "_color": { 424 | "__type__": "cc.Color", 425 | "r": 255, 426 | "g": 255, 427 | "b": 255, 428 | "a": 255 429 | }, 430 | "_cascadeOpacityEnabled": true, 431 | "_anchorPoint": { 432 | "__type__": "cc.Vec2", 433 | "x": 0.5, 434 | "y": 0.5 435 | }, 436 | "_contentSize": { 437 | "__type__": "cc.Size", 438 | "width": 42, 439 | "height": 28 440 | }, 441 | "_rotationX": 0, 442 | "_rotationY": 0, 443 | "_scaleX": 1, 444 | "_scaleY": 1, 445 | "_position": { 446 | "__type__": "cc.Vec2", 447 | "x": 15, 448 | "y": 3 449 | }, 450 | "_skewX": 0, 451 | "_skewY": 0, 452 | "_localZOrder": 0, 453 | "_globalZOrder": 0, 454 | "_opacityModifyRGB": false, 455 | "groupIndex": 0 456 | }, 457 | { 458 | "__type__": "cc.Node", 459 | "_name": "Background", 460 | "_objFlags": 0, 461 | "_parent": { 462 | "__id__": 12 463 | }, 464 | "_children": [], 465 | "_tag": -1, 466 | "_active": true, 467 | "_components": [ 468 | { 469 | "__id__": 14 470 | } 471 | ], 472 | "_prefab": { 473 | "__id__": 15 474 | }, 475 | "_id": "", 476 | "_opacity": 255, 477 | "_color": { 478 | "__type__": "cc.Color", 479 | "r": 255, 480 | "g": 255, 481 | "b": 255, 482 | "a": 255 483 | }, 484 | "_cascadeOpacityEnabled": true, 485 | "_anchorPoint": { 486 | "__type__": "cc.Vec2", 487 | "x": 0.5, 488 | "y": 0.5 489 | }, 490 | "_contentSize": { 491 | "__type__": "cc.Size", 492 | "width": 28, 493 | "height": 30 494 | }, 495 | "_rotationX": 0, 496 | "_rotationY": 0, 497 | "_scaleX": 1, 498 | "_scaleY": 1, 499 | "_position": { 500 | "__type__": "cc.Vec2", 501 | "x": 0, 502 | "y": 0 503 | }, 504 | "_skewX": 0, 505 | "_skewY": 0, 506 | "_localZOrder": 0, 507 | "_globalZOrder": 0, 508 | "_opacityModifyRGB": false, 509 | "groupIndex": 0 510 | }, 511 | { 512 | "__type__": "cc.Sprite", 513 | "_name": "", 514 | "_objFlags": 0, 515 | "node": { 516 | "__id__": 13 517 | }, 518 | "_enabled": true, 519 | "_spriteFrame": { 520 | "__uuid__": "e7aba14b-f956-4480-b254-8d57832e273f" 521 | }, 522 | "_type": 0, 523 | "_sizeMode": 1, 524 | "_fillType": 0, 525 | "_fillCenter": { 526 | "__type__": "cc.Vec2", 527 | "x": 0, 528 | "y": 0 529 | }, 530 | "_fillStart": 0, 531 | "_fillRange": 0, 532 | "_isTrimmedMode": true, 533 | "_srcBlendFactor": 770, 534 | "_dstBlendFactor": 771, 535 | "_atlas": null 536 | }, 537 | { 538 | "__type__": "cc.PrefabInfo", 539 | "root": { 540 | "__id__": 1 541 | }, 542 | "asset": { 543 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 544 | }, 545 | "fileId": "23182iNXjhGfbiM+k2MoPhG", 546 | "sync": false 547 | }, 548 | { 549 | "__type__": "cc.Node", 550 | "_name": "checkmark", 551 | "_objFlags": 0, 552 | "_parent": { 553 | "__id__": 12 554 | }, 555 | "_children": [], 556 | "_tag": -1, 557 | "_active": false, 558 | "_components": [ 559 | { 560 | "__id__": 17 561 | } 562 | ], 563 | "_prefab": { 564 | "__id__": 18 565 | }, 566 | "_id": "", 567 | "_opacity": 255, 568 | "_color": { 569 | "__type__": "cc.Color", 570 | "r": 255, 571 | "g": 255, 572 | "b": 255, 573 | "a": 255 574 | }, 575 | "_cascadeOpacityEnabled": true, 576 | "_anchorPoint": { 577 | "__type__": "cc.Vec2", 578 | "x": 0.5, 579 | "y": 0.5 580 | }, 581 | "_contentSize": { 582 | "__type__": "cc.Size", 583 | "width": 32, 584 | "height": 32 585 | }, 586 | "_rotationX": 0, 587 | "_rotationY": 0, 588 | "_scaleX": 1, 589 | "_scaleY": 1, 590 | "_position": { 591 | "__type__": "cc.Vec2", 592 | "x": 0, 593 | "y": 0 594 | }, 595 | "_skewX": 0, 596 | "_skewY": 0, 597 | "_localZOrder": 0, 598 | "_globalZOrder": 0, 599 | "_opacityModifyRGB": false, 600 | "groupIndex": 0 601 | }, 602 | { 603 | "__type__": "cc.Sprite", 604 | "_name": "", 605 | "_objFlags": 0, 606 | "node": { 607 | "__id__": 16 608 | }, 609 | "_enabled": true, 610 | "_spriteFrame": { 611 | "__uuid__": "1a32fc76-f0bd-4f66-980f-56929c0ca0b3" 612 | }, 613 | "_type": 0, 614 | "_sizeMode": 2, 615 | "_fillType": 0, 616 | "_fillCenter": { 617 | "__type__": "cc.Vec2", 618 | "x": 0, 619 | "y": 0 620 | }, 621 | "_fillStart": 0, 622 | "_fillRange": 0, 623 | "_isTrimmedMode": false, 624 | "_srcBlendFactor": 770, 625 | "_dstBlendFactor": 771, 626 | "_atlas": null 627 | }, 628 | { 629 | "__type__": "cc.PrefabInfo", 630 | "root": { 631 | "__id__": 1 632 | }, 633 | "asset": { 634 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 635 | }, 636 | "fileId": "67160qO3xZPvYfuiiHVaiyt", 637 | "sync": false 638 | }, 639 | { 640 | "__type__": "cc.Toggle", 641 | "_name": "", 642 | "_objFlags": 0, 643 | "node": { 644 | "__id__": 12 645 | }, 646 | "_enabled": true, 647 | "transition": 3, 648 | "pressedColor": { 649 | "__type__": "cc.Color", 650 | "r": 211, 651 | "g": 211, 652 | "b": 211, 653 | "a": 255 654 | }, 655 | "hoverColor": { 656 | "__type__": "cc.Color", 657 | "r": 255, 658 | "g": 255, 659 | "b": 255, 660 | "a": 255 661 | }, 662 | "duration": 0.1, 663 | "zoomScale": 1.2, 664 | "pressedSprite": null, 665 | "hoverSprite": null, 666 | "clickEvents": [], 667 | "_N$interactable": true, 668 | "_N$enableAutoGrayEffect": false, 669 | "_N$normalColor": { 670 | "__type__": "cc.Color", 671 | "r": 214, 672 | "g": 214, 673 | "b": 214, 674 | "a": 255 675 | }, 676 | "_N$disabledColor": { 677 | "__type__": "cc.Color", 678 | "r": 124, 679 | "g": 124, 680 | "b": 124, 681 | "a": 255 682 | }, 683 | "_N$normalSprite": null, 684 | "_N$disabledSprite": null, 685 | "_N$target": { 686 | "__id__": 13 687 | }, 688 | "toggleGroup": { 689 | "__id__": 10 690 | }, 691 | "checkMark": { 692 | "__id__": 17 693 | }, 694 | "checkEvents": [], 695 | "_N$isChecked": false 696 | }, 697 | { 698 | "__type__": "cc.PrefabInfo", 699 | "root": { 700 | "__id__": 1 701 | }, 702 | "asset": { 703 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 704 | }, 705 | "fileId": "4b82d4NuWJDnZcPM+lR6By/", 706 | "sync": false 707 | }, 708 | { 709 | "__type__": "cc.Node", 710 | "_name": "toggle3", 711 | "_objFlags": 0, 712 | "_parent": { 713 | "__id__": 1 714 | }, 715 | "_children": [ 716 | { 717 | "__id__": 22 718 | }, 719 | { 720 | "__id__": 25 721 | } 722 | ], 723 | "_tag": -1, 724 | "_active": true, 725 | "_components": [ 726 | { 727 | "__id__": 28 728 | } 729 | ], 730 | "_prefab": { 731 | "__id__": 29 732 | }, 733 | "_id": "", 734 | "_opacity": 255, 735 | "_color": { 736 | "__type__": "cc.Color", 737 | "r": 255, 738 | "g": 255, 739 | "b": 255, 740 | "a": 255 741 | }, 742 | "_cascadeOpacityEnabled": true, 743 | "_anchorPoint": { 744 | "__type__": "cc.Vec2", 745 | "x": 0.5, 746 | "y": 0.5 747 | }, 748 | "_contentSize": { 749 | "__type__": "cc.Size", 750 | "width": 37, 751 | "height": 28 752 | }, 753 | "_rotationX": 0, 754 | "_rotationY": 0, 755 | "_scaleX": 1, 756 | "_scaleY": 1, 757 | "_position": { 758 | "__type__": "cc.Vec2", 759 | "x": 91, 760 | "y": 3 761 | }, 762 | "_skewX": 0, 763 | "_skewY": 0, 764 | "_localZOrder": 0, 765 | "_globalZOrder": 0, 766 | "_opacityModifyRGB": false, 767 | "groupIndex": 0 768 | }, 769 | { 770 | "__type__": "cc.Node", 771 | "_name": "Background", 772 | "_objFlags": 0, 773 | "_parent": { 774 | "__id__": 21 775 | }, 776 | "_children": [], 777 | "_tag": -1, 778 | "_active": true, 779 | "_components": [ 780 | { 781 | "__id__": 23 782 | } 783 | ], 784 | "_prefab": { 785 | "__id__": 24 786 | }, 787 | "_id": "", 788 | "_opacity": 255, 789 | "_color": { 790 | "__type__": "cc.Color", 791 | "r": 255, 792 | "g": 255, 793 | "b": 255, 794 | "a": 255 795 | }, 796 | "_cascadeOpacityEnabled": true, 797 | "_anchorPoint": { 798 | "__type__": "cc.Vec2", 799 | "x": 0.5, 800 | "y": 0.5 801 | }, 802 | "_contentSize": { 803 | "__type__": "cc.Size", 804 | "width": 28, 805 | "height": 30 806 | }, 807 | "_rotationX": 0, 808 | "_rotationY": 0, 809 | "_scaleX": 1, 810 | "_scaleY": 1, 811 | "_position": { 812 | "__type__": "cc.Vec2", 813 | "x": 0, 814 | "y": 0 815 | }, 816 | "_skewX": 0, 817 | "_skewY": 0, 818 | "_localZOrder": 0, 819 | "_globalZOrder": 0, 820 | "_opacityModifyRGB": false, 821 | "groupIndex": 0 822 | }, 823 | { 824 | "__type__": "cc.Sprite", 825 | "_name": "", 826 | "_objFlags": 0, 827 | "node": { 828 | "__id__": 22 829 | }, 830 | "_enabled": true, 831 | "_spriteFrame": { 832 | "__uuid__": "e7aba14b-f956-4480-b254-8d57832e273f" 833 | }, 834 | "_type": 0, 835 | "_sizeMode": 1, 836 | "_fillType": 0, 837 | "_fillCenter": { 838 | "__type__": "cc.Vec2", 839 | "x": 0, 840 | "y": 0 841 | }, 842 | "_fillStart": 0, 843 | "_fillRange": 0, 844 | "_isTrimmedMode": true, 845 | "_srcBlendFactor": 770, 846 | "_dstBlendFactor": 771, 847 | "_atlas": null 848 | }, 849 | { 850 | "__type__": "cc.PrefabInfo", 851 | "root": { 852 | "__id__": 1 853 | }, 854 | "asset": { 855 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 856 | }, 857 | "fileId": "7042dNy6Q1OmYWrdrd+O8Q7", 858 | "sync": false 859 | }, 860 | { 861 | "__type__": "cc.Node", 862 | "_name": "checkmark", 863 | "_objFlags": 0, 864 | "_parent": { 865 | "__id__": 21 866 | }, 867 | "_children": [], 868 | "_tag": -1, 869 | "_active": false, 870 | "_components": [ 871 | { 872 | "__id__": 26 873 | } 874 | ], 875 | "_prefab": { 876 | "__id__": 27 877 | }, 878 | "_id": "", 879 | "_opacity": 255, 880 | "_color": { 881 | "__type__": "cc.Color", 882 | "r": 255, 883 | "g": 255, 884 | "b": 255, 885 | "a": 255 886 | }, 887 | "_cascadeOpacityEnabled": true, 888 | "_anchorPoint": { 889 | "__type__": "cc.Vec2", 890 | "x": 0.5, 891 | "y": 0.5 892 | }, 893 | "_contentSize": { 894 | "__type__": "cc.Size", 895 | "width": 32, 896 | "height": 32 897 | }, 898 | "_rotationX": 0, 899 | "_rotationY": 0, 900 | "_scaleX": 1, 901 | "_scaleY": 1, 902 | "_position": { 903 | "__type__": "cc.Vec2", 904 | "x": 0, 905 | "y": 0 906 | }, 907 | "_skewX": 0, 908 | "_skewY": 0, 909 | "_localZOrder": 0, 910 | "_globalZOrder": 0, 911 | "_opacityModifyRGB": false, 912 | "groupIndex": 0 913 | }, 914 | { 915 | "__type__": "cc.Sprite", 916 | "_name": "", 917 | "_objFlags": 0, 918 | "node": { 919 | "__id__": 25 920 | }, 921 | "_enabled": true, 922 | "_spriteFrame": { 923 | "__uuid__": "1a32fc76-f0bd-4f66-980f-56929c0ca0b3" 924 | }, 925 | "_type": 0, 926 | "_sizeMode": 2, 927 | "_fillType": 0, 928 | "_fillCenter": { 929 | "__type__": "cc.Vec2", 930 | "x": 0, 931 | "y": 0 932 | }, 933 | "_fillStart": 0, 934 | "_fillRange": 0, 935 | "_isTrimmedMode": false, 936 | "_srcBlendFactor": 770, 937 | "_dstBlendFactor": 771, 938 | "_atlas": null 939 | }, 940 | { 941 | "__type__": "cc.PrefabInfo", 942 | "root": { 943 | "__id__": 1 944 | }, 945 | "asset": { 946 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 947 | }, 948 | "fileId": "faafbv5RyVCB5deTlAulXVo", 949 | "sync": false 950 | }, 951 | { 952 | "__type__": "cc.Toggle", 953 | "_name": "", 954 | "_objFlags": 0, 955 | "node": { 956 | "__id__": 21 957 | }, 958 | "_enabled": true, 959 | "transition": 3, 960 | "pressedColor": { 961 | "__type__": "cc.Color", 962 | "r": 211, 963 | "g": 211, 964 | "b": 211, 965 | "a": 255 966 | }, 967 | "hoverColor": { 968 | "__type__": "cc.Color", 969 | "r": 255, 970 | "g": 255, 971 | "b": 255, 972 | "a": 255 973 | }, 974 | "duration": 0.1, 975 | "zoomScale": 1.2, 976 | "pressedSprite": null, 977 | "hoverSprite": null, 978 | "clickEvents": [], 979 | "_N$interactable": true, 980 | "_N$enableAutoGrayEffect": false, 981 | "_N$normalColor": { 982 | "__type__": "cc.Color", 983 | "r": 214, 984 | "g": 214, 985 | "b": 214, 986 | "a": 255 987 | }, 988 | "_N$disabledColor": { 989 | "__type__": "cc.Color", 990 | "r": 124, 991 | "g": 124, 992 | "b": 124, 993 | "a": 255 994 | }, 995 | "_N$normalSprite": null, 996 | "_N$disabledSprite": null, 997 | "_N$target": { 998 | "__id__": 22 999 | }, 1000 | "toggleGroup": { 1001 | "__id__": 10 1002 | }, 1003 | "checkMark": { 1004 | "__id__": 26 1005 | }, 1006 | "checkEvents": [], 1007 | "_N$isChecked": false 1008 | }, 1009 | { 1010 | "__type__": "cc.PrefabInfo", 1011 | "root": { 1012 | "__id__": 1 1013 | }, 1014 | "asset": { 1015 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 1016 | }, 1017 | "fileId": "2b5ebCn5ohKwJt/iEtuj16b", 1018 | "sync": false 1019 | }, 1020 | { 1021 | "__type__": "cc.PrefabInfo", 1022 | "root": { 1023 | "__id__": 1 1024 | }, 1025 | "asset": { 1026 | "__uuid__": "bf0a434c-84dd-4a8e-a08a-7a36f180cc75" 1027 | }, 1028 | "fileId": "8762b/ljEVCT4m/QHu2tS1g", 1029 | "sync": false 1030 | } 1031 | ] -------------------------------------------------------------------------------- /library/imports/c9/c9fa51ff-3f01-4601-8f80-325d1b11dab7.json: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.SpriteFrame", 3 | "content": { 4 | "name": "default_scrollbar_bg", 5 | "texture": "4bab67cb-18e6-4099-b840-355f0473f890", 6 | "atlas": "", 7 | "rect": [ 8 | 0, 9 | 0, 10 | 30, 11 | 15 12 | ], 13 | "offset": [ 14 | 0, 15 | 0 16 | ], 17 | "originalSize": [ 18 | 30, 19 | 15 20 | ], 21 | "capInsets": [ 22 | 10, 23 | 0, 24 | 10, 25 | 0 26 | ] 27 | } 28 | } -------------------------------------------------------------------------------- /library/imports/ca/ca8401fe-ad6e-41a8-bd46-8e3e4e9945be.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "pageview", 5 | "_objFlags": 0, 6 | "_rawFiles": null, 7 | "data": { 8 | "__id__": 1 9 | }, 10 | "asyncLoadAssets": false 11 | }, 12 | { 13 | "__type__": "cc.Node", 14 | "_name": "pageview", 15 | "_objFlags": 0, 16 | "_opacity": 255, 17 | "_color": { 18 | "__type__": "cc.Color", 19 | "r": 255, 20 | "g": 255, 21 | "b": 255, 22 | "a": 255 23 | }, 24 | "_cascadeOpacityEnabled": true, 25 | "_parent": null, 26 | "_anchorPoint": { 27 | "__type__": "cc.Vec2", 28 | "x": 0.5, 29 | "y": 0.5 30 | }, 31 | "_contentSize": { 32 | "__type__": "cc.Size", 33 | "width": 500, 34 | "height": 450 35 | }, 36 | "_children": [ 37 | { 38 | "__id__": 2 39 | }, 40 | { 41 | "__id__": 5 42 | }, 43 | { 44 | "__id__": 20 45 | } 46 | ], 47 | "_rotationX": 0, 48 | "_rotationY": 0, 49 | "_scaleX": 1, 50 | "_scaleY": 1, 51 | "_position": { 52 | "__type__": "cc.Vec2", 53 | "x": 0, 54 | "y": 0 55 | }, 56 | "_skewX": 0, 57 | "_skewY": 0, 58 | "_localZOrder": 0, 59 | "_globalZOrder": 0, 60 | "_tag": -1, 61 | "_opacityModifyRGB": false, 62 | "_id": "", 63 | "_active": true, 64 | "_components": [ 65 | { 66 | "__id__": 22 67 | } 68 | ], 69 | "_prefab": { 70 | "__id__": 24 71 | }, 72 | "groupIndex": 0 73 | }, 74 | { 75 | "__type__": "cc.Node", 76 | "_name": "background", 77 | "_objFlags": 0, 78 | "_opacity": 255, 79 | "_color": { 80 | "__type__": "cc.Color", 81 | "r": 255, 82 | "g": 255, 83 | "b": 255, 84 | "a": 255 85 | }, 86 | "_cascadeOpacityEnabled": true, 87 | "_parent": { 88 | "__id__": 1 89 | }, 90 | "_anchorPoint": { 91 | "__type__": "cc.Vec2", 92 | "x": 0.5, 93 | "y": 0.5 94 | }, 95 | "_contentSize": { 96 | "__type__": "cc.Size", 97 | "width": 500, 98 | "height": 450 99 | }, 100 | "_children": [], 101 | "_rotationX": 0, 102 | "_rotationY": 0, 103 | "_scaleX": 1, 104 | "_scaleY": 1, 105 | "_position": { 106 | "__type__": "cc.Vec2", 107 | "x": 0, 108 | "y": 0 109 | }, 110 | "_skewX": 0, 111 | "_skewY": 0, 112 | "_localZOrder": 0, 113 | "_globalZOrder": 0, 114 | "_tag": -1, 115 | "_opacityModifyRGB": false, 116 | "_id": "", 117 | "_active": true, 118 | "_components": [ 119 | { 120 | "__id__": 3 121 | } 122 | ], 123 | "_prefab": { 124 | "__id__": 4 125 | }, 126 | "groupIndex": 0 127 | }, 128 | { 129 | "__type__": "cc.Sprite", 130 | "_name": "", 131 | "_objFlags": 0, 132 | "node": { 133 | "__id__": 2 134 | }, 135 | "_enabled": true, 136 | "_spriteFrame": { 137 | "__uuid__": "9bbda31e-ad49-43c9-aaf2-f7d9896bac69" 138 | }, 139 | "_type": 1, 140 | "_sizeMode": 0, 141 | "_fillType": 0, 142 | "_fillCenter": { 143 | "__type__": "cc.Vec2", 144 | "x": 0, 145 | "y": 0 146 | }, 147 | "_fillStart": 0, 148 | "_fillRange": 0, 149 | "_isTrimmedMode": true, 150 | "_srcBlendFactor": 770, 151 | "_dstBlendFactor": 771, 152 | "_atlas": null 153 | }, 154 | { 155 | "__type__": "cc.PrefabInfo", 156 | "root": { 157 | "__id__": 1 158 | }, 159 | "asset": { 160 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 161 | }, 162 | "fileId": "d4995IHzA9DsKLlMTyCB0bq", 163 | "sync": false 164 | }, 165 | { 166 | "__type__": "cc.Node", 167 | "_name": "view", 168 | "_objFlags": 0, 169 | "_opacity": 255, 170 | "_color": { 171 | "__type__": "cc.Color", 172 | "r": 255, 173 | "g": 255, 174 | "b": 255, 175 | "a": 255 176 | }, 177 | "_cascadeOpacityEnabled": true, 178 | "_parent": { 179 | "__id__": 1 180 | }, 181 | "_anchorPoint": { 182 | "__type__": "cc.Vec2", 183 | "x": 0.5, 184 | "y": 0.5 185 | }, 186 | "_contentSize": { 187 | "__type__": "cc.Size", 188 | "width": 500, 189 | "height": 450 190 | }, 191 | "_children": [ 192 | { 193 | "__id__": 6 194 | } 195 | ], 196 | "_rotationX": 0, 197 | "_rotationY": 0, 198 | "_scaleX": 1, 199 | "_scaleY": 1, 200 | "_position": { 201 | "__type__": "cc.Vec2", 202 | "x": 0, 203 | "y": 0 204 | }, 205 | "_skewX": 0, 206 | "_skewY": 0, 207 | "_localZOrder": 0, 208 | "_globalZOrder": 0, 209 | "_tag": -1, 210 | "_opacityModifyRGB": false, 211 | "_id": "", 212 | "_active": true, 213 | "_components": [ 214 | { 215 | "__id__": 18 216 | } 217 | ], 218 | "_prefab": { 219 | "__id__": 19 220 | }, 221 | "groupIndex": 0 222 | }, 223 | { 224 | "__type__": "cc.Node", 225 | "_name": "content", 226 | "_objFlags": 0, 227 | "_opacity": 255, 228 | "_color": { 229 | "__type__": "cc.Color", 230 | "r": 255, 231 | "g": 255, 232 | "b": 255, 233 | "a": 255 234 | }, 235 | "_cascadeOpacityEnabled": true, 236 | "_parent": { 237 | "__id__": 5 238 | }, 239 | "_anchorPoint": { 240 | "__type__": "cc.Vec2", 241 | "x": 0, 242 | "y": 0.5 243 | }, 244 | "_contentSize": { 245 | "__type__": "cc.Size", 246 | "width": 1500, 247 | "height": 450 248 | }, 249 | "_children": [ 250 | { 251 | "__id__": 7 252 | }, 253 | { 254 | "__id__": 10 255 | }, 256 | { 257 | "__id__": 13 258 | } 259 | ], 260 | "_rotationX": 0, 261 | "_rotationY": 0, 262 | "_scaleX": 1, 263 | "_scaleY": 1, 264 | "_position": { 265 | "__type__": "cc.Vec2", 266 | "x": -250, 267 | "y": 0 268 | }, 269 | "_skewX": 0, 270 | "_skewY": 0, 271 | "_localZOrder": 0, 272 | "_globalZOrder": 0, 273 | "_tag": -1, 274 | "_opacityModifyRGB": false, 275 | "_id": "", 276 | "_active": true, 277 | "_components": [ 278 | { 279 | "__id__": 16 280 | } 281 | ], 282 | "_prefab": { 283 | "__id__": 17 284 | }, 285 | "groupIndex": 0 286 | }, 287 | { 288 | "__type__": "cc.Node", 289 | "_name": "page_1", 290 | "_objFlags": 0, 291 | "_opacity": 255, 292 | "_color": { 293 | "__type__": "cc.Color", 294 | "r": 255, 295 | "g": 70, 296 | "b": 70, 297 | "a": 255 298 | }, 299 | "_cascadeOpacityEnabled": true, 300 | "_parent": { 301 | "__id__": 6 302 | }, 303 | "_anchorPoint": { 304 | "__type__": "cc.Vec2", 305 | "x": 0.5, 306 | "y": 0.5 307 | }, 308 | "_contentSize": { 309 | "__type__": "cc.Size", 310 | "width": 500, 311 | "height": 390 312 | }, 313 | "_children": [], 314 | "_rotationX": 0, 315 | "_rotationY": 0, 316 | "_scaleX": 1, 317 | "_scaleY": 1, 318 | "_position": { 319 | "__type__": "cc.Vec2", 320 | "x": 250, 321 | "y": 0 322 | }, 323 | "_skewX": 0, 324 | "_skewY": 0, 325 | "_localZOrder": 0, 326 | "_globalZOrder": 0, 327 | "_tag": -1, 328 | "_opacityModifyRGB": false, 329 | "_id": "", 330 | "_active": true, 331 | "_components": [ 332 | { 333 | "__id__": 8 334 | } 335 | ], 336 | "_prefab": { 337 | "__id__": 9 338 | }, 339 | "groupIndex": 0 340 | }, 341 | { 342 | "__type__": "cc.Sprite", 343 | "_name": "", 344 | "_objFlags": 0, 345 | "node": { 346 | "__id__": 7 347 | }, 348 | "_enabled": true, 349 | "_spriteFrame": { 350 | "__uuid__": "9bbda31e-ad49-43c9-aaf2-f7d9896bac69" 351 | }, 352 | "_type": 1, 353 | "_sizeMode": 0, 354 | "_fillType": 0, 355 | "_fillCenter": { 356 | "__type__": "cc.Vec2", 357 | "x": 0, 358 | "y": 0 359 | }, 360 | "_fillStart": 0, 361 | "_fillRange": 0, 362 | "_isTrimmedMode": true, 363 | "_srcBlendFactor": 770, 364 | "_dstBlendFactor": 771, 365 | "_atlas": null 366 | }, 367 | { 368 | "__type__": "cc.PrefabInfo", 369 | "root": { 370 | "__id__": 1 371 | }, 372 | "asset": { 373 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 374 | }, 375 | "fileId": "e4b25otxWBLVpmoEY72dW1B", 376 | "sync": false 377 | }, 378 | { 379 | "__type__": "cc.Node", 380 | "_name": "page_2", 381 | "_objFlags": 0, 382 | "_opacity": 255, 383 | "_color": { 384 | "__type__": "cc.Color", 385 | "r": 181, 386 | "g": 255, 387 | "b": 70, 388 | "a": 255 389 | }, 390 | "_cascadeOpacityEnabled": true, 391 | "_parent": { 392 | "__id__": 6 393 | }, 394 | "_anchorPoint": { 395 | "__type__": "cc.Vec2", 396 | "x": 0.5, 397 | "y": 0.5 398 | }, 399 | "_contentSize": { 400 | "__type__": "cc.Size", 401 | "width": 500, 402 | "height": 390 403 | }, 404 | "_children": [], 405 | "_rotationX": 0, 406 | "_rotationY": 0, 407 | "_scaleX": 1, 408 | "_scaleY": 1, 409 | "_position": { 410 | "__type__": "cc.Vec2", 411 | "x": 750, 412 | "y": 0 413 | }, 414 | "_skewX": 0, 415 | "_skewY": 0, 416 | "_localZOrder": 0, 417 | "_globalZOrder": 0, 418 | "_tag": -1, 419 | "_opacityModifyRGB": false, 420 | "_id": "", 421 | "_active": true, 422 | "_components": [ 423 | { 424 | "__id__": 11 425 | } 426 | ], 427 | "_prefab": { 428 | "__id__": 12 429 | }, 430 | "groupIndex": 0 431 | }, 432 | { 433 | "__type__": "cc.Sprite", 434 | "_name": "", 435 | "_objFlags": 0, 436 | "node": { 437 | "__id__": 10 438 | }, 439 | "_enabled": true, 440 | "_spriteFrame": { 441 | "__uuid__": "9bbda31e-ad49-43c9-aaf2-f7d9896bac69" 442 | }, 443 | "_type": 1, 444 | "_sizeMode": 0, 445 | "_fillType": 0, 446 | "_fillCenter": { 447 | "__type__": "cc.Vec2", 448 | "x": 0, 449 | "y": 0 450 | }, 451 | "_fillStart": 0, 452 | "_fillRange": 0, 453 | "_isTrimmedMode": true, 454 | "_srcBlendFactor": 770, 455 | "_dstBlendFactor": 771, 456 | "_atlas": null 457 | }, 458 | { 459 | "__type__": "cc.PrefabInfo", 460 | "root": { 461 | "__id__": 1 462 | }, 463 | "asset": { 464 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 465 | }, 466 | "fileId": "0460dpbuuVL6IrBc9SGei8F", 467 | "sync": false 468 | }, 469 | { 470 | "__type__": "cc.Node", 471 | "_name": "page_3", 472 | "_objFlags": 0, 473 | "_opacity": 255, 474 | "_color": { 475 | "__type__": "cc.Color", 476 | "r": 83, 477 | "g": 104, 478 | "b": 255, 479 | "a": 255 480 | }, 481 | "_cascadeOpacityEnabled": true, 482 | "_parent": { 483 | "__id__": 6 484 | }, 485 | "_anchorPoint": { 486 | "__type__": "cc.Vec2", 487 | "x": 0.5, 488 | "y": 0.5 489 | }, 490 | "_contentSize": { 491 | "__type__": "cc.Size", 492 | "width": 500, 493 | "height": 390 494 | }, 495 | "_children": [], 496 | "_rotationX": 0, 497 | "_rotationY": 0, 498 | "_scaleX": 1, 499 | "_scaleY": 1, 500 | "_position": { 501 | "__type__": "cc.Vec2", 502 | "x": 1250, 503 | "y": 0 504 | }, 505 | "_skewX": 0, 506 | "_skewY": 0, 507 | "_localZOrder": 0, 508 | "_globalZOrder": 0, 509 | "_tag": -1, 510 | "_opacityModifyRGB": false, 511 | "_id": "", 512 | "_active": true, 513 | "_components": [ 514 | { 515 | "__id__": 14 516 | } 517 | ], 518 | "_prefab": { 519 | "__id__": 15 520 | }, 521 | "groupIndex": 0 522 | }, 523 | { 524 | "__type__": "cc.Sprite", 525 | "_name": "", 526 | "_objFlags": 0, 527 | "node": { 528 | "__id__": 13 529 | }, 530 | "_enabled": true, 531 | "_spriteFrame": { 532 | "__uuid__": "9bbda31e-ad49-43c9-aaf2-f7d9896bac69" 533 | }, 534 | "_type": 1, 535 | "_sizeMode": 0, 536 | "_fillType": 0, 537 | "_fillCenter": { 538 | "__type__": "cc.Vec2", 539 | "x": 0, 540 | "y": 0 541 | }, 542 | "_fillStart": 0, 543 | "_fillRange": 0, 544 | "_isTrimmedMode": true, 545 | "_srcBlendFactor": 770, 546 | "_dstBlendFactor": 771, 547 | "_atlas": null 548 | }, 549 | { 550 | "__type__": "cc.PrefabInfo", 551 | "root": { 552 | "__id__": 1 553 | }, 554 | "asset": { 555 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 556 | }, 557 | "fileId": "7a1b8sccmBN1Jj/ZHKaE3JK", 558 | "sync": false 559 | }, 560 | { 561 | "__type__": "cc.Layout", 562 | "_name": "", 563 | "_objFlags": 0, 564 | "node": { 565 | "__id__": 6 566 | }, 567 | "_enabled": true, 568 | "_layoutSize": { 569 | "__type__": "cc.Size", 570 | "width": 1500, 571 | "height": 450 572 | }, 573 | "_resize": 1, 574 | "_N$layoutType": 1, 575 | "_N$cellSize": { 576 | "__type__": "cc.Size", 577 | "width": 40, 578 | "height": 40 579 | }, 580 | "_N$startAxis": 0, 581 | "_N$padding": 0, 582 | "_N$spacingX": 0, 583 | "_N$spacingY": 15, 584 | "_N$verticalDirection": 1, 585 | "_N$horizontalDirection": 0 586 | }, 587 | { 588 | "__type__": "cc.PrefabInfo", 589 | "root": { 590 | "__id__": 1 591 | }, 592 | "asset": { 593 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 594 | }, 595 | "fileId": "47588+/BXNHEK1F1sC9uHbf", 596 | "sync": false 597 | }, 598 | { 599 | "__type__": "cc.Mask", 600 | "_name": "", 601 | "_objFlags": 0, 602 | "node": { 603 | "__id__": 5 604 | }, 605 | "_enabled": true, 606 | "_type": 0, 607 | "_segements": 64 608 | }, 609 | { 610 | "__type__": "cc.PrefabInfo", 611 | "root": { 612 | "__id__": 1 613 | }, 614 | "asset": { 615 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 616 | }, 617 | "fileId": "5b1864GVRZEC7Qc8fzYUge7", 618 | "sync": false 619 | }, 620 | { 621 | "__type__": "cc.Node", 622 | "_name": "indicator", 623 | "_objFlags": 0, 624 | "_opacity": 255, 625 | "_color": { 626 | "__type__": "cc.Color", 627 | "r": 255, 628 | "g": 255, 629 | "b": 255, 630 | "a": 255 631 | }, 632 | "_cascadeOpacityEnabled": true, 633 | "_parent": { 634 | "__id__": 1 635 | }, 636 | "_anchorPoint": { 637 | "__type__": "cc.Vec2", 638 | "x": 0.5, 639 | "y": 0.5 640 | }, 641 | "_contentSize": { 642 | "__type__": "cc.Size", 643 | "width": 100, 644 | "height": 27 645 | }, 646 | "_children": [], 647 | "_rotationX": 0, 648 | "_rotationY": 0, 649 | "_scaleX": 1, 650 | "_scaleY": 1, 651 | "_position": { 652 | "__type__": "cc.Vec2", 653 | "x": 0, 654 | "y": -209 655 | }, 656 | "_skewX": 0, 657 | "_skewY": 0, 658 | "_localZOrder": 0, 659 | "_globalZOrder": 0, 660 | "_tag": -1, 661 | "_opacityModifyRGB": false, 662 | "_id": "", 663 | "_active": true, 664 | "_components": [ 665 | { 666 | "__id__": 21 667 | } 668 | ], 669 | "_prefab": { 670 | "__id__": 23 671 | }, 672 | "groupIndex": 0 673 | }, 674 | { 675 | "__type__": "cc.PageViewIndicator", 676 | "_name": "", 677 | "_objFlags": 0, 678 | "node": { 679 | "__id__": 20 680 | }, 681 | "_enabled": true, 682 | "_layout": null, 683 | "_pageView": { 684 | "__id__": 22 685 | }, 686 | "_indicators": [], 687 | "spriteFrame": { 688 | "__uuid__": "c9fa51ff-3f01-4601-8f80-325d1b11dab7" 689 | }, 690 | "direction": 0, 691 | "cellSize": { 692 | "__type__": "cc.Size", 693 | "width": 10, 694 | "height": 10 695 | }, 696 | "spacing": 10 697 | }, 698 | { 699 | "__type__": "cc.PageView", 700 | "_name": "", 701 | "_objFlags": 0, 702 | "node": { 703 | "__id__": 1 704 | }, 705 | "_enabled": true, 706 | "content": { 707 | "__id__": 6 708 | }, 709 | "horizontal": true, 710 | "vertical": true, 711 | "inertia": true, 712 | "brake": 0.5, 713 | "elastic": true, 714 | "bounceDuration": 0.5, 715 | "scrollEvents": [], 716 | "cancelInnerEvents": true, 717 | "scrollThreshold": 0.5, 718 | "pageTurningEventTiming": 0.1, 719 | "pageEvents": [], 720 | "_N$direction": 0, 721 | "_N$indicator": { 722 | "__id__": 21 723 | } 724 | }, 725 | { 726 | "__type__": "cc.PrefabInfo", 727 | "root": { 728 | "__id__": 1 729 | }, 730 | "asset": { 731 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 732 | }, 733 | "fileId": "c3bcdZElclEBJbaV6uqwUJx", 734 | "sync": false 735 | }, 736 | { 737 | "__type__": "cc.PrefabInfo", 738 | "root": { 739 | "__id__": 1 740 | }, 741 | "asset": { 742 | "__uuid__": "ca8401fe-ad6e-41a8-bd46-8e3e4e9945be" 743 | }, 744 | "fileId": "52f01L6ceBGDrJGf8m2N/2X", 745 | "sync": false 746 | } 747 | ] -------------------------------------------------------------------------------- /library/imports/cd/cd33edea-55f5-46c2-958d-357a01384a36.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "__type__": "cc.Prefab", 4 | "_name": "particlesystem", 5 | "_objFlags": 0, 6 | "data": { 7 | "__id__": 1 8 | }, 9 | "asyncLoadAssets": false 10 | }, 11 | { 12 | "__type__": "cc.Node", 13 | "_name": "ParticleSystem", 14 | "_objFlags": 0, 15 | "_opacity": 255, 16 | "_color": { 17 | "__type__": "cc.Color", 18 | "r": 255, 19 | "g": 255, 20 | "b": 255, 21 | "a": 255 22 | }, 23 | "_cascadeOpacityEnabled": true, 24 | "_parent": null, 25 | "_anchorPoint": { 26 | "__type__": "cc.Vec2", 27 | "x": 0.5, 28 | "y": 0.5 29 | }, 30 | "_contentSize": { 31 | "__type__": "cc.Size", 32 | "width": 0, 33 | "height": 0 34 | }, 35 | "_children": [], 36 | "_rotationX": 0, 37 | "_rotationY": 0, 38 | "_scaleX": 1, 39 | "_scaleY": 1, 40 | "_position": { 41 | "__type__": "cc.Vec2", 42 | "x": 0, 43 | "y": 0 44 | }, 45 | "_skewX": 0, 46 | "_skewY": 0, 47 | "_localZOrder": 0, 48 | "_globalZOrder": 0, 49 | "_tag": -1, 50 | "_opacityModifyRGB": false, 51 | "_reorderChildDirty": false, 52 | "_id": "", 53 | "_active": true, 54 | "_components": [ 55 | { 56 | "__id__": 2 57 | } 58 | ], 59 | "_prefab": { 60 | "__id__": 3 61 | } 62 | }, 63 | { 64 | "__type__": "cc.ParticleSystem", 65 | "_name": "", 66 | "_objFlags": 0, 67 | "node": { 68 | "__id__": 1 69 | }, 70 | "_enabled": true, 71 | "_custom": false, 72 | "_file": { 73 | "__uuid__": "b2687ac4-099e-403c-a192-ff477686f4f5" 74 | }, 75 | "_srcBlendFactor": 770, 76 | "_dstBlendFactor": 771, 77 | "playOnLoad": true, 78 | "_autoRemoveOnFinish": false, 79 | "_totalParticles": 150, 80 | "_duration": -1, 81 | "_emissionRate": 10, 82 | "_life": 1, 83 | "_lifeVar": 0, 84 | "_startColor": { 85 | "__type__": "cc.Color", 86 | "r": 255, 87 | "g": 255, 88 | "b": 255, 89 | "a": 255 90 | }, 91 | "_startColorVar": { 92 | "__type__": "cc.Color", 93 | "r": 0, 94 | "g": 0, 95 | "b": 0, 96 | "a": 255 97 | }, 98 | "_endColor": { 99 | "__type__": "cc.Color", 100 | "r": 255, 101 | "g": 255, 102 | "b": 255, 103 | "a": 0 104 | }, 105 | "_endColorVar": { 106 | "__type__": "cc.Color", 107 | "r": 0, 108 | "g": 0, 109 | "b": 0, 110 | "a": 0 111 | }, 112 | "_angle": 90, 113 | "_angleVar": 20, 114 | "_startSize": 50, 115 | "_startSizeVar": 0, 116 | "_endSize": 0, 117 | "_endSizeVar": 0, 118 | "_startSpin": 0, 119 | "_startSpinVar": 0, 120 | "_endSpin": 0, 121 | "_endSpinVar": 0, 122 | "_sourcePos": { 123 | "__type__": "cc.Vec2", 124 | "x": 0, 125 | "y": 0 126 | }, 127 | "_posVar": { 128 | "__type__": "cc.Vec2", 129 | "x": 0, 130 | "y": 0 131 | }, 132 | "_positionType": 0, 133 | "_emitterMode": 0, 134 | "_gravity": { 135 | "__type__": "cc.Vec2", 136 | "x": 0, 137 | "y": 0 138 | }, 139 | "_speed": 180, 140 | "_speedVar": 50, 141 | "_tangentialAccel": 80, 142 | "_tangentialAccelVar": 0, 143 | "_radialAccel": 0, 144 | "_radialAccelVar": 0, 145 | "_rotationIsDir": false, 146 | "_startRadius": 0, 147 | "_startRadiusVar": 0, 148 | "_endRadius": 0, 149 | "_endRadiusVar": 0, 150 | "_rotatePerS": 0, 151 | "_rotatePerSVar": 0, 152 | "_N$preview": true 153 | }, 154 | { 155 | "__type__": "cc.PrefabInfo", 156 | "root": { 157 | "__id__": 1 158 | }, 159 | "asset": null, 160 | "fileId": "868c9k4nqZNHpGMlTm0Yx6q" 161 | } 162 | ] -------------------------------------------------------------------------------- /library/imports/d0/d08262b3-9dc0-450b-aa5c-e59a1939143f.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | cc._RF.push(module, 'd0826KzncBFC6pc5ZoZORQ/', 'ScratchCardCtrl'); 3 | // Script/ScratchCardCtrl.js 4 | 5 | "use strict"; 6 | 7 | // Learn cc.Class: 8 | // - [Chinese] http://www.cocos.com/docs/creator/scripting/class.html 9 | // - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/class/index.html 10 | // Learn Attribute: 11 | // - [Chinese] http://www.cocos.com/docs/creator/scripting/reference/attributes.html 12 | // - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/reference/attributes/index.html 13 | // Learn life-cycle callbacks: 14 | // - [Chinese] http://www.cocos.com/docs/creator/scripting/life-cycle-callbacks.html 15 | // - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/life-cycle-callbacks/index.html 16 | 17 | cc.Class({ 18 | extends: cc.Component, 19 | 20 | properties: { 21 | cardBg: cc.Sprite, // 底层精灵 22 | resultLabel: cc.Label, 23 | mask: cc.Mask, // 遮罩组件(实现擦除功能) 24 | promptLabel: cc.Label, // 提示文字 25 | sucFlagNode: { 26 | default: [], 27 | type: [cc.Node], 28 | tooltip: "标记需要擦除区域,每个node大小为单次擦除大小,默认30像素。" 29 | }, 30 | _sucFlag: [cc.Boolean] //标记已经擦除的区域 31 | }, 32 | 33 | // use this for initialization 34 | onLoad: function onLoad() { 35 | this.node.on(cc.Node.EventType.TOUCH_START, this._onTouchBegin, this); 36 | this.node.on(cc.Node.EventType.TOUCH_MOVE, this._onTouchMoved, this); 37 | this.node.on(cc.Node.EventType.TOUCH_END, this._onTouchEnd, this); 38 | this.node.on(cc.Node.EventType.TOUCH_CANCEL, this._onTouchCancel, this); 39 | 40 | for (var i = 0; i < this.sucFlagNode.length; i++) { 41 | this._sucFlag.push(false); 42 | } 43 | }, 44 | 45 | onDestroy: function onDestroy() { 46 | this._removeTouchEvent(); 47 | }, 48 | 49 | _removeTouchEvent: function _removeTouchEvent() { 50 | this.node.off(cc.Node.EventType.TOUCH_START, this._onTouchBegin, this); 51 | this.node.off(cc.Node.EventType.TOUCH_MOVE, this._onTouchMoved, this); 52 | this.node.off(cc.Node.EventType.TOUCH_END, this._onTouchEnd, this); 53 | this.node.off(cc.Node.EventType.TOUCH_CANCEL, this._onTouchCancel, this); 54 | }, 55 | 56 | start: function start() { 57 | // 58 | 59 | 60 | // var x =-100; 61 | // var y =-100; 62 | // var width =300; 63 | // var height = 200; 64 | // var rectangle = [cc.v2(x, y), 65 | // cc.v2(x + width, y), 66 | // cc.v2(x + width, y + height), 67 | // cc.v2(x, y + height)]; 68 | // 69 | // stencil.drawPoly(rectangle, color, 0, color); 70 | 71 | // stencil.drawPoly(this.mask._calculateCircle(cc.p(0,0),cc.p(100,100), 64), color, 0, color); 72 | // 73 | // stencil.drawPoly(this.mask._calculateCircle(cc.p(200,200),cc.p(50,50), 64), color, 0, color); 74 | 75 | }, 76 | 77 | _onTouchBegin: function _onTouchBegin(event) { 78 | 79 | cc.log('touchBegin'); 80 | 81 | var point = event.touch.getLocation(); 82 | point = this.node.convertToNodeSpaceAR(point); 83 | this._addCircle(point); 84 | }, 85 | 86 | _onTouchMoved: function _onTouchMoved(event) { 87 | var point = event.touch.getLocation(); 88 | point = this.node.convertToNodeSpaceAR(point); 89 | this._addCircle(point); 90 | }, 91 | 92 | _onTouchEnd: function _onTouchEnd(event) { 93 | var point = event.touch.getLocation(); 94 | point = this.node.convertToNodeSpaceAR(point); 95 | this._addCircle(point); 96 | }, 97 | 98 | _onTouchCancel: function _onTouchCancel(event) { 99 | // var point = event.touch.getLocation(); 100 | // point = this.node.convertToNodeSpaceAR(point); 101 | // this._addCircle(point); 102 | }, 103 | 104 | _addCircle: function _addCircle(point) { 105 | var stencil = this.mask._clippingStencil; 106 | var color = cc.color(255, 255, 255, 0); 107 | stencil.drawPoly(this.mask._calculateCircle(point, cc.p(30, 30), 64), color, 0, color); 108 | if (!CC_JSB) { 109 | cc.renderer.childrenOrderDirty = true; 110 | } 111 | this._checkFinish(point); 112 | }, 113 | 114 | _checkFinish: function _checkFinish(point) { 115 | var res = true; 116 | for (var i = 0; i < this.sucFlagNode.length; i++) { 117 | var node = this.sucFlagNode[i]; 118 | if (cc.rectContainsPoint(node.getBoundingBox(), point)) { 119 | this._sucFlag[i] = true; 120 | } 121 | if (!this._sucFlag[i]) { 122 | res = false; 123 | } 124 | } 125 | if (res) { 126 | this._removeTouchEvent(); 127 | cc.log("擦除完成..."); 128 | } 129 | } 130 | 131 | // called every frame, uncomment this function to activate update callback 132 | // update: function (dt) { 133 | 134 | // }, 135 | }); 136 | 137 | cc._RF.pop(); -------------------------------------------------------------------------------- /library/imports/d0/d08262b3-9dc0-450b-aa5c-e59a1939143f.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sources":["../../../../assets/Script/assets/Script/ScratchCardCtrl.js"],"names":["cc","Class","extends","Component","properties","cardBg","Sprite","resultLabel","Label","mask","Mask","promptLabel","sucFlagNode","default","type","Node","tooltip","_sucFlag","Boolean","onLoad","node","on","EventType","TOUCH_START","_onTouchBegin","TOUCH_MOVE","_onTouchMoved","TOUCH_END","_onTouchEnd","TOUCH_CANCEL","_onTouchCancel","i","length","push","onDestroy","_removeTouchEvent","off","start","event","log","point","touch","getLocation","convertToNodeSpaceAR","_addCircle","stencil","_clippingStencil","color","drawPoly","_calculateCircle","p","CC_JSB","renderer","childrenOrderDirty","_checkFinish","res","rectContainsPoint","getBoundingBox"],"mappings":"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","file":"ScratchCardCtrl.js","sourceRoot":"../../../../assets/Script","sourcesContent":["// Learn cc.Class:\n// - [Chinese] http://www.cocos.com/docs/creator/scripting/class.html\n// - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/class/index.html\n// Learn Attribute:\n// - [Chinese] http://www.cocos.com/docs/creator/scripting/reference/attributes.html\n// - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/reference/attributes/index.html\n// Learn life-cycle callbacks:\n// - [Chinese] http://www.cocos.com/docs/creator/scripting/life-cycle-callbacks.html\n// - [English] http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/scripting/life-cycle-callbacks/index.html\n\ncc.Class({\n extends: cc.Component,\n\n properties: {\n cardBg: cc.Sprite, // 底层精灵\n resultLabel: cc.Label, \n mask: cc.Mask, // 遮罩组件(实现擦除功能)\n promptLabel: cc.Label, // 提示文字\n sucFlagNode: {\n default: [], \n type: [cc.Node],\n tooltip:\"标记需要擦除区域,每个node大小为单次擦除大小,默认30像素。\"\n },\n _sucFlag:[cc.Boolean] //标记已经擦除的区域\n },\n\n // use this for initialization\n onLoad: function (){\n this.node.on(cc.Node.EventType.TOUCH_START, this._onTouchBegin, this);\n this.node.on(cc.Node.EventType.TOUCH_MOVE, this._onTouchMoved, this);\n this.node.on(cc.Node.EventType.TOUCH_END, this._onTouchEnd, this);\n this.node.on(cc.Node.EventType.TOUCH_CANCEL, this._onTouchCancel, this);\n\n for(var i=0; i 2 | 3 | 4 | 5 | angle 6 | 360 7 | angleVariance 8 | 360 9 | blendFuncDestination 10 | 1 11 | blendFuncSource 12 | 770 13 | duration 14 | -1 15 | emitterType 16 | 0.0 17 | finishColorAlpha 18 | 0.8399999737739563 19 | finishColorBlue 20 | 0.0771484375 21 | finishColorGreen 22 | 0.63492840528488159 23 | finishColorRed 24 | 0.68082684278488159 25 | finishColorVarianceAlpha 26 | 0.74000000953674316 27 | finishColorVarianceBlue 28 | 0.98000001907348633 29 | finishColorVarianceGreen 30 | 0.98000001907348633 31 | finishColorVarianceRed 32 | 0.41999998688697815 33 | finishParticleSize 34 | 30.319999694824219 35 | finishParticleSizeVariance 36 | 0.0 37 | gravityx 38 | 0.25 39 | gravityy 40 | 0.86000001430511475 41 | maxParticles 42 | 200 43 | maxRadius 44 | 100 45 | maxRadiusVariance 46 | 0.0 47 | minRadius 48 | 0.0 49 | particleLifespan 50 | 0.20000000298023224 51 | particleLifespanVariance 52 | 0.5 53 | radialAccelVariance 54 | 65.790000915527344 55 | radialAcceleration 56 | -671.04998779296875 57 | rotatePerSecond 58 | 0.0 59 | rotatePerSecondVariance 60 | 0.0 61 | rotationEnd 62 | -47.369998931884766 63 | rotationEndVariance 64 | -142.11000061035156 65 | rotationStart 66 | -47.369998931884766 67 | rotationStartVariance 68 | 0.0 69 | sourcePositionVariancex 70 | 7 71 | sourcePositionVariancey 72 | 7 73 | sourcePositionx 74 | 373.72775268554688 75 | sourcePositiony 76 | 478.40472412109375 77 | speed 78 | 0.0 79 | speedVariance 80 | 190.78999328613281 81 | startColorAlpha 82 | 0.63999998569488525 83 | startColorBlue 84 | 0.3375650942325592 85 | startColorGreen 86 | 0.78792315721511841 87 | startColorRed 88 | 0.794921875 89 | startColorVarianceAlpha 90 | 0.77999997138977051 91 | startColorVarianceBlue 92 | 0.68000000715255737 93 | startColorVarianceGreen 94 | 1 95 | startColorVarianceRed 96 | 0.89999997615814209 97 | startParticleSize 98 | 3.369999885559082 99 | startParticleSizeVariance 100 | 50 101 | tangentialAccelVariance 102 | 65.790000915527344 103 | tangentialAcceleration 104 | -92.110000610351562 105 | textureFileName 106 | 107 | textureImageData 108 | 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 109 | 110 | 111 | -------------------------------------------------------------------------------- /temp/internal/obsolete/atom.plist.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.0", 3 | "uuid": "b8223619-7e38-47c4-841f-9160c232495a", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /temp/internal/prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "ae6c6c98-11e4-452f-8758-75f5c6a56e83", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } --------------------------------------------------------------------------------