FirstCommit

畫面拉好
master
chiyu1468 4 years ago
commit b20e00dbda

51
.gitignore vendored

@ -0,0 +1,51 @@
#/////////////////////////////////////////////////////////////////////////////
# Fireball Projects
#/////////////////////////////////////////////////////////////////////////////
/library/
/temp/
/local/
/build/
#/////////////////////////////////////////////////////////////////////////////
# npm files
#/////////////////////////////////////////////////////////////////////////////
npm-debug.log
node_modules/
#/////////////////////////////////////////////////////////////////////////////
# Logs and databases
#/////////////////////////////////////////////////////////////////////////////
*.log
*.sql
*.sqlite
#/////////////////////////////////////////////////////////////////////////////
# files for debugger
#/////////////////////////////////////////////////////////////////////////////
*.sln
*.pidb
*.suo
#/////////////////////////////////////////////////////////////////////////////
# OS generated files
#/////////////////////////////////////////////////////////////////////////////
.DS_Store
ehthumbs.db
Thumbs.db
#/////////////////////////////////////////////////////////////////////////////
# WebStorm files
#/////////////////////////////////////////////////////////////////////////////
.idea/
#//////////////////////////
# VS Code files
#//////////////////////////
.vscode/

@ -0,0 +1,2 @@
# hello-world
Hello world new project template.

@ -0,0 +1,13 @@
{
"ver": "1.1.3",
"uuid": "e0553de3-dd0d-42c8-bd83-6bca3f9c14b3",
"importer": "folder",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

@ -0,0 +1,13 @@
{
"ver": "1.1.3",
"uuid": "29f52784-2fca-467b-92e7-8fd9ef8c57b7",
"importer": "folder",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,8 @@
{
"ver": "1.3.2",
"uuid": "2d2f792f-a40c-49bb-a189-ed176a246e49",
"importer": "scene",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
}

@ -0,0 +1,13 @@
{
"ver": "1.1.3",
"uuid": "4734c20c-0db8-4eb2-92ea-e692f4d70934",
"importer": "folder",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

@ -0,0 +1,28 @@
// Learn TypeScript:
// - https://docs.cocos.com/creator/manual/en/scripting/typescript.html
// Learn Attribute:
// - https://docs.cocos.com/creator/manual/en/scripting/reference/attributes.html
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
const {ccclass, property} = cc._decorator;
@ccclass
export default class NewClass extends cc.Component {
@property(cc.Label)
label: cc.Label = null;
@property
text: string = 'hello';
// LIFE-CYCLE CALLBACKS:
// onLoad () {}
start () {
}
// update (dt) {}
}

@ -0,0 +1,10 @@
{
"ver": "1.1.0",
"uuid": "1bc61fda-f57f-4c37-9fc4-c1021d31fbf6",
"importer": "typescript",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}

@ -0,0 +1,13 @@
{
"ver": "1.1.3",
"uuid": "7b81d4e8-ec84-4716-968d-500ac1d78a54",
"importer": "folder",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "a640ede2-6a8a-4c34-af2b-ac4402b4b918",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1920,
"height": 1080,
"platformSettings": {},
"subMetas": {
"bg": {
"ver": "1.0.6",
"uuid": "a6e2441d-d95b-4c79-bd9e-405e66a9673a",
"importer": "sprite-frame",
"rawTextureUuid": "a640ede2-6a8a-4c34-af2b-ac4402b4b918",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1920,
"height": 1080,
"rawWidth": 1920,
"rawHeight": 1080,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "ff55bb35-8ee5-4e40-b5c8-679888a549ec",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1400,
"height": 910,
"platformSettings": {},
"subMetas": {
"bg_board": {
"ver": "1.0.6",
"uuid": "bf5b16f4-b639-4a26-a520-b0a09b87d8b6",
"importer": "sprite-frame",
"rawTextureUuid": "ff55bb35-8ee5-4e40-b5c8-679888a549ec",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 0,
"trimX": 5,
"trimY": 0,
"width": 1391,
"height": 910,
"rawWidth": 1400,
"rawHeight": 910,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "3602208a-7530-4ca9-8d8e-a90b20dd33fd",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 80,
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_minus": {
"ver": "1.0.6",
"uuid": "20895b64-f7f7-4dad-b6a4-b29a0d616422",
"importer": "sprite-frame",
"rawTextureUuid": "3602208a-7530-4ca9-8d8e-a90b20dd33fd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 76,
"height": 75,
"rawWidth": 80,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "15b397da-ca65-41d5-9664-084d308ab043",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 80,
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_minus_gray": {
"ver": "1.0.6",
"uuid": "089a7fbb-dfb9-437d-abe9-4597ee1ca4bf",
"importer": "sprite-frame",
"rawTextureUuid": "15b397da-ca65-41d5-9664-084d308ab043",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 76,
"height": 75,
"rawWidth": 80,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "24248c2e-a450-4934-899e-9acae96f2b26",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 80,
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_plus": {
"ver": "1.0.6",
"uuid": "15a8d406-6889-4dde-a3b1-3b08c4a9d54f",
"importer": "sprite-frame",
"rawTextureUuid": "24248c2e-a450-4934-899e-9acae96f2b26",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 76,
"height": 75,
"rawWidth": 80,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "ff56a987-e5c5-4977-b01b-42b12d934583",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 80,
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_plus_gray": {
"ver": "1.0.6",
"uuid": "aebdca29-2957-456d-9604-1f9be79b52a5",
"importer": "sprite-frame",
"rawTextureUuid": "ff56a987-e5c5-4977-b01b-42b12d934583",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 76,
"height": 75,
"rawWidth": 80,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "73f9453f-8a0e-420d-b795-6e65dfc0bc81",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 200,
"height": 200,
"platformSettings": {},
"subMetas": {
"btn_spin_green": {
"ver": "1.0.6",
"uuid": "23ce7e8a-8435-4270-82d1-b69d667d7829",
"importer": "sprite-frame",
"rawTextureUuid": "73f9453f-8a0e-420d-b795-6e65dfc0bc81",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 197,
"height": 195,
"rawWidth": 200,
"rawHeight": 200,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "64b6dcf2-ad5e-48f8-b85e-d3b31a830e63",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 200,
"height": 200,
"platformSettings": {},
"subMetas": {
"btn_spin_grey": {
"ver": "1.0.6",
"uuid": "6d2b7780-31d6-433c-a3e3-324e047b8641",
"importer": "sprite-frame",
"rawTextureUuid": "64b6dcf2-ad5e-48f8-b85e-d3b31a830e63",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 197,
"height": 195,
"rawWidth": 200,
"rawHeight": 200,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "f2f8681d-2193-4137-9701-c30a0846770a",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 200,
"height": 200,
"platformSettings": {},
"subMetas": {
"btn_spin_yellow": {
"ver": "1.0.6",
"uuid": "b1ac4e84-2743-484e-888e-9354d2ee00bc",
"importer": "sprite-frame",
"rawTextureUuid": "f2f8681d-2193-4137-9701-c30a0846770a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 197,
"height": 195,
"rawWidth": 200,
"rawHeight": 200,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "6f650dce-9f4e-45f0-b197-5539ac14c54d",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 200,
"height": 200,
"platformSettings": {},
"subMetas": {
"btn_stop_grey": {
"ver": "1.0.6",
"uuid": "4ed5a016-893e-44d0-8da0-d709ea1a08a1",
"importer": "sprite-frame",
"rawTextureUuid": "6f650dce-9f4e-45f0-b197-5539ac14c54d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 197,
"height": 195,
"rawWidth": 200,
"rawHeight": 200,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "4803216c-7173-486a-9cc8-191fcd903cb3",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 200,
"height": 200,
"platformSettings": {},
"subMetas": {
"btn_stop_red": {
"ver": "1.0.6",
"uuid": "1b6442c0-ed26-47db-89c0-40df01b68662",
"importer": "sprite-frame",
"rawTextureUuid": "4803216c-7173-486a-9cc8-191fcd903cb3",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 197,
"height": 195,
"rawWidth": 200,
"rawHeight": 200,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "f2c61156-c92f-49e8-ac98-57419fc0be9f",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 320,
"height": 90,
"platformSettings": {},
"subMetas": {
"frame_balance": {
"ver": "1.0.6",
"uuid": "2f9f34c2-65d7-41f7-9d75-338654659cdb",
"importer": "sprite-frame",
"rawTextureUuid": "f2c61156-c92f-49e8-ac98-57419fc0be9f",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 317,
"height": 85,
"rawWidth": 320,
"rawHeight": 90,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "9e5c121e-65ee-4991-b734-6498b138dd48",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 200,
"height": 90,
"platformSettings": {},
"subMetas": {
"frame_bet": {
"ver": "1.0.6",
"uuid": "9bcbc090-e491-4375-ab55-db38a03bf2b4",
"importer": "sprite-frame",
"rawTextureUuid": "9e5c121e-65ee-4991-b734-6498b138dd48",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": -2.5,
"trimX": 3,
"trimY": 5,
"width": 197,
"height": 85,
"rawWidth": 200,
"rawHeight": 90,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "71f11863-5f79-474e-bbf4-0beedb3220cd",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 820,
"height": 130,
"platformSettings": {},
"subMetas": {
"frame_big": {
"ver": "1.0.6",
"uuid": "3b69656d-f8f5-4e3a-981c-644d7d295d6c",
"importer": "sprite-frame",
"rawTextureUuid": "71f11863-5f79-474e-bbf4-0beedb3220cd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1.5,
"offsetY": 0,
"trimX": 3,
"trimY": 0,
"width": 817,
"height": 130,
"rawWidth": 820,
"rawHeight": 130,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "defe548f-dfd1-431f-a74d-7b936cb118be",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_01": {
"ver": "1.0.6",
"uuid": "560e8b6e-5d0e-4b6c-87c3-edad46ddf4dd",
"importer": "sprite-frame",
"rawTextureUuid": "defe548f-dfd1-431f-a74d-7b936cb118be",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -15.5,
"trimX": 0,
"trimY": 31,
"width": 240,
"height": 209,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "54511954-fd43-4edb-a86d-b1317caf2161",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_01_blur": {
"ver": "1.0.6",
"uuid": "288cf246-a337-4e8f-9559-15ae9edc46be",
"importer": "sprite-frame",
"rawTextureUuid": "54511954-fd43-4edb-a86d-b1317caf2161",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -12.5,
"trimX": 0,
"trimY": 25,
"width": 240,
"height": 215,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "dbc84505-bc52-4e47-9eb1-323768a3736a",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_02": {
"ver": "1.0.6",
"uuid": "b01e7d20-674f-4965-835e-379560d3dd8a",
"importer": "sprite-frame",
"rawTextureUuid": "dbc84505-bc52-4e47-9eb1-323768a3736a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -3.5,
"offsetY": -1,
"trimX": 18,
"trimY": 14,
"width": 197,
"height": 214,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "0193c5ed-2f1a-4fdf-998d-0e2b31bf8196",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_02_blur": {
"ver": "1.0.6",
"uuid": "fa61f1cb-47e6-4adb-8630-bf2d87662adc",
"importer": "sprite-frame",
"rawTextureUuid": "0193c5ed-2f1a-4fdf-998d-0e2b31bf8196",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -4,
"offsetY": -1,
"trimX": 17,
"trimY": 8,
"width": 198,
"height": 226,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "d4bdcc61-7cb3-4c59-91d4-b1f07810cf98",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_03": {
"ver": "1.0.6",
"uuid": "60c27985-64d7-40cd-9e9b-8c5d315dd32f",
"importer": "sprite-frame",
"rawTextureUuid": "d4bdcc61-7cb3-4c59-91d4-b1f07810cf98",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 20.5,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 199,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "2ab5d2a3-b023-4da7-8308-25e4f8ba0c1a",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_03_blur": {
"ver": "1.0.6",
"uuid": "a9a3cbcd-cd68-4565-8616-eae5d8488e5d",
"importer": "sprite-frame",
"rawTextureUuid": "2ab5d2a3-b023-4da7-8308-25e4f8ba0c1a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 17.5,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 205,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "89c85de2-d62a-47ab-a180-567e83e8600c",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_04": {
"ver": "1.0.6",
"uuid": "a9b88326-7c6e-4b84-a530-b2d6662ea23c",
"importer": "sprite-frame",
"rawTextureUuid": "89c85de2-d62a-47ab-a180-567e83e8600c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 1,
"offsetY": 16,
"trimX": 6,
"trimY": 34,
"width": 230,
"height": 140,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "ccf0c111-1be4-4805-9df4-461914211b0d",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_04_blur": {
"ver": "1.0.6",
"uuid": "78729e82-3c30-4525-9376-40824dd55772",
"importer": "sprite-frame",
"rawTextureUuid": "ccf0c111-1be4-4805-9df4-461914211b0d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 16,
"trimX": 5,
"trimY": 28,
"width": 231,
"height": 152,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "80054498-dd64-412c-9566-c270057c92c8",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_10": {
"ver": "1.0.6",
"uuid": "a57891d8-2894-404f-95a2-f6e46508cdd8",
"importer": "sprite-frame",
"rawTextureUuid": "80054498-dd64-412c-9566-c270057c92c8",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 240,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "a04b3381-de1d-47d8-8218-7d5c189b4186",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_10_blur": {
"ver": "1.0.6",
"uuid": "816aa32e-0046-4577-a000-15228576cdf5",
"importer": "sprite-frame",
"rawTextureUuid": "a04b3381-de1d-47d8-8218-7d5c189b4186",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 240,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "59febb06-336d-496f-b7ff-04651d7f30aa",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_9": {
"ver": "1.0.6",
"uuid": "a84b09fd-9f30-4b26-98c2-5a898960bbcc",
"importer": "sprite-frame",
"rawTextureUuid": "59febb06-336d-496f-b7ff-04651d7f30aa",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 240,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "18c95144-4f0f-4e8e-aaa7-997dcd40e26b",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_9_blur": {
"ver": "1.0.6",
"uuid": "c9d4dc67-1450-448f-858a-938596b58dff",
"importer": "sprite-frame",
"rawTextureUuid": "18c95144-4f0f-4e8e-aaa7-997dcd40e26b",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 240,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "02bdb23a-d30d-457c-8863-ed8d36b77cc6",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_a": {
"ver": "1.0.6",
"uuid": "71078e62-f553-4cbc-954b-81fbacb59fe8",
"importer": "sprite-frame",
"rawTextureUuid": "02bdb23a-d30d-457c-8863-ed8d36b77cc6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 2,
"trimX": 16,
"trimY": 14,
"width": 207,
"height": 208,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "945cb640-d9b7-48b3-bc3f-27c26b7ee0d4",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_a_blur": {
"ver": "1.0.6",
"uuid": "67218748-6d3d-4090-a915-aea32b21442f",
"importer": "sprite-frame",
"rawTextureUuid": "945cb640-d9b7-48b3-bc3f-27c26b7ee0d4",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2,
"trimX": 17,
"trimY": 11,
"width": 206,
"height": 214,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "316ef438-bece-4576-8df7-28d88c15e6ce",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_j": {
"ver": "1.0.6",
"uuid": "81380134-f34f-428a-ba2b-c371f532065d",
"importer": "sprite-frame",
"rawTextureUuid": "316ef438-bece-4576-8df7-28d88c15e6ce",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 2,
"trimX": 16,
"trimY": 14,
"width": 207,
"height": 208,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "b1a367b3-3db0-4c09-b66d-5b77f07a2d53",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_j_blur": {
"ver": "1.0.6",
"uuid": "e01d2899-8497-489b-a896-ea04f558e0c7",
"importer": "sprite-frame",
"rawTextureUuid": "b1a367b3-3db0-4c09-b66d-5b77f07a2d53",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2,
"trimX": 17,
"trimY": 11,
"width": 206,
"height": 214,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "0617f157-9bf1-4f9b-a8f2-922077dace70",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_k": {
"ver": "1.0.6",
"uuid": "bf5eaea6-61ec-477d-bd45-ac58ae1450e1",
"importer": "sprite-frame",
"rawTextureUuid": "0617f157-9bf1-4f9b-a8f2-922077dace70",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 2,
"trimX": 16,
"trimY": 14,
"width": 207,
"height": 208,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "4b9134ce-495f-4dde-bb70-c01c16ab120d",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_k_blur": {
"ver": "1.0.6",
"uuid": "7713e6a6-19b6-4f9f-8878-5797856a476e",
"importer": "sprite-frame",
"rawTextureUuid": "4b9134ce-495f-4dde-bb70-c01c16ab120d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 2,
"trimX": 17,
"trimY": 11,
"width": 206,
"height": 214,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "61500ece-3d71-4c5d-b81f-3a40f2288a44",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_q": {
"ver": "1.0.6",
"uuid": "b6b60064-653c-40ab-a734-2e31702f029e",
"importer": "sprite-frame",
"rawTextureUuid": "61500ece-3d71-4c5d-b81f-3a40f2288a44",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 240,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "27929d9f-6577-488b-804f-8be41c2f90b9",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_q_blur": {
"ver": "1.0.6",
"uuid": "28e2997e-40d3-4e01-a212-699b1e06536b",
"importer": "sprite-frame",
"rawTextureUuid": "27929d9f-6577-488b-804f-8be41c2f90b9",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 240,
"height": 240,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "71707cd3-8d13-42ac-8893-0f50f669bbd7",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_scatter": {
"ver": "1.0.6",
"uuid": "95a4f2a0-c876-476a-8acb-721e16dd12c5",
"importer": "sprite-frame",
"rawTextureUuid": "71707cd3-8d13-42ac-8893-0f50f669bbd7",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 11.5,
"trimX": 3,
"trimY": 0,
"width": 234,
"height": 217,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "528eaafd-e76d-42ae-bcb4-8b144eab96f0",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_scatter_blur": {
"ver": "1.0.6",
"uuid": "96454c36-10c6-4c57-b856-c58eaebc73ab",
"importer": "sprite-frame",
"rawTextureUuid": "528eaafd-e76d-42ae-bcb4-8b144eab96f0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 2,
"offsetY": 8.5,
"trimX": 7,
"trimY": 0,
"width": 230,
"height": 223,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "b30fcd8d-1045-4930-9a69-3dd1c588d7f6",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_wild": {
"ver": "1.0.6",
"uuid": "b4a3ae81-09dd-4524-bd96-28a3910c0f53",
"importer": "sprite-frame",
"rawTextureUuid": "b30fcd8d-1045-4930-9a69-3dd1c588d7f6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 4.5,
"offsetY": -0.5,
"trimX": 9,
"trimY": 3,
"width": 231,
"height": 235,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "3649c04b-75c4-4034-9bc6-849dea02b761",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 240,
"height": 240,
"platformSettings": {},
"subMetas": {
"item_wild_blur": {
"ver": "1.0.6",
"uuid": "ac1e47f5-292c-43fa-b91a-ddda1b232dee",
"importer": "sprite-frame",
"rawTextureUuid": "3649c04b-75c4-4034-9bc6-849dea02b761",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 3,
"offsetY": 0,
"trimX": 9,
"trimY": 0,
"width": 228,
"height": 240,
"rawWidth": 240,
"rawHeight": 240,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "29bf82d9-7b1c-4130-a26e-2b75fd5cd280",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 166,
"height": 58,
"platformSettings": {},
"subMetas": {
"label_balance": {
"ver": "1.0.6",
"uuid": "21c8b313-4656-4788-a1a7-2c52d861a577",
"importer": "sprite-frame",
"rawTextureUuid": "29bf82d9-7b1c-4130-a26e-2b75fd5cd280",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 2,
"offsetY": -4,
"trimX": 4,
"trimY": 8,
"width": 162,
"height": 50,
"rawWidth": 166,
"rawHeight": 58,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "502bee3d-cf7e-4023-879e-18f7a839a38d",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 80,
"height": 58,
"platformSettings": {},
"subMetas": {
"label_bet": {
"ver": "1.0.6",
"uuid": "a1c87b45-4958-401b-aeb2-b5d1f2192330",
"importer": "sprite-frame",
"rawTextureUuid": "502bee3d-cf7e-4023-879e-18f7a839a38d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": -4,
"trimX": 1,
"trimY": 8,
"width": 79,
"height": 50,
"rawWidth": 80,
"rawHeight": 58,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "a8027877-d8d6-4645-97a0-52d4a0123dba",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 2,
"height": 2,
"platformSettings": {},
"subMetas": {
"singleColor": {
"ver": "1.0.6",
"uuid": "410fb916-8721-4663-bab8-34397391ace7",
"importer": "sprite-frame",
"rawTextureUuid": "a8027877-d8d6-4645-97a0-52d4a0123dba",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2,
"height": 2,
"rawWidth": 2,
"rawHeight": 2,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

@ -0,0 +1,38 @@
{
"ver": "2.3.7",
"uuid": "ae1ead16-f3d2-4e7f-9270-e68edea6b581",
"importer": "texture",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1920,
"height": 1080,
"platformSettings": {},
"subMetas": {
"貓車站": {
"ver": "1.0.6",
"uuid": "a2ffc9a6-42d7-4c47-849f-235f32e5f713",
"importer": "sprite-frame",
"rawTextureUuid": "ae1ead16-f3d2-4e7f-9270-e68edea6b581",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1920,
"height": 1080,
"rawWidth": 1920,
"rawHeight": 1080,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

32073
creator.d.ts vendored

File diff suppressed because it is too large Load Diff

@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs"
},
"exclude": [
"node_modules",
"library",
"local",
"settings",
"temp"
]
}

@ -0,0 +1,8 @@
{
"engine": "cocos2d-html5",
"packages": "packages",
"version": "2.4.8",
"name": "catSlot",
"id": "01cecb48-3453-4483-9566-e5a81e27b04d",
"isNew": false
}

@ -0,0 +1,13 @@
{
"excludeScenes": [],
"orientation": {
"landscapeLeft": true,
"landscapeRight": true,
"portrait": false,
"upsideDown": false
},
"packageName": "org.cocos2d.helloworld",
"startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
"title": "hello_world",
"webOrientation": "auto"
}

@ -0,0 +1,7 @@
{
"excludeScenes": [],
"packageName": "org.cocos2d.helloworld",
"platform": "web-mobile",
"startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
"title": "HelloWorld"
}

@ -0,0 +1,35 @@
{
"collision-matrix": [
[
true
]
],
"excluded-modules": [],
"group-list": [
"default"
],
"start-scene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
"design-resolution-width": 960,
"design-resolution-height": 640,
"fit-width": false,
"fit-height": true,
"use-project-simulator-setting": false,
"simulator-orientation": false,
"use-customize-simulator": false,
"simulator-resolution": {
"width": 960,
"height": 640
},
"last-module-event-record-time": 0,
"assets-sort-type": "name",
"facebook": {
"enable": false,
"appID": "",
"live": {
"enable": false
},
"audience": {
"enable": false
}
}
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save