diff --git a/.creator/asset-template/typescript/Custom Script Template Help Documentation.url b/.creator/asset-template/typescript/Custom Script Template Help Documentation.url new file mode 100644 index 0000000..7606df0 --- /dev/null +++ b/.creator/asset-template/typescript/Custom Script Template Help Documentation.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://docs.cocos.com/creator/manual/en/scripting/setup.html#custom-script-template \ No newline at end of file diff --git a/.creator/default-meta.json b/.creator/default-meta.json new file mode 100644 index 0000000..abb1239 --- /dev/null +++ b/.creator/default-meta.json @@ -0,0 +1,5 @@ +{ + "image": { + "type": "sprite-frame" + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a231b3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ + +#/////////////////////////// +# Cocos Creator 3D Project +#/////////////////////////// +library/ +temp/ +local/ +build/ +profiles/ +native +#////////////////////////// +# NPM +#////////////////////////// +node_modules/ + +#////////////////////////// +# VSCode +#////////////////////////// +.vscode/ + +#////////////////////////// +# WebStorm +#////////////////////////// +.idea/ \ No newline at end of file diff --git a/assets/art.meta b/assets/art.meta new file mode 100644 index 0000000..8a2adca --- /dev/null +++ b/assets/art.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "8245af08-a97a-4c94-bc34-3e8f4d4f4316", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/art/Icon.meta b/assets/art/Icon.meta new file mode 100644 index 0000000..58ad687 --- /dev/null +++ b/assets/art/Icon.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "bab35f63-103c-46a8-b755-488b5ec581fe", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/art/Icon/任务.meta b/assets/art/Icon/任务.meta new file mode 100644 index 0000000..e72f758 --- /dev/null +++ b/assets/art/Icon/任务.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "1ff24d03-9d2e-4213-b244-618f7d0e768d", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/art/Icon/任务/1.png b/assets/art/Icon/任务/1.png new file mode 100644 index 0000000..35ee519 Binary files /dev/null and b/assets/art/Icon/任务/1.png differ diff --git a/assets/art/Icon/任务/1.png.meta b/assets/art/Icon/任务/1.png.meta new file mode 100644 index 0000000..c792e0e --- /dev/null +++ b/assets/art/Icon/任务/1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "3374cebb-5261-45ae-aeb1-802d1ec3a3ec", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3374cebb-5261-45ae-aeb1-802d1ec3a3ec@6c48a", + "displayName": "1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3374cebb-5261-45ae-aeb1-802d1ec3a3ec", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3374cebb-5261-45ae-aeb1-802d1ec3a3ec@f9941", + "displayName": "1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 342, + "height": 80, + "rawWidth": 342, + "rawHeight": 80, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -171, + -40, + 0, + 171, + -40, + 0, + -171, + 40, + 0, + 171, + 40, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 80, + 342, + 80, + 0, + 0, + 342, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -171, + -40, + 0 + ], + "maxPos": [ + 171, + 40, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3374cebb-5261-45ae-aeb1-802d1ec3a3ec@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "3374cebb-5261-45ae-aeb1-802d1ec3a3ec@f9941" + } +} diff --git a/assets/art/Icon/任务/2.png b/assets/art/Icon/任务/2.png new file mode 100644 index 0000000..609a8c6 Binary files /dev/null and b/assets/art/Icon/任务/2.png differ diff --git a/assets/art/Icon/任务/2.png.meta b/assets/art/Icon/任务/2.png.meta new file mode 100644 index 0000000..2129839 --- /dev/null +++ b/assets/art/Icon/任务/2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@6c48a", + "displayName": "2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941", + "displayName": "2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 41, + "height": 43, + "rawWidth": 41, + "rawHeight": 43, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -20.5, + -21.5, + 0, + 20.5, + -21.5, + 0, + -20.5, + 21.5, + 0, + 20.5, + 21.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 43, + 41, + 43, + 0, + 0, + 41, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -20.5, + -21.5, + 0 + ], + "maxPos": [ + 20.5, + 21.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941" + } +} diff --git a/assets/art/Icon/任务/3.png b/assets/art/Icon/任务/3.png new file mode 100644 index 0000000..5612847 Binary files /dev/null and b/assets/art/Icon/任务/3.png differ diff --git a/assets/art/Icon/任务/3.png.meta b/assets/art/Icon/任务/3.png.meta new file mode 100644 index 0000000..9d8b5f0 --- /dev/null +++ b/assets/art/Icon/任务/3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "68ca086a-85b4-45e2-87d7-56a17d7167ad", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "68ca086a-85b4-45e2-87d7-56a17d7167ad@6c48a", + "displayName": "3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "68ca086a-85b4-45e2-87d7-56a17d7167ad", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "68ca086a-85b4-45e2-87d7-56a17d7167ad@f9941", + "displayName": "3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 700, + "height": 153, + "rawWidth": 700, + "rawHeight": 153, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -350, + -76.5, + 0, + 350, + -76.5, + 0, + -350, + 76.5, + 0, + 350, + 76.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 153, + 700, + 153, + 0, + 0, + 700, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -350, + -76.5, + 0 + ], + "maxPos": [ + 350, + 76.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "68ca086a-85b4-45e2-87d7-56a17d7167ad@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "68ca086a-85b4-45e2-87d7-56a17d7167ad@f9941" + } +} diff --git a/assets/art/Icon/任务/4.png b/assets/art/Icon/任务/4.png new file mode 100644 index 0000000..5e389e6 Binary files /dev/null and b/assets/art/Icon/任务/4.png differ diff --git a/assets/art/Icon/任务/4.png.meta b/assets/art/Icon/任务/4.png.meta new file mode 100644 index 0000000..bc8fd77 --- /dev/null +++ b/assets/art/Icon/任务/4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "ebbd07d3-fc08-409b-bbbc-d0440b717ade", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ebbd07d3-fc08-409b-bbbc-d0440b717ade@6c48a", + "displayName": "4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ebbd07d3-fc08-409b-bbbc-d0440b717ade", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ebbd07d3-fc08-409b-bbbc-d0440b717ade@f9941", + "displayName": "4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 700, + "height": 118, + "rawWidth": 700, + "rawHeight": 118, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -350, + -59, + 0, + 350, + -59, + 0, + -350, + 59, + 0, + 350, + 59, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 118, + 700, + 118, + 0, + 0, + 700, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -350, + -59, + 0 + ], + "maxPos": [ + 350, + 59, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ebbd07d3-fc08-409b-bbbc-d0440b717ade@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "ebbd07d3-fc08-409b-bbbc-d0440b717ade@f9941" + } +} diff --git a/assets/art/Icon/任务/5.png b/assets/art/Icon/任务/5.png new file mode 100644 index 0000000..693bfa0 Binary files /dev/null and b/assets/art/Icon/任务/5.png differ diff --git a/assets/art/Icon/任务/5.png.meta b/assets/art/Icon/任务/5.png.meta new file mode 100644 index 0000000..9e9ccd6 --- /dev/null +++ b/assets/art/Icon/任务/5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "4a7acf9f-c04b-409f-b007-b5ca5a49a7a3", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "4a7acf9f-c04b-409f-b007-b5ca5a49a7a3@6c48a", + "displayName": "5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "4a7acf9f-c04b-409f-b007-b5ca5a49a7a3", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "4a7acf9f-c04b-409f-b007-b5ca5a49a7a3@f9941", + "displayName": "5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 48, + "height": 46, + "rawWidth": 48, + "rawHeight": 46, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -24, + -23, + 0, + 24, + -23, + 0, + -24, + 23, + 0, + 24, + 23, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 46, + 48, + 46, + 0, + 0, + 48, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -24, + -23, + 0 + ], + "maxPos": [ + 24, + 23, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4a7acf9f-c04b-409f-b007-b5ca5a49a7a3@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "4a7acf9f-c04b-409f-b007-b5ca5a49a7a3@f9941" + } +} diff --git a/assets/art/Icon/任务/矩形 2 拷贝.png b/assets/art/Icon/任务/矩形 2 拷贝.png new file mode 100644 index 0000000..9357221 Binary files /dev/null and b/assets/art/Icon/任务/矩形 2 拷贝.png differ diff --git a/assets/art/Icon/任务/矩形 2 拷贝.png.meta b/assets/art/Icon/任务/矩形 2 拷贝.png.meta new file mode 100644 index 0000000..40e4d81 --- /dev/null +++ b/assets/art/Icon/任务/矩形 2 拷贝.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "4c15d8cc-1814-47a4-b42a-45f1c93582f1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "4c15d8cc-1814-47a4-b42a-45f1c93582f1@6c48a", + "displayName": "矩形 2 拷贝", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "4c15d8cc-1814-47a4-b42a-45f1c93582f1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "4c15d8cc-1814-47a4-b42a-45f1c93582f1@f9941", + "displayName": "矩形 2 拷贝", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 750, + "height": 1140, + "rawWidth": 750, + "rawHeight": 1140, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -375, + -570, + 0, + 375, + -570, + 0, + -375, + 570, + 0, + 375, + 570, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1140, + 750, + 1140, + 0, + 0, + 750, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -375, + -570, + 0 + ], + "maxPos": [ + 375, + 570, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4c15d8cc-1814-47a4-b42a-45f1c93582f1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "4c15d8cc-1814-47a4-b42a-45f1c93582f1@f9941" + } +} diff --git a/assets/art/Icon/任务/矩形 3 拷贝.png b/assets/art/Icon/任务/矩形 3 拷贝.png new file mode 100644 index 0000000..0654284 Binary files /dev/null and b/assets/art/Icon/任务/矩形 3 拷贝.png differ diff --git a/assets/art/Icon/任务/矩形 3 拷贝.png.meta b/assets/art/Icon/任务/矩形 3 拷贝.png.meta new file mode 100644 index 0000000..ac40a4c --- /dev/null +++ b/assets/art/Icon/任务/矩形 3 拷贝.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@6c48a", + "displayName": "矩形 3 拷贝", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@f9941", + "displayName": "矩形 3 拷贝", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 82, + "height": 3, + "rawWidth": 82, + "rawHeight": 3, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -41, + -1.5, + 0, + 41, + -1.5, + 0, + -41, + 1.5, + 0, + 41, + 1.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 3, + 82, + 3, + 0, + 0, + 82, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -41, + -1.5, + 0 + ], + "maxPos": [ + 41, + 1.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@f9941" + } +} diff --git a/assets/art/Icon/任务/矩形 3.png b/assets/art/Icon/任务/矩形 3.png new file mode 100644 index 0000000..4d0774d Binary files /dev/null and b/assets/art/Icon/任务/矩形 3.png differ diff --git a/assets/art/Icon/任务/矩形 3.png.meta b/assets/art/Icon/任务/矩形 3.png.meta new file mode 100644 index 0000000..f6d5756 --- /dev/null +++ b/assets/art/Icon/任务/矩形 3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "25ed21c8-2759-453d-a69c-5c79a39b40e2", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "25ed21c8-2759-453d-a69c-5c79a39b40e2@6c48a", + "displayName": "矩形 3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "25ed21c8-2759-453d-a69c-5c79a39b40e2", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "25ed21c8-2759-453d-a69c-5c79a39b40e2@f9941", + "displayName": "矩形 3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 463, + "height": 3, + "rawWidth": 463, + "rawHeight": 3, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -231.5, + -1.5, + 0, + 231.5, + -1.5, + 0, + -231.5, + 1.5, + 0, + 231.5, + 1.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 3, + 463, + 3, + 0, + 0, + 463, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -231.5, + -1.5, + 0 + ], + "maxPos": [ + 231.5, + 1.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "25ed21c8-2759-453d-a69c-5c79a39b40e2@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "25ed21c8-2759-453d-a69c-5c79a39b40e2@f9941" + } +} diff --git a/assets/art/Icon/任务/矩形 6.png b/assets/art/Icon/任务/矩形 6.png new file mode 100644 index 0000000..4df4f84 Binary files /dev/null and b/assets/art/Icon/任务/矩形 6.png differ diff --git a/assets/art/Icon/任务/矩形 6.png.meta b/assets/art/Icon/任务/矩形 6.png.meta new file mode 100644 index 0000000..c11255d --- /dev/null +++ b/assets/art/Icon/任务/矩形 6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@6c48a", + "displayName": "矩形 6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@f9941", + "displayName": "矩形 6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 99, + "height": 40, + "rawWidth": 99, + "rawHeight": 40, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -49.5, + -20, + 0, + 49.5, + -20, + 0, + -49.5, + 20, + 0, + 49.5, + 20, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 40, + 99, + 40, + 0, + 0, + 99, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -49.5, + -20, + 0 + ], + "maxPos": [ + 49.5, + 20, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@f9941" + } +} diff --git a/assets/art/Icon/任务列表标题样式.png b/assets/art/Icon/任务列表标题样式.png new file mode 100644 index 0000000..803b1f0 Binary files /dev/null and b/assets/art/Icon/任务列表标题样式.png differ diff --git a/assets/art/Icon/任务列表标题样式.png.meta b/assets/art/Icon/任务列表标题样式.png.meta new file mode 100644 index 0000000..7dc832f --- /dev/null +++ b/assets/art/Icon/任务列表标题样式.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "faab6c34-9974-4cbb-8119-789255b6fc06", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "faab6c34-9974-4cbb-8119-789255b6fc06@6c48a", + "displayName": "任务列表标题样式", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "faab6c34-9974-4cbb-8119-789255b6fc06", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "faab6c34-9974-4cbb-8119-789255b6fc06@f9941", + "displayName": "任务列表标题样式", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 342, + "height": 223, + "rawWidth": 342, + "rawHeight": 223, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -171, + -111.5, + 0, + 171, + -111.5, + 0, + -171, + 111.5, + 0, + 171, + 111.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 223, + 342, + 223, + 0, + 0, + 342, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -171, + -111.5, + 0 + ], + "maxPos": [ + 171, + 111.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "faab6c34-9974-4cbb-8119-789255b6fc06@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "faab6c34-9974-4cbb-8119-789255b6fc06@f9941" + } +} diff --git a/assets/art/Icon/任务按钮.png b/assets/art/Icon/任务按钮.png new file mode 100644 index 0000000..64c3458 Binary files /dev/null and b/assets/art/Icon/任务按钮.png differ diff --git a/assets/art/Icon/任务按钮.png.meta b/assets/art/Icon/任务按钮.png.meta new file mode 100644 index 0000000..a99b2a7 --- /dev/null +++ b/assets/art/Icon/任务按钮.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "443f4c1c-1e91-423a-8aa4-d849d63a8423", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "443f4c1c-1e91-423a-8aa4-d849d63a8423@6c48a", + "displayName": "任务按钮", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "443f4c1c-1e91-423a-8aa4-d849d63a8423", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "443f4c1c-1e91-423a-8aa4-d849d63a8423@f9941", + "displayName": "任务按钮", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 102, + "height": 102, + "rawWidth": 102, + "rawHeight": 102, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -51, + -51, + 0, + 51, + -51, + 0, + -51, + 51, + 0, + 51, + 51, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 102, + 102, + 102, + 0, + 0, + 102, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -51, + -51, + 0 + ], + "maxPos": [ + 51, + 51, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "443f4c1c-1e91-423a-8aa4-d849d63a8423@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "443f4c1c-1e91-423a-8aa4-d849d63a8423@f9941" + } +} diff --git a/assets/art/Icon/信箱.png b/assets/art/Icon/信箱.png new file mode 100644 index 0000000..ef80ded Binary files /dev/null and b/assets/art/Icon/信箱.png differ diff --git a/assets/art/Icon/信箱.png.meta b/assets/art/Icon/信箱.png.meta new file mode 100644 index 0000000..b088d6b --- /dev/null +++ b/assets/art/Icon/信箱.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "adbbb8e2-ec94-4225-921e-2360711e37c6", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "adbbb8e2-ec94-4225-921e-2360711e37c6@6c48a", + "displayName": "信箱", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "adbbb8e2-ec94-4225-921e-2360711e37c6", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "adbbb8e2-ec94-4225-921e-2360711e37c6@f9941", + "displayName": "信箱", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": -6.5, + "offsetY": 2, + "trimX": 0, + "trimY": 0, + "width": 126, + "height": 167, + "rawWidth": 139, + "rawHeight": 171, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -63, + -83.5, + 0, + 63, + -83.5, + 0, + -63, + 83.5, + 0, + 63, + 83.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 171, + 126, + 171, + 0, + 4, + 126, + 4 + ], + "nuv": [ + 0, + 0.023391812865497075, + 0.9064748201438849, + 0.023391812865497075, + 0, + 1, + 0.9064748201438849, + 1 + ], + "minPos": [ + -63, + -83.5, + 0 + ], + "maxPos": [ + 63, + 83.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "adbbb8e2-ec94-4225-921e-2360711e37c6@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "adbbb8e2-ec94-4225-921e-2360711e37c6@f9941" + } +} diff --git a/assets/art/Icon/关闭按钮.png b/assets/art/Icon/关闭按钮.png new file mode 100644 index 0000000..974bf4e Binary files /dev/null and b/assets/art/Icon/关闭按钮.png differ diff --git a/assets/art/Icon/关闭按钮.png.meta b/assets/art/Icon/关闭按钮.png.meta new file mode 100644 index 0000000..0a98eef --- /dev/null +++ b/assets/art/Icon/关闭按钮.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "aefd7bdd-8446-4819-aa98-f8baf05ea3c9", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "aefd7bdd-8446-4819-aa98-f8baf05ea3c9@6c48a", + "displayName": "关闭按钮", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "aefd7bdd-8446-4819-aa98-f8baf05ea3c9", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "aefd7bdd-8446-4819-aa98-f8baf05ea3c9@f9941", + "displayName": "关闭按钮", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 64, + "height": 64, + "rawWidth": 64, + "rawHeight": 64, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -32, + -32, + 0, + 32, + -32, + 0, + -32, + 32, + 0, + 32, + 32, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 64, + 64, + 64, + 0, + 0, + 64, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -32, + -32, + 0 + ], + "maxPos": [ + 32, + 32, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "aefd7bdd-8446-4819-aa98-f8baf05ea3c9@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "aefd7bdd-8446-4819-aa98-f8baf05ea3c9@f9941" + } +} diff --git a/assets/art/Icon/小屋.png b/assets/art/Icon/小屋.png new file mode 100644 index 0000000..da6595f Binary files /dev/null and b/assets/art/Icon/小屋.png differ diff --git a/assets/art/Icon/小屋.png.meta b/assets/art/Icon/小屋.png.meta new file mode 100644 index 0000000..81c2dbd --- /dev/null +++ b/assets/art/Icon/小屋.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "3215b049-edcb-484e-b6f8-571a304630a5", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3215b049-edcb-484e-b6f8-571a304630a5@6c48a", + "displayName": "小屋", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3215b049-edcb-484e-b6f8-571a304630a5", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3215b049-edcb-484e-b6f8-571a304630a5@f9941", + "displayName": "小屋", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": -1, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 319, + "height": 202, + "rawWidth": 321, + "rawHeight": 202, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -159.5, + -101, + 0, + 159.5, + -101, + 0, + -159.5, + 101, + 0, + 159.5, + 101, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 202, + 319, + 202, + 0, + 0, + 319, + 0 + ], + "nuv": [ + 0, + 0, + 0.9937694704049844, + 0, + 0, + 1, + 0.9937694704049844, + 1 + ], + "minPos": [ + -159.5, + -101, + 0 + ], + "maxPos": [ + 159.5, + 101, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3215b049-edcb-484e-b6f8-571a304630a5@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "3215b049-edcb-484e-b6f8-571a304630a5@f9941" + } +} diff --git a/assets/art/Icon/小鸡.png b/assets/art/Icon/小鸡.png new file mode 100644 index 0000000..cc70cc7 Binary files /dev/null and b/assets/art/Icon/小鸡.png differ diff --git a/assets/art/Icon/小鸡.png.meta b/assets/art/Icon/小鸡.png.meta new file mode 100644 index 0000000..6772ed5 --- /dev/null +++ b/assets/art/Icon/小鸡.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "0fbea7e1-166e-4390-9a57-8b42cd0dae73", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "0fbea7e1-166e-4390-9a57-8b42cd0dae73@6c48a", + "displayName": "小鸡", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "0fbea7e1-166e-4390-9a57-8b42cd0dae73", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "0fbea7e1-166e-4390-9a57-8b42cd0dae73@f9941", + "displayName": "小鸡", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 283, + "height": 362, + "rawWidth": 283, + "rawHeight": 362, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -141.5, + -181, + 0, + 141.5, + -181, + 0, + -141.5, + 181, + 0, + 141.5, + 181, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 362, + 283, + 362, + 0, + 0, + 283, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -141.5, + -181, + 0 + ], + "maxPos": [ + 141.5, + 181, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "0fbea7e1-166e-4390-9a57-8b42cd0dae73@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "0fbea7e1-166e-4390-9a57-8b42cd0dae73@f9941" + } +} diff --git a/assets/art/Icon/小鸡投影.png b/assets/art/Icon/小鸡投影.png new file mode 100644 index 0000000..4dda784 Binary files /dev/null and b/assets/art/Icon/小鸡投影.png differ diff --git a/assets/art/Icon/小鸡投影.png.meta b/assets/art/Icon/小鸡投影.png.meta new file mode 100644 index 0000000..685bc5a --- /dev/null +++ b/assets/art/Icon/小鸡投影.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "d117304b-74ea-4509-a0ca-2f3c5319f7ba", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "d117304b-74ea-4509-a0ca-2f3c5319f7ba@6c48a", + "displayName": "小鸡投影", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "d117304b-74ea-4509-a0ca-2f3c5319f7ba", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "d117304b-74ea-4509-a0ca-2f3c5319f7ba@f9941", + "displayName": "小鸡投影", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": -0.5, + "offsetY": -11.5, + "trimX": 6, + "trimY": 29, + "width": 293, + "height": 256, + "rawWidth": 306, + "rawHeight": 291, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -146.5, + -128, + 0, + 146.5, + -128, + 0, + -146.5, + 128, + 0, + 146.5, + 128, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 6, + 262, + 299, + 262, + 6, + 6, + 299, + 6 + ], + "nuv": [ + 0.0196078431372549, + 0.020618556701030927, + 0.9771241830065359, + 0.020618556701030927, + 0.0196078431372549, + 0.9003436426116839, + 0.9771241830065359, + 0.9003436426116839 + ], + "minPos": [ + -146.5, + -128, + 0 + ], + "maxPos": [ + 146.5, + 128, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "d117304b-74ea-4509-a0ca-2f3c5319f7ba@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "d117304b-74ea-4509-a0ca-2f3c5319f7ba@f9941" + } +} diff --git a/assets/art/Icon/弹窗.png b/assets/art/Icon/弹窗.png new file mode 100644 index 0000000..0416a01 Binary files /dev/null and b/assets/art/Icon/弹窗.png differ diff --git a/assets/art/Icon/弹窗.png.meta b/assets/art/Icon/弹窗.png.meta new file mode 100644 index 0000000..a186006 --- /dev/null +++ b/assets/art/Icon/弹窗.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "e59b7cf3-0c51-486a-8b5f-1c571e495720", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e59b7cf3-0c51-486a-8b5f-1c571e495720@6c48a", + "displayName": "弹窗", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "e59b7cf3-0c51-486a-8b5f-1c571e495720", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e59b7cf3-0c51-486a-8b5f-1c571e495720@f9941", + "displayName": "弹窗", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 553, + "height": 606, + "rawWidth": 553, + "rawHeight": 606, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -276.5, + -303, + 0, + 276.5, + -303, + 0, + -276.5, + 303, + 0, + 276.5, + 303, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 606, + 553, + 606, + 0, + 0, + 553, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -276.5, + -303, + 0 + ], + "maxPos": [ + 276.5, + 303, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e59b7cf3-0c51-486a-8b5f-1c571e495720@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "e59b7cf3-0c51-486a-8b5f-1c571e495720@f9941" + } +} diff --git a/assets/art/Icon/按钮.png b/assets/art/Icon/按钮.png new file mode 100644 index 0000000..36f65e3 Binary files /dev/null and b/assets/art/Icon/按钮.png differ diff --git a/assets/art/Icon/按钮.png.meta b/assets/art/Icon/按钮.png.meta new file mode 100644 index 0000000..c1211d9 --- /dev/null +++ b/assets/art/Icon/按钮.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "177b39db-24d2-4c72-90f4-a1170b0a3fb7", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "177b39db-24d2-4c72-90f4-a1170b0a3fb7@6c48a", + "displayName": "按钮", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "177b39db-24d2-4c72-90f4-a1170b0a3fb7", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "177b39db-24d2-4c72-90f4-a1170b0a3fb7@f9941", + "displayName": "按钮", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 102, + "height": 102, + "rawWidth": 102, + "rawHeight": 102, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -51, + -51, + 0, + 51, + -51, + 0, + -51, + 51, + 0, + 51, + 51, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 102, + 102, + 102, + 0, + 0, + 102, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -51, + -51, + 0 + ], + "maxPos": [ + 51, + 51, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "177b39db-24d2-4c72-90f4-a1170b0a3fb7@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "177b39db-24d2-4c72-90f4-a1170b0a3fb7@f9941" + } +} diff --git a/assets/art/Icon/栏杆.png b/assets/art/Icon/栏杆.png new file mode 100644 index 0000000..c987868 Binary files /dev/null and b/assets/art/Icon/栏杆.png differ diff --git a/assets/art/Icon/栏杆.png.meta b/assets/art/Icon/栏杆.png.meta new file mode 100644 index 0000000..2f920b1 --- /dev/null +++ b/assets/art/Icon/栏杆.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "921ef1ff-bb7b-48e8-a46c-1d4756f67e63", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "921ef1ff-bb7b-48e8-a46c-1d4756f67e63@6c48a", + "displayName": "栏杆", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "921ef1ff-bb7b-48e8-a46c-1d4756f67e63", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "921ef1ff-bb7b-48e8-a46c-1d4756f67e63@f9941", + "displayName": "栏杆", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 373, + "height": 161, + "rawWidth": 373, + "rawHeight": 161, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -186.5, + -80.5, + 0, + 186.5, + -80.5, + 0, + -186.5, + 80.5, + 0, + 186.5, + 80.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 161, + 373, + 161, + 0, + 0, + 373, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -186.5, + -80.5, + 0 + ], + "maxPos": [ + 186.5, + 80.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "921ef1ff-bb7b-48e8-a46c-1d4756f67e63@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "921ef1ff-bb7b-48e8-a46c-1d4756f67e63@f9941" + } +} diff --git a/assets/art/Icon/消息列表.png b/assets/art/Icon/消息列表.png new file mode 100644 index 0000000..ffb94db Binary files /dev/null and b/assets/art/Icon/消息列表.png differ diff --git a/assets/art/Icon/消息列表.png.meta b/assets/art/Icon/消息列表.png.meta new file mode 100644 index 0000000..f083ed9 --- /dev/null +++ b/assets/art/Icon/消息列表.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "9462ec85-c4a4-42b1-8fa2-9cc896aa64b7", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "9462ec85-c4a4-42b1-8fa2-9cc896aa64b7@6c48a", + "displayName": "消息列表", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "9462ec85-c4a4-42b1-8fa2-9cc896aa64b7", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "9462ec85-c4a4-42b1-8fa2-9cc896aa64b7@f9941", + "displayName": "消息列表", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 385, + "height": 234, + "rawWidth": 385, + "rawHeight": 234, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -192.5, + -117, + 0, + 192.5, + -117, + 0, + -192.5, + 117, + 0, + 192.5, + 117, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 234, + 385, + 234, + 0, + 0, + 385, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -192.5, + -117, + 0 + ], + "maxPos": [ + 192.5, + 117, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "9462ec85-c4a4-42b1-8fa2-9cc896aa64b7@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "9462ec85-c4a4-42b1-8fa2-9cc896aa64b7@f9941" + } +} diff --git a/assets/art/Icon/背景 拷贝.jpg b/assets/art/Icon/背景 拷贝.jpg new file mode 100644 index 0000000..c7ecd6d Binary files /dev/null and b/assets/art/Icon/背景 拷贝.jpg differ diff --git a/assets/art/Icon/背景 拷贝.jpg.meta b/assets/art/Icon/背景 拷贝.jpg.meta new file mode 100644 index 0000000..d438e91 --- /dev/null +++ b/assets/art/Icon/背景 拷贝.jpg.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "bce900e4-acca-44cf-bc65-93955e43d0e9", + "files": [ + ".jpg", + ".json" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "bce900e4-acca-44cf-bc65-93955e43d0e9@6c48a", + "displayName": "背景 拷贝", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "bce900e4-acca-44cf-bc65-93955e43d0e9", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "bce900e4-acca-44cf-bc65-93955e43d0e9@f9941", + "displayName": "背景 拷贝", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1200, + "height": 1334, + "rawWidth": 1200, + "rawHeight": 1334, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -600, + -667, + 0, + 600, + -667, + 0, + -600, + 667, + 0, + 600, + 667, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1334, + 1200, + 1334, + 0, + 0, + 1200, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -600, + -667, + 0 + ], + "maxPos": [ + 600, + 667, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "bce900e4-acca-44cf-bc65-93955e43d0e9@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": false, + "redirect": "bce900e4-acca-44cf-bc65-93955e43d0e9@f9941" + } +} diff --git a/assets/art/Icon/进度.png b/assets/art/Icon/进度.png new file mode 100644 index 0000000..687fde5 Binary files /dev/null and b/assets/art/Icon/进度.png differ diff --git a/assets/art/Icon/进度.png.meta b/assets/art/Icon/进度.png.meta new file mode 100644 index 0000000..ed4f5df --- /dev/null +++ b/assets/art/Icon/进度.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "7fa4c752-9059-49b5-8acc-019b7968562c", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "7fa4c752-9059-49b5-8acc-019b7968562c@6c48a", + "displayName": "进度", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "7fa4c752-9059-49b5-8acc-019b7968562c", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "7fa4c752-9059-49b5-8acc-019b7968562c@f9941", + "displayName": "进度", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 102, + "height": 102, + "rawWidth": 102, + "rawHeight": 102, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -51, + -51, + 0, + 51, + -51, + 0, + -51, + 51, + 0, + 51, + 51, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 102, + 102, + 102, + 0, + 0, + 102, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -51, + -51, + 0 + ], + "maxPos": [ + 51, + 51, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "7fa4c752-9059-49b5-8acc-019b7968562c@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "7fa4c752-9059-49b5-8acc-019b7968562c@f9941" + } +} diff --git a/assets/art/Icon/饲料.meta b/assets/art/Icon/饲料.meta new file mode 100644 index 0000000..33849a4 --- /dev/null +++ b/assets/art/Icon/饲料.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "914f7ef2-eaed-4804-8a2b-603ed9c82bcd", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/art/Icon/饲料.png b/assets/art/Icon/饲料.png new file mode 100644 index 0000000..fc4330f Binary files /dev/null and b/assets/art/Icon/饲料.png differ diff --git a/assets/art/Icon/饲料.png.meta b/assets/art/Icon/饲料.png.meta new file mode 100644 index 0000000..04742c6 --- /dev/null +++ b/assets/art/Icon/饲料.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "95b8de76-af67-4a89-abac-b7698b71ca6e", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "95b8de76-af67-4a89-abac-b7698b71ca6e@6c48a", + "displayName": "饲料", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "95b8de76-af67-4a89-abac-b7698b71ca6e", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "95b8de76-af67-4a89-abac-b7698b71ca6e@f9941", + "displayName": "饲料", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 95, + "height": 49, + "rawWidth": 95, + "rawHeight": 49, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -47.5, + -24.5, + 0, + 47.5, + -24.5, + 0, + -47.5, + 24.5, + 0, + 47.5, + 24.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 49, + 95, + 49, + 0, + 0, + 95, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -47.5, + -24.5, + 0 + ], + "maxPos": [ + 47.5, + 24.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "95b8de76-af67-4a89-abac-b7698b71ca6e@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "95b8de76-af67-4a89-abac-b7698b71ca6e@f9941" + } +} diff --git a/assets/art/Icon/饲料/1.png b/assets/art/Icon/饲料/1.png new file mode 100644 index 0000000..4a0fd11 Binary files /dev/null and b/assets/art/Icon/饲料/1.png differ diff --git a/assets/art/Icon/饲料/1.png.meta b/assets/art/Icon/饲料/1.png.meta new file mode 100644 index 0000000..6874357 --- /dev/null +++ b/assets/art/Icon/饲料/1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "96f63395-62fe-48c6-818d-c8c18004a269", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "96f63395-62fe-48c6-818d-c8c18004a269@6c48a", + "displayName": "1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "96f63395-62fe-48c6-818d-c8c18004a269", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "96f63395-62fe-48c6-818d-c8c18004a269@f9941", + "displayName": "1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 183, + "height": 68, + "rawWidth": 183, + "rawHeight": 68, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -91.5, + -34, + 0, + 91.5, + -34, + 0, + -91.5, + 34, + 0, + 91.5, + 34, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 68, + 183, + 68, + 0, + 0, + 183, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -91.5, + -34, + 0 + ], + "maxPos": [ + 91.5, + 34, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "96f63395-62fe-48c6-818d-c8c18004a269@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "96f63395-62fe-48c6-818d-c8c18004a269@f9941" + } +} diff --git a/assets/art/Icon/饲料/2.png b/assets/art/Icon/饲料/2.png new file mode 100644 index 0000000..fff5620 Binary files /dev/null and b/assets/art/Icon/饲料/2.png differ diff --git a/assets/art/Icon/饲料/2.png.meta b/assets/art/Icon/饲料/2.png.meta new file mode 100644 index 0000000..01e231f --- /dev/null +++ b/assets/art/Icon/饲料/2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "2a6d0a91-4582-4c36-8980-4c0295f79a6a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "2a6d0a91-4582-4c36-8980-4c0295f79a6a@6c48a", + "displayName": "2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "2a6d0a91-4582-4c36-8980-4c0295f79a6a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "2a6d0a91-4582-4c36-8980-4c0295f79a6a@f9941", + "displayName": "2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 185, + "height": 70, + "rawWidth": 185, + "rawHeight": 70, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -92.5, + -35, + 0, + 92.5, + -35, + 0, + -92.5, + 35, + 0, + 92.5, + 35, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 70, + 185, + 70, + 0, + 0, + 185, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -92.5, + -35, + 0 + ], + "maxPos": [ + 92.5, + 35, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "2a6d0a91-4582-4c36-8980-4c0295f79a6a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "2a6d0a91-4582-4c36-8980-4c0295f79a6a@f9941" + } +} diff --git a/assets/art/Icon/饲料盆.png b/assets/art/Icon/饲料盆.png new file mode 100644 index 0000000..9ccb7e1 Binary files /dev/null and b/assets/art/Icon/饲料盆.png differ diff --git a/assets/art/Icon/饲料盆.png.meta b/assets/art/Icon/饲料盆.png.meta new file mode 100644 index 0000000..8fce73b --- /dev/null +++ b/assets/art/Icon/饲料盆.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "21fd2060-697c-42ce-8252-7bd030d18938", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "21fd2060-697c-42ce-8252-7bd030d18938@6c48a", + "displayName": "饲料盆", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "21fd2060-697c-42ce-8252-7bd030d18938", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "21fd2060-697c-42ce-8252-7bd030d18938@f9941", + "displayName": "饲料盆", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": -2, + "offsetY": 1, + "trimX": 0, + "trimY": 1, + "width": 191, + "height": 100, + "rawWidth": 195, + "rawHeight": 104, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -95.5, + -50, + 0, + 95.5, + -50, + 0, + -95.5, + 50, + 0, + 95.5, + 50, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 103, + 191, + 103, + 0, + 3, + 191, + 3 + ], + "nuv": [ + 0, + 0.028846153846153848, + 0.9794871794871794, + 0.028846153846153848, + 0, + 0.9903846153846154, + 0.9794871794871794, + 0.9903846153846154 + ], + "minPos": [ + -95.5, + -50, + 0 + ], + "maxPos": [ + 95.5, + 50, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "21fd2060-697c-42ce-8252-7bd030d18938@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "21fd2060-697c-42ce-8252-7bd030d18938@f9941" + } +} diff --git a/assets/art/Icon/鸡窝.png b/assets/art/Icon/鸡窝.png new file mode 100644 index 0000000..c577746 Binary files /dev/null and b/assets/art/Icon/鸡窝.png differ diff --git a/assets/art/Icon/鸡窝.png.meta b/assets/art/Icon/鸡窝.png.meta new file mode 100644 index 0000000..a438504 --- /dev/null +++ b/assets/art/Icon/鸡窝.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "3d1f149b-c640-4ac9-8127-3d79a65ef797", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3d1f149b-c640-4ac9-8127-3d79a65ef797@6c48a", + "displayName": "鸡窝", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3d1f149b-c640-4ac9-8127-3d79a65ef797", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3d1f149b-c640-4ac9-8127-3d79a65ef797@f9941", + "displayName": "鸡窝", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": -0.5, + "trimX": 4, + "trimY": 4, + "width": 141, + "height": 72, + "rawWidth": 149, + "rawHeight": 79, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -70.5, + -36, + 0, + 70.5, + -36, + 0, + -70.5, + 36, + 0, + 70.5, + 36, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 4, + 75, + 145, + 75, + 4, + 3, + 145, + 3 + ], + "nuv": [ + 0.026845637583892617, + 0.0379746835443038, + 0.9731543624161074, + 0.0379746835443038, + 0.026845637583892617, + 0.9493670886075949, + 0.9731543624161074, + 0.9493670886075949 + ], + "minPos": [ + -70.5, + -36, + 0 + ], + "maxPos": [ + 70.5, + 36, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3d1f149b-c640-4ac9-8127-3d79a65ef797@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "3d1f149b-c640-4ac9-8127-3d79a65ef797@f9941" + } +} diff --git a/assets/art/Icon/鸡蛋.png b/assets/art/Icon/鸡蛋.png new file mode 100644 index 0000000..a677bdb Binary files /dev/null and b/assets/art/Icon/鸡蛋.png differ diff --git a/assets/art/Icon/鸡蛋.png.meta b/assets/art/Icon/鸡蛋.png.meta new file mode 100644 index 0000000..580c7ac --- /dev/null +++ b/assets/art/Icon/鸡蛋.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.26", + "importer": "image", + "imported": true, + "uuid": "f929e97c-bdb4-43f9-b6e9-08191709ba5b", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f929e97c-bdb4-43f9-b6e9-08191709ba5b@6c48a", + "displayName": "鸡蛋", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f929e97c-bdb4-43f9-b6e9-08191709ba5b", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f929e97c-bdb4-43f9-b6e9-08191709ba5b@f9941", + "displayName": "鸡蛋", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": -1, + "offsetY": 2, + "trimX": 12, + "trimY": 0, + "width": 212, + "height": 131, + "rawWidth": 238, + "rawHeight": 135, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -106, + -65.5, + 0, + 106, + -65.5, + 0, + -106, + 65.5, + 0, + 106, + 65.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 12, + 135, + 224, + 135, + 12, + 4, + 224, + 4 + ], + "nuv": [ + 0.05042016806722689, + 0.02962962962962963, + 0.9411764705882353, + 0.02962962962962963, + 0.05042016806722689, + 1, + 0.9411764705882353, + 1 + ], + "minPos": [ + -106, + -65.5, + 0 + ], + "maxPos": [ + 106, + 65.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f929e97c-bdb4-43f9-b6e9-08191709ba5b@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "f929e97c-bdb4-43f9-b6e9-08191709ba5b@f9941" + } +} diff --git a/assets/scene.meta b/assets/scene.meta new file mode 100644 index 0000000..70bb026 --- /dev/null +++ b/assets/scene.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "5790cee2-2fae-449b-85a3-0d8c2deecbd9", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/scene/home.scene b/assets/scene/home.scene new file mode 100644 index 0000000..1c093d2 --- /dev/null +++ b/assets/scene/home.scene @@ -0,0 +1,6546 @@ +[ + { + "__type__": "cc.SceneAsset", + "_name": "home", + "_objFlags": 0, + "__editorExtras__": {}, + "_native": "", + "scene": { + "__id__": 1 + } + }, + { + "__type__": "cc.Scene", + "_name": "home", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": null, + "_children": [ + { + "__id__": 2 + } + ], + "_active": true, + "_components": [], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "autoReleaseAssets": false, + "_globals": { + "__id__": 180 + }, + "_id": "4a1edde1-6acc-43f0-9208-808631b20cb2" + }, + { + "__type__": "cc.Node", + "_name": "Canvas", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 1 + }, + "_children": [ + { + "__id__": 3 + }, + { + "__id__": 5 + }, + { + "__id__": 11 + }, + { + "__id__": 46 + }, + { + "__id__": 132 + }, + { + "__id__": 156 + } + ], + "_active": true, + "_components": [ + { + "__id__": 177 + }, + { + "__id__": 178 + }, + { + "__id__": 179 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 375, + "y": 667, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "beI88Z2HpFELqR4T5EMHpg" + }, + { + "__type__": "cc.Node", + "_name": "Camera", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 4 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 1000 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 1073741824, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "ebFwiq8gBFaYpqYbdoDODe" + }, + { + "__type__": "cc.Camera", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 3 + }, + "_enabled": true, + "__prefab": null, + "_projection": 0, + "_priority": 0, + "_fov": 45, + "_fovAxis": 0, + "_orthoHeight": 667, + "_near": 0, + "_far": 1000, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_depth": 1, + "_stencil": 0, + "_clearFlags": 7, + "_rect": { + "__type__": "cc.Rect", + "x": 0, + "y": 0, + "width": 1, + "height": 1 + }, + "_aperture": 19, + "_shutter": 7, + "_iso": 0, + "_screenScale": 1, + "_visibility": 1108344832, + "_targetTexture": null, + "_postProcess": null, + "_usePostProcess": false, + "_cameraType": -1, + "_trackingType": 0, + "_id": "63WIch3o5BEYRlXzTT0oWc" + }, + { + "__type__": "cc.Node", + "_name": "Bg", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 6 + }, + { + "__id__": 7 + }, + { + "__id__": 8 + }, + { + "__id__": 9 + }, + { + "__id__": 10 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "54GYQ7zvRID6NUTffWPthW" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 5 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 1200, + "height": 1334 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "ecRMH/RMFJYYb7tQ9BgxeD" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 5 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "bce900e4-acca-44cf-bc65-93955e43d0e9@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "b1h685+g1J2K0RWZrO0u1T" + }, + { + "__type__": "e1597N1Kn5HI5pW0b1R3AM3", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 5 + }, + "_enabled": false, + "__prefab": null, + "backgroundNode": null, + "movementBounds": { + "__type__": "cc.Rect", + "x": 0, + "y": 0, + "width": 1000, + "height": 1000 + }, + "_id": "13DLS7o49JFaNfrgC39W1K" + }, + { + "__type__": "cc.BoxCollider2D", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 5 + }, + "_enabled": true, + "__prefab": null, + "tag": 0, + "_group": 1, + "_density": 1, + "_sensor": false, + "_friction": 0.2, + "_restitution": 0, + "_offset": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_size": { + "__type__": "cc.Size", + "width": 1024, + "height": 1024 + }, + "_id": "6a4gFd6X9AUbZjjKtjYfeq" + }, + { + "__type__": "e8ad2gNmcNCDZqqYTXcMo99", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 5 + }, + "_enabled": true, + "__prefab": null, + "direction": 1, + "offset": 80, + "_id": "3bYrXeYOlMqKQ3wIm/YlLY" + }, + { + "__type__": "cc.Node", + "_name": "主界面", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 12 + }, + { + "__id__": 15 + }, + { + "__id__": 18 + }, + { + "__id__": 21 + }, + { + "__id__": 24 + }, + { + "__id__": 27 + }, + { + "__id__": 30 + }, + { + "__id__": 33 + }, + { + "__id__": 36 + }, + { + "__id__": 42 + } + ], + "_active": true, + "_components": [ + { + "__id__": 45 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "bdw4IQgfNJorYTSEp+v/bf" + }, + { + "__type__": "cc.Node", + "_name": "Chicken", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 13 + }, + { + "__id__": 14 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -219.76999999999998, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "581AlwG0dLt7MSqUfvf8YH" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 12 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 283, + "height": 362 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "3bvblL06lJAapwHrseZbdk" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 12 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "0fbea7e1-166e-4390-9a57-8b42cd0dae73@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "80YMdH5fZOK4436RQHSaF5" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 16 + }, + { + "__id__": 17 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 106.125, + "y": 26.536000000000058, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "f6wnjnrHpLWqwWIT9c+IIA" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 15 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 319, + "height": 202 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "12SiXvxF5F6LmPQmF5ObXv" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 15 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "3215b049-edcb-484e-b6f8-571a304630a5@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "91fUQ6uThAf5Ks9H8Br+kb" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 19 + }, + { + "__id__": 20 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -210.41, + "y": -13.566000000000031, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "e2+aOz4qhM45UaIf55aBMF" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 373, + "height": 161 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "16exv+UEFOjYQic3D4CRVH" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 18 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "921ef1ff-bb7b-48e8-a46c-1d4756f67e63@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "e9coF68lJIYo7m53tYckYS" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 22 + }, + { + "__id__": 23 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -221.508, + "y": -170.93200000000002, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "e5NhwzOQ9I0Kl8D+oYLPLb" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 21 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 212, + "height": 131 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "60S4ZIqT1IpIwkSDqjLYfd" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 21 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "f929e97c-bdb4-43f9-b6e9-08191709ba5b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "0apX1Fm4tJtbOnhaiZeT6Y" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-004", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 25 + }, + { + "__id__": 26 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -221.508, + "y": -203.49099999999999, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "6ftRVzJ+FPz6qsewR9co5r" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 24 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 141, + "height": 72 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "a06Zm6S8ROw5+n0RWLZG92" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 24 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "3d1f149b-c640-4ac9-8127-3d79a65ef797@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "58UyfCoS1CSLyEviqp2pSJ" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-005", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 28 + }, + { + "__id__": 29 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -221.508, + "y": -377.136, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "e7Qo/E11tCC4Eb9COau6lY" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 102, + "height": 102 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "81A099b+xNxoa/V/c9zyHl" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 27 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "443f4c1c-1e91-423a-8aa4-d849d63a8423@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "2a+9zmWSdI9L9B/zgd4yDP" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-007", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 31 + }, + { + "__id__": 32 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 316.64, + "y": -227.90999999999997, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "aaLfuQqQVL+IVLfvkE4mye" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 30 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 191, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "30pki+18tMb42be7iDAulL" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 30 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "21fd2060-697c-42ce-8252-7bd030d18938@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "1ehYj7tB1HMp9vsVBDXvVB" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-006", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 34 + }, + { + "__id__": 35 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 288.61799999999994, + "y": -195.351, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "4czTE6y0VA/oSWMnf2lPOh" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 33 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 95, + "height": 49 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "bdx7eZRx9KKr59OWZ8MSos" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 33 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "95b8de76-af67-4a89-abac-b7698b71ca6e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "cfG45N8ZlKzaFzfttUjevY" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-008", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [ + { + "__id__": 37 + } + ], + "_active": true, + "_components": [ + { + "__id__": 40 + }, + { + "__id__": 41 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 288.61799999999994, + "y": -393.415, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "85dLVe7XxGbKYl1dGeFB98" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-009", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 36 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 38 + }, + { + "__id__": 39 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "d54Q2DrbxMwKYbcPYuifHF" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 37 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 102, + "height": 102 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "423N9S+iBKoaMaI030qvsR" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 37 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "7fa4c752-9059-49b5-8acc-019b7968562c@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "62/5ZShxdOS7rRPBcFxeEQ" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 36 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 102, + "height": 102 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "9fRUd3i1xGKZipS0z05vu2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 36 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "177b39db-24d2-4c72-90f4-a1170b0a3fb7@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "e2SQ+VlRFJAJIFx+/bngWY" + }, + { + "__type__": "cc.Node", + "_name": "Chicken-009", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 11 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 43 + }, + { + "__id__": 44 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 300.677, + "y": 18.119000000000028, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "7d0qbCurBPDJU+C/aapx5k" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 42 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 126, + "height": 167 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "a1IwoKLMJLN5yOcAT+56+k" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 42 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "adbbb8e2-ec94-4225-921e-2360711e37c6@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "32tlRoI3VNorMyzx9orAv3" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 11 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "6e2qUJtFlKraqvBUvJpUHK" + }, + { + "__type__": "cc.Node", + "_name": "弹窗_任务", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 47 + }, + { + "__id__": 50 + }, + { + "__id__": 56 + }, + { + "__id__": 60 + }, + { + "__id__": 63 + }, + { + "__id__": 79 + }, + { + "__id__": 91 + }, + { + "__id__": 103 + }, + { + "__id__": 115 + }, + { + "__id__": 122 + } + ], + "_active": false, + "_components": [ + { + "__id__": 130 + }, + { + "__id__": 131 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "6eebNN/G9OMo3ip6opo/Be" + }, + { + "__type__": "cc.Node", + "_name": "Bg", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 48 + }, + { + "__id__": 49 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "58oNQThuhCkIufr7yG2zyr" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 47 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 750, + "height": 1140 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "d16WvUjNlCB6cGFyUYXlHA" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 47 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "4c15d8cc-1814-47a4-b42a-45f1c93582f1@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "70O3zXiE9PipO6DBiNyily" + }, + { + "__type__": "cc.Node", + "_name": "标题栏", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [ + { + "__id__": 51 + } + ], + "_active": true, + "_components": [ + { + "__id__": 54 + }, + { + "__id__": 55 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 6.7, + "y": 378.5, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "cdyYSpvqNGV7zEKFhJU8bf" + }, + { + "__type__": "cc.Node", + "_name": "RichText", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 50 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 52 + }, + { + "__id__": 53 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "d3g7Mu5vhNl5KGONta8Zsz" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 51 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 251.11328125, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "8b8lR315ZH4pkoE6UaCkT5" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 51 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "做任务 领饲料", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 40, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "90AjrPLhFBUKgZJVVfTs4s" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 342, + "height": 80 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "1fPIBDWBRCTYPb+hUo8GXT" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 50 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "3374cebb-5261-45ae-aeb1-802d1ec3a3ec@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "02PL3kdP1IWKOppGHIzYLj" + }, + { + "__type__": "cc.Node", + "_name": "领取背景", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 57 + }, + { + "__id__": 58 + }, + { + "__id__": 59 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 241.657, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "7f3A07rMVHxp+2VPQDxhP9" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 56 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 700, + "height": 153 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "f4sSZrCJFJ4oi/leENNLBq" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 56 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "68ca086a-85b4-45e2-87d7-56a17d7167ad@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "a15mqHoNNCAKt0CyXz9bAH" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 56 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [], + "_interactable": true, + "_transition": 0, + "_normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "68ca086a-85b4-45e2-87d7-56a17d7167ad@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": null, + "_id": "ee/VMtmYdOSIRni5aB5vwP" + }, + { + "__type__": "cc.Node", + "_name": "Line-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 61 + }, + { + "__id__": 62 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -55.834, + "y": 247.40800000000002, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "99m3+zBxNGiJzqv/6IEr79" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 60 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 463, + "height": 3 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "9fVakMhJxBLrCz5AU/4WII" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 60 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "25ed21c8-2759-453d-a69c-5c79a39b40e2@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "06JUg/6gxMsaJfA8WloRz+" + }, + { + "__type__": "cc.Node", + "_name": "领取-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [ + { + "__id__": 64 + }, + { + "__id__": 67 + }, + { + "__id__": 72 + } + ], + "_active": true, + "_components": [ + { + "__id__": 75 + }, + { + "__id__": 76 + }, + { + "__id__": 77 + }, + { + "__id__": 78 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -303.683, + "y": 247.40800000000002, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "f9WQNt4ShDZ7ygrTq4P860" + }, + { + "__type__": "cc.Node", + "_name": "RichText-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 63 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 65 + }, + { + "__id__": 66 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -48.465, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "f8EtBwm3BED4xGZSgmoB1B" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 64 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 60, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "4cDzFlXctIY7ohg29XZjQr" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 64 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "第一天", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 20, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": false, + "_id": "068hYgwgBF1r8Eo/X03wfw" + }, + { + "__type__": "cc.Node", + "_name": "Line", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 63 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 68 + }, + { + "__id__": 69 + }, + { + "__id__": 70 + }, + { + "__id__": 71 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 61.84, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "c9kzPKa1hPD40/HPg6KHXn" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 82, + "height": 3 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "48xeza1m1E5LqJDasK7W76" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "0bKIK8awtGLIy7jSoeyGDZ" + }, + { + "__type__": "f6bacHhtelEWr4F5Pb0cehg", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": null, + "fillDuration": 1, + "enableFillEffect": true, + "_id": "10CFA2mQBEAYesMXJZxjTt" + }, + { + "__type__": "cc.UIOpacity", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 67 + }, + "_enabled": true, + "__prefab": null, + "_opacity": 255, + "_id": "eeqteCKTNEbaVQKd7rTqNe" + }, + { + "__type__": "cc.Node", + "_name": "RichText-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 63 + }, + "_children": [], + "_active": false, + "_components": [ + { + "__id__": 73 + }, + { + "__id__": 74 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -31.53, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "ead87OoTxJG6F9Pl4hUZY6" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 72 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 32.24609375, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "c1YRFK/CtCNII8KIrLm2N+" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 72 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "x10", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 20, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "a6mHqzI8hKPJRHTUXnGkFt" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 41, + "height": 43 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "86Sw/8jwZCYonDWxF54f66" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "adfeXx7aFBoIcGioKbJOmH" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [], + "_interactable": true, + "_transition": 0, + "_normalColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": null, + "_id": "4elpdFM3RCObXgb+a+wTOD" + }, + { + "__type__": "837ccx9nB9HwIezYcHgREHU", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 63 + }, + "_enabled": true, + "__prefab": null, + "richText": { + "__id__": 66 + }, + "numDay": 1, + "isClaimed": false, + "_id": "90i9cpdCNChJZ+8b9aF+YE" + }, + { + "__type__": "cc.Node", + "_name": "领取-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [ + { + "__id__": 80 + }, + { + "__id__": 83 + } + ], + "_active": true, + "_components": [ + { + "__id__": 88 + }, + { + "__id__": 89 + }, + { + "__id__": 90 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -186.269, + "y": 247.40800000000002, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "77fEXIaaZAa63ev4pDwg1k" + }, + { + "__type__": "cc.Node", + "_name": "RichText-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 79 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 81 + }, + { + "__id__": 82 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -48.465, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "cfMe2e3rJGoraQ0Ese9vk7" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 80 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 60, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "f1vDXrWS5Jl7SrVqgheYTR" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 80 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "第二天", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 20, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "9dalwZN+FF54pyU5xl8u/I" + }, + { + "__type__": "cc.Node", + "_name": "Line-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 79 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 84 + }, + { + "__id__": 85 + }, + { + "__id__": 86 + }, + { + "__id__": 87 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 62.211, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "93ZNyCYUJMo6Z8F99rqcvF" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 83 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 82, + "height": 3 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "9buu6/W5ZPyLviDxc0hCEF" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 83 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "28ADdfBdlOi7eOXpTGUG3K" + }, + { + "__type__": "f6bacHhtelEWr4F5Pb0cehg", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 83 + }, + "_enabled": true, + "__prefab": null, + "fillDuration": 1, + "enableFillEffect": true, + "_id": "75Fkt5VS5H4JtAx8wOOWqQ" + }, + { + "__type__": "cc.UIOpacity", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 83 + }, + "_enabled": true, + "__prefab": null, + "_opacity": 255, + "_id": "27yzLa4VtD76zyyOOID0/Z" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 79 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 41, + "height": 43 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "afdvDmeWxGX5Qlb4bRShyo" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 79 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "ae+iUgd7ZFmaOjDueyorMA" + }, + { + "__type__": "837ccx9nB9HwIezYcHgREHU", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 79 + }, + "_enabled": true, + "__prefab": null, + "richText": { + "__id__": 82 + }, + "numDay": 2, + "isClaimed": false, + "_id": "b0HgKF3ZBEtpNpfNpWWvh1" + }, + { + "__type__": "cc.Node", + "_name": "领取-004", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [ + { + "__id__": 92 + }, + { + "__id__": 95 + } + ], + "_active": true, + "_components": [ + { + "__id__": 100 + }, + { + "__id__": 101 + }, + { + "__id__": 102 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -72.70100000000002, + "y": 247.40800000000002, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "dfwuAf8J9OHJd6FvSxqvw/" + }, + { + "__type__": "cc.Node", + "_name": "RichText-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 91 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 93 + }, + { + "__id__": 94 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -48.46500000000003, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "00KlEBkP1FcIe5EY1YvIRC" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 92 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 60, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "a21jfRCsBC74aTmwRdkKWL" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 92 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "第三天", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 20, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "4c8cZ/cOBLH5LtawEoSpuf" + }, + { + "__type__": "cc.Node", + "_name": "Line-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 91 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 96 + }, + { + "__id__": 97 + }, + { + "__id__": 98 + }, + { + "__id__": 99 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 61.808, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "090FnjrFNE9YMjZoSTenRi" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 95 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 82, + "height": 3 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "74weNa9kJAg559hwIBOL3Q" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 95 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "f6IkFHuJxCibVJ3pXOPtyc" + }, + { + "__type__": "f6bacHhtelEWr4F5Pb0cehg", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 95 + }, + "_enabled": true, + "__prefab": null, + "fillDuration": 1, + "enableFillEffect": true, + "_id": "1aJ3+om8ZA5ZGfQci/AVbI" + }, + { + "__type__": "cc.UIOpacity", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 95 + }, + "_enabled": true, + "__prefab": null, + "_opacity": 255, + "_id": "8952ffoTJCWY9JtDDvuBW4" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 91 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 41, + "height": 43 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "4c+BJfUDlMCr/PnBOMOtnO" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 91 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "1br1Cga4xK9oYejUMZwZlI" + }, + { + "__type__": "837ccx9nB9HwIezYcHgREHU", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 91 + }, + "_enabled": true, + "__prefab": null, + "richText": { + "__id__": 94 + }, + "numDay": 3, + "isClaimed": false, + "_id": "86xgUlwYhOsLm6msh1kMuN" + }, + { + "__type__": "cc.Node", + "_name": "领取-005", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [ + { + "__id__": 104 + }, + { + "__id__": 107 + } + ], + "_active": true, + "_components": [ + { + "__id__": 112 + }, + { + "__id__": 113 + }, + { + "__id__": 114 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 50, + "y": 247.40800000000002, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "96NaJjmzJK85m4Wh0Y7fMw" + }, + { + "__type__": "cc.Node", + "_name": "RichText-004", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 103 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 105 + }, + { + "__id__": 106 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -48.46500000000003, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "b8FHJMKghO56DGf8x6AOh4" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 104 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 60, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "efDGn9dDRGK7Yx2RoNhqVv" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 104 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "第四天", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 20, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "44NDgCFsJOx4p87steik0l" + }, + { + "__type__": "cc.Node", + "_name": "Line-003", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 103 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 108 + }, + { + "__id__": 109 + }, + { + "__id__": 110 + }, + { + "__id__": 111 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 59.779, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1.1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "b2tYFH/KZIy7fCQI0/6aRB" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 107 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 82, + "height": 3 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "23YVMf595E3aOrtI7q50D0" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 107 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "cb94e8fc-6aec-43bf-8034-fc9f8d529b0f@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 3, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 1, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "64D3wYD3dCJZjm0+OuWtyn" + }, + { + "__type__": "f6bacHhtelEWr4F5Pb0cehg", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 107 + }, + "_enabled": true, + "__prefab": null, + "fillDuration": 1, + "enableFillEffect": true, + "_id": "20nB0M3LFOU75YFCPdCl8F" + }, + { + "__type__": "cc.UIOpacity", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 107 + }, + "_enabled": true, + "__prefab": null, + "_opacity": 255, + "_id": "d5BlJuN6pNbr9M7QT+61W7" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 103 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 41, + "height": 43 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "45Ok1KnElBD5vcAJj+i6fX" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 103 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "72bDUUIN9Fq7+36/eXtgwQ" + }, + { + "__type__": "837ccx9nB9HwIezYcHgREHU", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 103 + }, + "_enabled": true, + "__prefab": null, + "richText": { + "__id__": 106 + }, + "numDay": 4, + "isClaimed": false, + "_id": "1e4QT8EN9HvZn6EEIDh48W" + }, + { + "__type__": "cc.Node", + "_name": "领取-006", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [ + { + "__id__": 116 + } + ], + "_active": true, + "_components": [ + { + "__id__": 119 + }, + { + "__id__": 120 + }, + { + "__id__": 121 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 165.024, + "y": 247.40800000000002, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "9d17uOthBIUooa9RyrIlFu" + }, + { + "__type__": "cc.Node", + "_name": "RichText-005", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 115 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 117 + }, + { + "__id__": 118 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": -48.46500000000003, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "3e+Ecktf5NkI2sRCl35CZn" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 116 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 60, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "27Zx78P1hP/7XB+CBWKUOu" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 116 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "第五天", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 20, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "84O/S+3TFFGLSdJwwPS4vk" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 115 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 41, + "height": 43 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "707SPh5JBD1YVMMblsvjit" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 115 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "ab05e800-2ef5-4f5e-8d94-eb49d4d243be@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "87CzTjGppNFaxfmCXyZOVL" + }, + { + "__type__": "837ccx9nB9HwIezYcHgREHU", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 115 + }, + "_enabled": true, + "__prefab": null, + "richText": { + "__id__": 118 + }, + "numDay": 5, + "isClaimed": false, + "_id": "11WVu4hmlNnZ+N5xSj70Tb" + }, + { + "__type__": "cc.Node", + "_name": "领取", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 46 + }, + "_children": [ + { + "__id__": 123 + } + ], + "_active": true, + "_components": [ + { + "__id__": 126 + }, + { + "__id__": 127 + }, + { + "__id__": 128 + }, + { + "__id__": 129 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 281.938, + "y": 231.331, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "de72siOC5NmJdijvHfHT9k" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 122 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 124 + }, + { + "__id__": 125 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "dasuH2sUBHUo8ZNK3bHvPJ" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 123 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "81RJ9llopBz4xQePCEUbqh" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 123 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_string": "领取", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "01psv8gh1P6r2BOnKrX4VG" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "27lfKwHS9EZZKkUAh4D6DP" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "35D/iHY3lAr6qtCteLAUma" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [], + "_interactable": true, + "_transition": 2, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "ddc0602e-dce7-4410-bc43-9ca4133ce9cc@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 122 + }, + "_id": "89saVqMKpOvLdtPQY4pEuH" + }, + { + "__type__": "896e6U3w+tB7JvdWS9SUQ7Q", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 122 + }, + "_enabled": true, + "__prefab": null, + "enableOpacityEffect": true, + "_id": "59tJ4XloZDa4exhNzHuFbQ" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 46 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "75PKASJZRM3Y9gfKIYqV+/" + }, + { + "__type__": "22638eCtw5Lsa11pHnf9knc", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 46 + }, + "_enabled": true, + "__prefab": null, + "getFeedBtn": null, + "fillEffects": [ + { + "__id__": 70 + }, + { + "__id__": 86 + }, + { + "__id__": 98 + }, + { + "__id__": 110 + } + ], + "changeWorldColor": [ + { + "__id__": 78 + }, + { + "__id__": 90 + }, + { + "__id__": 102 + }, + { + "__id__": 114 + }, + { + "__id__": 121 + } + ], + "_id": "caZ4W7XVNKTbkz0DV53DW8" + }, + { + "__type__": "cc.Node", + "_name": "弹窗_饲料不足", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 133 + }, + { + "__id__": 136 + }, + { + "__id__": 139 + }, + { + "__id__": 146 + } + ], + "_active": false, + "_components": [ + { + "__id__": 154 + }, + { + "__id__": 155 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "b3A9yJmDxN3J29j6/dMSit" + }, + { + "__type__": "cc.Node", + "_name": "BG", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 132 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 134 + }, + { + "__id__": 135 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "827RghSYxIX6hMCMz2xHvJ" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 133 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 553, + "height": 606 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "caHJx9Y2FAu4WAX6XfQy9t" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 133 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "e59b7cf3-0c51-486a-8b5f-1c571e495720@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "12B8YnZmNOJLorYTvGjxtD" + }, + { + "__type__": "cc.Node", + "_name": "提示", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 132 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 137 + }, + { + "__id__": 138 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "e6MqRBeqtA0oSgrbTGsfKO" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 136 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 420, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "f5/bLkB3xHMah0hZJK1FPg" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 136 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "饲料不足,去做任务获取饲料吧", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_fontSize": 30, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "60sAj8R3pCHY1fv447rvAn" + }, + { + "__type__": "cc.Node", + "_name": "Cancel", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 132 + }, + "_children": [ + { + "__id__": 140 + } + ], + "_active": true, + "_components": [ + { + "__id__": 143 + }, + { + "__id__": 144 + }, + { + "__id__": 145 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": -108.51, + "y": -228.43, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "f3WjksTTpKpK+56GH57hDs" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 139 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 141 + }, + { + "__id__": 142 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "24S5WzdDlC+oOULFwl3m4U" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 140 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "65eLKBqYVBh5zTXgbXVneJ" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 140 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "取消", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "a0BeYNfcNGFJTUPHOENqhi" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 139 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "f3704/vDtPyLLa4E2PxK9F" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 139 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "2a6d0a91-4582-4c36-8980-4c0295f79a6a@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "89RDf5WstB4L4R4XspOXut" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 139 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [], + "_interactable": true, + "_transition": 2, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "2a6d0a91-4582-4c36-8980-4c0295f79a6a@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 139 + }, + "_id": "9dXG0dkSJBUJHpTedro4qm" + }, + { + "__type__": "cc.Node", + "_name": "Confirm", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 132 + }, + "_children": [ + { + "__id__": 147 + } + ], + "_active": true, + "_components": [ + { + "__id__": 150 + }, + { + "__id__": 151 + }, + { + "__id__": 152 + }, + { + "__id__": 153 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 153.504, + "y": -228.43, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "c2kNo4lZ9EWak5dlSAEnYB" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 146 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 148 + }, + { + "__id__": 149 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "12xd/vuXZNQ5pKVeKbLsEz" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 147 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "af40nCIbVMW4W6oP4cDBUz" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 147 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "确定", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "a5Zvdfm2pGQox5yMyWa+Y4" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "3eqLOHl+pIHqYfow0dkGu+" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "96f63395-62fe-48c6-818d-c8c18004a269@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "60zO/wwptAmaJAutT0duQ0" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [], + "_interactable": true, + "_transition": 0, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "96f63395-62fe-48c6-818d-c8c18004a269@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 146 + }, + "_id": "51CuvXNfxEL7awI3ZVJySd" + }, + { + "__type__": "896e6U3w+tB7JvdWS9SUQ7Q", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 146 + }, + "_enabled": true, + "__prefab": null, + "enableOpacityEffect": true, + "_id": "75/TwQ1vtHBYOI4SJyL5Vb" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 132 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "686Y3Ng7hFEbjBrYzMhmlG" + }, + { + "__type__": "fe71a6b0/xH/o6CV4d/sX/k", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 132 + }, + "_enabled": true, + "__prefab": null, + "cancelBtn": { + "__id__": 145 + }, + "confirmBtn": { + "__id__": 152 + }, + "textColor": "#000000", + "_id": "b9OW42r+NGHpT4MPrnoU9f" + }, + { + "__type__": "cc.Node", + "_name": "弹窗_牧场消息", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 2 + }, + "_children": [ + { + "__id__": 157 + }, + { + "__id__": 160 + }, + { + "__id__": 163 + }, + { + "__id__": 166 + }, + { + "__id__": 169 + } + ], + "_active": true, + "_components": [ + { + "__id__": 176 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "a0IdBSVm5NarcRhffvKM/5" + }, + { + "__type__": "cc.Node", + "_name": "Sprite-001", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 156 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 158 + }, + { + "__id__": 159 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 77.526, + "y": 295.965, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "92GCDuhQdKo5beKGuv18DR" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 157 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 750, + "height": 1140 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "c3NrTaocJOkbquZduGTr3F" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 157 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "4c15d8cc-1814-47a4-b42a-45f1c93582f1@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "50MTG2CbJOP4/yg+Xpa6hR" + }, + { + "__type__": "cc.Node", + "_name": "Sprite", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 156 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 161 + }, + { + "__id__": 162 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 77.526, + "y": 763.244, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "97bSsxC79GLJeGG7/l9oba" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 160 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 385, + "height": 234 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "28KDQW615HF5Yp9wYD2DF6" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 160 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "9462ec85-c4a4-42b1-8fa2-9cc896aa64b7@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "72A9nLjapB879iUON625t2" + }, + { + "__type__": "cc.Node", + "_name": "RichText", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 156 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 164 + }, + { + "__id__": 165 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 68.398, + "y": 688.06, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "6cC2zF3IVLBLQeYXG3d+tO" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 163 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 160, + "height": 50.4 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "3aBkoW/ppHGYNIaLhn+xf1" + }, + { + "__type__": "cc.RichText", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 163 + }, + "_enabled": true, + "__prefab": null, + "_lineHeight": 40, + "_string": "消息通知", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_fontSize": 40, + "_maxWidth": 0, + "_fontFamily": "Arial", + "_font": null, + "_isSystemFontUsed": true, + "_userDefinedFont": null, + "_cacheMode": 0, + "_imageAtlas": null, + "_handleTouchEvent": true, + "_id": "2cNETQYt5CGZtX5y9YGmQA" + }, + { + "__type__": "cc.Node", + "_name": "Sprite-002", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 156 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 167 + }, + { + "__id__": 168 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "845wEPlbdLmZlsFQob8tm+" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 166 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 30, + "height": 15 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "e3Jw/Q7hBBJYHXW77L2Pp2" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 166 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "28765e2f-040a-4c65-8e8c-f9d0bb79d863@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "17BN/B0IBKh6ftTqJ+yMVp" + }, + { + "__type__": "cc.Node", + "_name": "Del", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 156 + }, + "_children": [ + { + "__id__": 170 + } + ], + "_active": true, + "_components": [ + { + "__id__": 173 + }, + { + "__id__": 174 + }, + { + "__id__": 175 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "60Mjv5H7JOLIlfAMbf6moS" + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 169 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 171 + }, + { + "__id__": 172 + } + ], + "_prefab": null, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "57bhrHrGBEeYTVaxntK2J/" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 170 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "bb8mlxLDNJU6Tnn515yOrv" + }, + { + "__type__": "cc.Label", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 170 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_string": "button", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 20, + "_fontSize": 20, + "_fontFamily": "Arial", + "_lineHeight": 40, + "_overflow": 1, + "_enableWrapText": false, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_id": "bfrz18tClGO6tf/z0p5aNK" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 169 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 40 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "beDTNArexORZuLVkKODToW" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 169 + }, + "_enabled": true, + "__prefab": null, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 1, + "_fillType": 0, + "_sizeMode": 0, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "8b/xJ58FlETIQl7LYELzwt" + }, + { + "__type__": "cc.Button", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 169 + }, + "_enabled": true, + "__prefab": null, + "clickEvents": [], + "_interactable": true, + "_transition": 2, + "_normalColor": { + "__type__": "cc.Color", + "r": 214, + "g": 214, + "b": 214, + "a": 255 + }, + "_hoverColor": { + "__type__": "cc.Color", + "r": 211, + "g": 211, + "b": 211, + "a": 255 + }, + "_pressedColor": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_disabledColor": { + "__type__": "cc.Color", + "r": 124, + "g": 124, + "b": 124, + "a": 255 + }, + "_normalSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_hoverSprite": { + "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_pressedSprite": { + "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_disabledSprite": { + "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_duration": 0.1, + "_zoomScale": 1.2, + "_target": { + "__id__": 169 + }, + "_id": "e37yG65wZK6Jmki9sb5cfR" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 156 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 100, + "height": 100 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "44jVftqPRKeIkD9CTiUKdw" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": null, + "_contentSize": { + "__type__": "cc.Size", + "width": 750, + "height": 1334 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "d6rUX5yfhMlKoWX2bSbawx" + }, + { + "__type__": "cc.Canvas", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": null, + "_cameraComponent": { + "__id__": 4 + }, + "_alignCanvasWithScreen": true, + "_id": "12O/ljcVlEqLmVm3U2gEOQ" + }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 2 + }, + "_enabled": true, + "__prefab": null, + "_alignFlags": 45, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 5.684341886080802e-14, + "_bottom": 5.684341886080802e-14, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 0, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "c5V1EV8IpMtrIvY1OE9t2u" + }, + { + "__type__": "cc.SceneGlobals", + "ambient": { + "__id__": 181 + }, + "shadows": { + "__id__": 182 + }, + "_skybox": { + "__id__": 183 + }, + "fog": { + "__id__": 184 + }, + "octree": { + "__id__": 185 + }, + "skin": { + "__id__": 186 + }, + "lightProbeInfo": { + "__id__": 187 + }, + "bakedWithStationaryMainLight": false, + "bakedWithHighpLightmap": false + }, + { + "__type__": "cc.AmbientInfo", + "_skyColorHDR": { + "__type__": "cc.Vec4", + "x": 0, + "y": 0, + "z": 0, + "w": 0.520833125 + }, + "_skyColor": { + "__type__": "cc.Vec4", + "x": 0, + "y": 0, + "z": 0, + "w": 0.520833125 + }, + "_skyIllumHDR": 20000, + "_skyIllum": 20000, + "_groundAlbedoHDR": { + "__type__": "cc.Vec4", + "x": 0, + "y": 0, + "z": 0, + "w": 0 + }, + "_groundAlbedo": { + "__type__": "cc.Vec4", + "x": 0, + "y": 0, + "z": 0, + "w": 0 + }, + "_skyColorLDR": { + "__type__": "cc.Vec4", + "x": 0.2, + "y": 0.5, + "z": 0.8, + "w": 1 + }, + "_skyIllumLDR": 20000, + "_groundAlbedoLDR": { + "__type__": "cc.Vec4", + "x": 0.2, + "y": 0.2, + "z": 0.2, + "w": 1 + } + }, + { + "__type__": "cc.ShadowsInfo", + "_enabled": false, + "_type": 0, + "_normal": { + "__type__": "cc.Vec3", + "x": 0, + "y": 1, + "z": 0 + }, + "_distance": 0, + "_shadowColor": { + "__type__": "cc.Color", + "r": 76, + "g": 76, + "b": 76, + "a": 255 + }, + "_maxReceived": 4, + "_size": { + "__type__": "cc.Vec2", + "x": 512, + "y": 512 + } + }, + { + "__type__": "cc.SkyboxInfo", + "_envLightingType": 0, + "_envmapHDR": null, + "_envmap": null, + "_envmapLDR": null, + "_diffuseMapHDR": null, + "_diffuseMapLDR": null, + "_enabled": false, + "_useHDR": true, + "_editableMaterial": null, + "_reflectionHDR": null, + "_reflectionLDR": null, + "_rotationAngle": 0 + }, + { + "__type__": "cc.FogInfo", + "_type": 0, + "_fogColor": { + "__type__": "cc.Color", + "r": 200, + "g": 200, + "b": 200, + "a": 255 + }, + "_enabled": false, + "_fogDensity": 0.3, + "_fogStart": 0.5, + "_fogEnd": 300, + "_fogAtten": 5, + "_fogTop": 1.5, + "_fogRange": 1.2, + "_accurate": false + }, + { + "__type__": "cc.OctreeInfo", + "_enabled": false, + "_minPos": { + "__type__": "cc.Vec3", + "x": -1024, + "y": -1024, + "z": -1024 + }, + "_maxPos": { + "__type__": "cc.Vec3", + "x": 1024, + "y": 1024, + "z": 1024 + }, + "_depth": 8 + }, + { + "__type__": "cc.SkinInfo", + "_enabled": false, + "_blurRadius": 0.01, + "_sssIntensity": 3 + }, + { + "__type__": "cc.LightProbeInfo", + "_giScale": 1, + "_giSamples": 1024, + "_bounces": 2, + "_reduceRinging": 0, + "_showProbe": true, + "_showWireframe": true, + "_showConvex": false, + "_data": null, + "_lightProbeSphereVolume": 1 + } +] \ No newline at end of file diff --git a/assets/scene/home.scene.meta b/assets/scene/home.scene.meta new file mode 100644 index 0000000..d655cce --- /dev/null +++ b/assets/scene/home.scene.meta @@ -0,0 +1,11 @@ +{ + "ver": "1.1.45", + "importer": "scene", + "imported": true, + "uuid": "4a1edde1-6acc-43f0-9208-808631b20cb2", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script.meta b/assets/script.meta new file mode 100644 index 0000000..1d86949 --- /dev/null +++ b/assets/script.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "60ff03fa-42ee-4d65-9107-5a21e1f44b3c", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/ActionController.ts b/assets/script/ActionController.ts new file mode 100644 index 0000000..fc90285 --- /dev/null +++ b/assets/script/ActionController.ts @@ -0,0 +1,147 @@ +import { _decorator, clamp, macro, sys, Component, Enum, SpriteAtlas, view, EventTouch, Sprite, Vec2, Node, UITransform, SpriteFrame, Vec3, instantiate, input, Input, EventKeyboard, KeyCode, Prefab, RichText, Event, Button, resources, EventMouse, log, math } from 'cc'; +const { ccclass, property } = _decorator; + + +// import { _decorator, clamp, macro, sys, Component, Enum, SpriteAtlas, view, EventTouch, Sprite, Vec2, Node, UITransform, SpriteFrame, Vec3, instantiate, input, Input, EventKeyboard, KeyCode, Prefab, RichText, Event, Button, resources, EventMouse, log, math } from 'cc'; +// const { ccclass, property } = _decorator; + +enum MomovingDirectionve { + No, + X, + Y, + XY, +} + +@ccclass('ActionController') // 动作控制器 +export class ActionController extends Component { + + @property({ + type: Enum(MomovingDirectionve), + displayName: "移动方向" + }) + public direction: MomovingDirectionve = MomovingDirectionve.No; + + @property({ + visible() { return this.direction === MomovingDirectionve.X || this.direction === MomovingDirectionve.XY || this.direction === MomovingDirectionve.Y } + }) + + @property({ displayName: "边缘位置" }) + public offset: number = 40; + + public touchState: boolean = false; + public touchStartPos: Vec2 = new Vec2(); + + private xMin: number = -550; + private xMax: number = 600; + private yMin: number = 1000; + private yMax: number = -1000; + + targetNode: Node = null; + speed: number = 4; + private keyDown = {} + + onLoad() { + this.listeningTouch(); + this.listeningKey(); + this.getAllComponents(); + } + + start() { + this.init(); + this.checkResolution(); + } + + init() { /* TODO 根据发布的平台自动判断运行逻辑 */ } + + getAllComponents() { + this.targetNode = this.node; + } + + listeningKey() { + input.on(Input.EventType.KEY_DOWN, (event) => { this.keyDown[event.keyCode] = true; }, this); + input.on(Input.EventType.KEY_UP, (event) => { this.keyDown[event.keyCode] = false; }, this); + } + + listeningTouch() { + this.node.on(Node.EventType.TOUCH_START, this.onTouchStart, this); + this.node.on(Node.EventType.TOUCH_MOVE, this.onTouchMove, this); + this.node.on(Node.EventType.TOUCH_END, this.onTouchEnd, this); + this.node.on(Node.EventType.TOUCH_CANCEL, this.onTouchCancel, this); + } + + checkResolution() { + const viewportRect = view.getViewportRect(); + log(`Viewport Rect: ${viewportRect.width} x ${viewportRect.height}`); + + const visibleSize = view.getVisibleSize(); + log(`Visible Size: ${visibleSize.width} x ${visibleSize.height}`); + + this.xMax = visibleSize.width / 2 - this.offset; + this.xMin = -visibleSize.width / 2 + this.offset; + this.yMax = visibleSize.height / 2 - this.offset; + this.yMin = -visibleSize.height / 2 + this.offset; + } + + update(deltaTime: number) { + if (this.keyDown[KeyCode.KEY_A]) { this.moveLeft(); } + if (this.keyDown[KeyCode.KEY_D]) { this.moveRight(); } + if (this.keyDown[KeyCode.KEY_W]) { this.moveUp(); } + if (this.keyDown[KeyCode.KEY_S]) { this.moveDown(); } + } + + onTouchStart(event: EventTouch) { + const touchLocation = event.getUILocation(); + this.touchStartPos.set(touchLocation.x, touchLocation.y); // 记录初始触摸位置 + this.touchState = true; + } + + onTouchMove(event: EventTouch) { + const touchLocation = event.getUILocation(); + const deltaX = touchLocation.x - this.touchStartPos.x; // 计算手指滑动的X轴距离 + const deltaY = touchLocation.y - this.touchStartPos.y; // 计算手指滑动的Y轴距离 + this.updatePosition(deltaX, deltaY); // 根据滑动距离更新节点位置 + this.touchStartPos.set(touchLocation.x, touchLocation.y); // 更新触摸起点 + } + + onTouchEnd(event: EventTouch) { + this.touchState = false; + } + + onTouchCancel(event: EventTouch) { + this.touchState = false; + } + + updatePosition(deltaX: number, deltaY: number) { + let newPosX = this.targetNode.position.x; + let newPosY = this.targetNode.position.y; + + if (this.direction == MomovingDirectionve.X || this.direction == MomovingDirectionve.XY) { + newPosX = clamp(newPosX + deltaX, this.xMin, this.xMax); + } + + if (this.direction == MomovingDirectionve.Y || this.direction == MomovingDirectionve.XY) { + newPosY = clamp(newPosY + deltaY, this.yMin, this.yMax); + } + + this.targetNode.setPosition(new Vec3(newPosX, newPosY, 0)); + } + + moveUp() { this.move(0, this.speed); } + moveDown() { this.move(0, -this.speed); } + moveLeft() { this.move(-this.speed, 0); } + moveRight() { this.move(this.speed, 0); } + + private move(offsetX: number, offsetY: number) { + const currentPosition = this.node.position; + const newPosition = new Vec3(currentPosition.x + offsetX, currentPosition.y + offsetY, currentPosition.z); + this.node.setPosition(newPosition); + } + + onDestroy(): void { + //input.off(Input.EventType.KEY_DOWN, this.onKeyDown, this); + this.node.off(Node.EventType.TOUCH_START, this.onTouchStart, this); + this.node.off(Node.EventType.TOUCH_MOVE, this.onTouchMove, this); + this.node.off(Node.EventType.TOUCH_END, this.onTouchEnd, this); + this.node.off(Node.EventType.TOUCH_CANCEL, this.onTouchCancel, this); + } +} diff --git a/assets/script/ActionController.ts.meta b/assets/script/ActionController.ts.meta new file mode 100644 index 0000000..54edfc6 --- /dev/null +++ b/assets/script/ActionController.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "e8ad280d-99c3-420d-9aaa-6135dc328f7d", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/BackgroundDrag.ts b/assets/script/BackgroundDrag.ts new file mode 100644 index 0000000..252aaff --- /dev/null +++ b/assets/script/BackgroundDrag.ts @@ -0,0 +1,38 @@ +import { _decorator, Component, Node,clamp, EventTouch, Vec2, Rect, misc } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('BackgroundDrag') +export class BackgroundDrag extends Component { + private startTouchPos: Vec2 = new Vec2(0, 0); // 记录初始触摸位置 + private startNodePos: Vec2 = new Vec2(0, 0); // 记录初始节点位置 + + @property(Node) + public backgroundNode: Node = null; // 拖动的背景节点 + + // 限制背景移动的范围 + @property(Rect) + public movementBounds: Rect = new Rect(0, 0, 1000, 1000); + + onLoad() { + this.backgroundNode.on(Node.EventType.TOUCH_START, this.onTouchStart, this); + this.backgroundNode.on(Node.EventType.TOUCH_MOVE, this.onTouchMove, this); + } + + onTouchStart(event: EventTouch) { + this.startTouchPos = event.getLocation(); // 获取触摸起始点 + this.startNodePos = new Vec2(this.backgroundNode.position.x, this.backgroundNode.position.y); // 记录背景节点的起始位置 + } + + onTouchMove(event: EventTouch) { + const touchPos = event.getLocation(); + const delta = touchPos.subtract(this.startTouchPos); + + let newPos = this.startNodePos.add(delta); + + // 限制新位置在给定的范围内 + newPos.x = clamp(newPos.x, this.movementBounds.xMin, this.movementBounds.xMax); + newPos.y = clamp(newPos.y, this.movementBounds.yMin, this.movementBounds.yMax); + + this.backgroundNode.setPosition(newPos.x, newPos.y, this.backgroundNode.position.z); + } +} diff --git a/assets/script/BackgroundDrag.ts.meta b/assets/script/BackgroundDrag.ts.meta new file mode 100644 index 0000000..b3080f7 --- /dev/null +++ b/assets/script/BackgroundDrag.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "e1597375-2a7e-4723-9a56-d1bd51dc0337", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/ChangeWorldColor.ts b/assets/script/ChangeWorldColor.ts new file mode 100644 index 0000000..37b21b0 --- /dev/null +++ b/assets/script/ChangeWorldColor.ts @@ -0,0 +1,43 @@ +import { _decorator, Component, RichText } from 'cc'; +const { ccclass, property } = _decorator; +@ccclass('ChangeWorldColor') +export class ChangeWorldColor extends Component { + +@property({ type: RichText }) + public richText: RichText | null = null; // 关联的RichText组件 + + @property + public numDay: number = 1; // 领取的天数 + public numTotal: number = 7; // 总共的天数 + public content: string = ''; // 显示的内容 + @property + public isClaimed: boolean = false; // 控制内容是否显示“已领取”的开关 + + start() { + + this.content = "第" + this.numDay + "天"; + // 每次开始时根据开关状态更新RichText + //TODO 从服务器获取是否领取 + this.updateRichText(); + } + + // 根据开关状态更新RichText内容和颜色 + updateRichText() { + if (!this.richText) return; // 如果RichText组件为空,则不执行 + + if (this.isClaimed) { + // 如果已领取,则设置文字为灰色,并显示“已领取” + this.richText.string = ""+ this.content+""; + } else { + // 否则可以设置为默认的正常状态或其他内容 + this.richText.string = ""+ this.content+""; + } + + console.log('RichText内容已更新'); + } + + // 手动调用的更新函数,可以在编辑器中改变isClaimed属性后调用 + public triggerUpdate() { + this.updateRichText(); + } +} \ No newline at end of file diff --git a/assets/script/ChangeWorldColor.ts.meta b/assets/script/ChangeWorldColor.ts.meta new file mode 100644 index 0000000..982354b --- /dev/null +++ b/assets/script/ChangeWorldColor.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "837ccc7d-9c1f-47c0-87b3-61c1e04441d4", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/ClickEffect.ts b/assets/script/ClickEffect.ts new file mode 100644 index 0000000..c6e459a --- /dev/null +++ b/assets/script/ClickEffect.ts @@ -0,0 +1,100 @@ +import { _decorator, Component, Node, EventTouch, tween, Vec3, UIOpacity, Color, Sprite, Label } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('ClickEffect') +export class ClickEffect extends Component { + + @property + public enableOpacityEffect: boolean = true; // 控制透明度效果的开关 + + private isClicked: boolean = false; // 点击后锁定状态 + + start() { + // 为节点添加触摸事件监听器 + this.node.on(Node.EventType.TOUCH_START, this.onTouchStart, this); + this.node.on(Node.EventType.TOUCH_END, this.onTouchEnd, this); + this.node.on(Node.EventType.TOUCH_CANCEL, this.onTouchCancel, this); + + // 初始化节点的透明度组件 + if (!this.node.getComponent(UIOpacity)) { + this.node.addComponent(UIOpacity); + } + } + + onTouchStart(event: EventTouch) { + if (this.isClicked) return; // 如果已经点击,不执行 + + // 点击时缩小节点 + tween(this.node) + .to(0.1, { scale: new Vec3(0.9, 0.9, 0.9) }) + .start(); + + // 仅在启用透明度效果时才进行透明度变化 + if (this.enableOpacityEffect) { + // 更强烈的淡入效果,将透明度设置为 150(部分透明) + tween(this.node.getComponent(UIOpacity)) + .to(0.1, { opacity: 150 }) + .start(); + } + } + + onTouchEnd(event: EventTouch) { + if (this.isClicked) return; // 如果已经点击,不执行 + + // 还原节点大小 + tween(this.node) + .to(0.1, { scale: new Vec3(1, 1, 1) }) + .start(); + + // 仅在启用透明度效果时才恢复透明度 + if (this.enableOpacityEffect) { + // 强烈的淡出效果,透明度还原为 255(完全不透明) + tween(this.node.getComponent(UIOpacity)) + .to(0.1, { opacity: 255 }) + .start(); + } + + // 获取 Sprite 组件并将节点变为灰色 + const sprite = this.node.getComponent(Sprite); + if (sprite) { + sprite.color = new Color(128, 128, 128); // 设置节点为灰色 + } + + // 修改节点的 Label 文字为 "已领取" + const labelNode = this.node.getChildByName("Label"); + if (labelNode) { + const label = labelNode.getComponent(Label); + if (label) { + label.string = "已领取"; + } + } + + // 设置为已点击状态,防止重复点击 + this.isClicked = true; + + console.log('节点被点击了,已领取'); + } + + onTouchCancel(event: EventTouch) { + if (this.isClicked) return; // 如果已经点击,不执行 + + // 当触摸被取消时,恢复大小 + tween(this.node) + .to(0.1, { scale: new Vec3(1, 1, 1) }) + .start(); + + // 仅在启用透明度效果时才恢复透明度 + if (this.enableOpacityEffect) { + tween(this.node.getComponent(UIOpacity)) + .to(0.1, { opacity: 255 }) + .start(); + } + } + + onDestroy() { + // 移除事件监听,防止内存泄漏 + this.node.off(Node.EventType.TOUCH_START, this.onTouchStart, this); + this.node.off(Node.EventType.TOUCH_END, this.onTouchEnd, this); + this.node.off(Node.EventType.TOUCH_CANCEL, this.onTouchCancel, this); + } +} diff --git a/assets/script/ClickEffect.ts.meta b/assets/script/ClickEffect.ts.meta new file mode 100644 index 0000000..9c3486a --- /dev/null +++ b/assets/script/ClickEffect.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "896e6537-c3eb-41ec-9bdd-592f52510ed0", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/FeedManager.ts b/assets/script/FeedManager.ts new file mode 100644 index 0000000..7b5de1d --- /dev/null +++ b/assets/script/FeedManager.ts @@ -0,0 +1,42 @@ +import { _decorator, Button, Component, Node, RichText } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('FeedManager') +export class FeedManager extends Component { + + //取消按钮 + @property(Button) + public cancelBtn: Button = null; + //确认按钮 + @property(Button) + public confirmBtn: Button = null; + //设置文本字体颜色为黑色 + @property + public textColor: string = '#000000'; + public richText: RichText; + + start() { + + //this.richText.string = ""+this.richText.string+""; + //监听按钮事件 + this.cancelBtn.node.on('click', this.cancel, this); + this.confirmBtn.node.on('click', this.confirm, this); + } + + //取消 + public cancel() { + console.log('取消'); + } + //确认 + public confirm() { + console.log('确认'); + //隐藏当前界面 + this.node.active = false; + } + + update(deltaTime: number) { + + } +} + + diff --git a/assets/script/FeedManager.ts.meta b/assets/script/FeedManager.ts.meta new file mode 100644 index 0000000..0dce000 --- /dev/null +++ b/assets/script/FeedManager.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "fe71ae9b-d3fc-47fe-8e82-57877fb17fe4", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/FillSpriteEffect.ts b/assets/script/FillSpriteEffect.ts new file mode 100644 index 0000000..bf19b64 --- /dev/null +++ b/assets/script/FillSpriteEffect.ts @@ -0,0 +1,49 @@ +import { _decorator, Component, Node, tween, Sprite, UIOpacity } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('FillSpriteEffect') +export class FillSpriteEffect extends Component { + + @property + public fillDuration: number = 2; // 控制填充速度,单位为秒 + + @property + public enableFillEffect: boolean = false; // 控制是否启用图片显示的开关 + + start() { + // 确保节点有 Sprite 组件 + const sprite = this.node.getComponent(Sprite); + const opacity = this.node.getComponent(UIOpacity); + if (sprite && opacity) { + // 设置初始透明度为 0(完全透明) + opacity.opacity = 0; + + // 设置填充类型为 HORIZONTAL,从左到右 + sprite.type = Sprite.Type.FILLED; + sprite.fillType = Sprite.FillType.HORIZONTAL; + sprite.fillStart = 0; // 填充起点设为 0 + sprite.fillRange = 0; // 初始状态 fillRange 为 0,表示完全不显示 + } + + } + + // 触发效果的方法,可以在外部调用这个方法 + public triggerFillEffect() { + if (this.enableFillEffect) { + // 确保节点有 Sprite 和 UIOpacity 组件 + const sprite = this.node.getComponent(Sprite); + const opacity = this.node.getComponent(UIOpacity); + if (sprite && opacity) { + // 先将透明度从 0 变为 255(完全显示) + tween(opacity) + .to(0.5, { opacity: 255 }) // 0.5秒内将透明度提升到 255 + .start(); + + // 然后填充图片,从 0% 到 100% + tween(sprite) + .to(this.fillDuration, { fillRange: 1 }) // fillRange 从 0 变化到 1 + .start(); + } + } + } +} diff --git a/assets/script/FillSpriteEffect.ts.meta b/assets/script/FillSpriteEffect.ts.meta new file mode 100644 index 0000000..3b6b200 --- /dev/null +++ b/assets/script/FillSpriteEffect.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "f6bac1e1-b5e9-445a-be05-e4f6f471e860", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/MessageManager.ts b/assets/script/MessageManager.ts new file mode 100644 index 0000000..1a05fd2 --- /dev/null +++ b/assets/script/MessageManager.ts @@ -0,0 +1,22 @@ +import { _decorator, Component, Node } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('MessageManager') +export class MessageManager extends Component { + start() { + + } + + update(deltaTime: number) { + + } + + //处理逻辑 + public handleMessage(msg: string) { + //获取服务器消息队列 + + console.log('处理消息:' + msg); + } +} + + diff --git a/assets/script/MessageManager.ts.meta b/assets/script/MessageManager.ts.meta new file mode 100644 index 0000000..6462d92 --- /dev/null +++ b/assets/script/MessageManager.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "304d442e-f93c-477c-aa33-f3f55ea93690", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/NewComponent.ts b/assets/script/NewComponent.ts new file mode 100644 index 0000000..7bef910 --- /dev/null +++ b/assets/script/NewComponent.ts @@ -0,0 +1,14 @@ +import { _decorator, Component, Node } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('NewComponent') +export class NewComponent extends Component { + start() { + + } + + update(deltaTime: number) { + + } +} + diff --git a/assets/script/NewComponent.ts.meta b/assets/script/NewComponent.ts.meta new file mode 100644 index 0000000..3d1b6fa --- /dev/null +++ b/assets/script/NewComponent.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "71617204-383e-4a41-bd31-16fb3c55d968", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/ReceiveFeed.ts b/assets/script/ReceiveFeed.ts new file mode 100644 index 0000000..e96c450 --- /dev/null +++ b/assets/script/ReceiveFeed.ts @@ -0,0 +1,14 @@ +import { _decorator, Component, Node } from 'cc'; +const { ccclass, property } = _decorator; + +@ccclass('ReceiveFeed') +export class ReceiveFeed extends Component { + start() { + + } + + update(deltaTime: number) { + + } +} + diff --git a/assets/script/ReceiveFeed.ts.meta b/assets/script/ReceiveFeed.ts.meta new file mode 100644 index 0000000..1d9fe2e --- /dev/null +++ b/assets/script/ReceiveFeed.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "c1476d18-69b6-4c4a-8e4d-1d775790d86a", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/TaskManager.ts b/assets/script/TaskManager.ts new file mode 100644 index 0000000..a331d6e --- /dev/null +++ b/assets/script/TaskManager.ts @@ -0,0 +1,71 @@ +import { _decorator, Button, Component, Node } from 'cc'; +import { FillSpriteEffect } from './FillSpriteEffect'; +import { ChangeWorldColor } from './ChangeWorldColor' +const { ccclass, property } = _decorator; + +@ccclass('TaskManager') +export class TaskManager extends Component { + + + //领取饲料按钮 + @property + public getFeedBtn: Button = null; + //点击互动能手按钮 + public getInteractBtn: Node = null; + //点赞达人 + public getLikeBtn: Node = null; + @property(FillSpriteEffect) + public fillEffects: FillSpriteEffect[] = []; + @property(ChangeWorldColor) + public changeWorldColor: ChangeWorldColor[] = []; + private lineNum: number = 0; + + //是否领取 + private isGetFeed: boolean = false; + + + + protected onLoad(): void { + //this.lineNum=this.fillEffects.length; + this.getFeedBtn = this.node.getChildByName('领取').getComponent(Button); + } + + start() { + //领取饲料按钮点击事件 + this.getFeedBtn.node.on('click', this.getFeed, this); + } + + update(deltaTime: number) { + + } + //领取饲料 + public getFeed() { + + //TODO 判断是否有饲料可以领取 + + //TODO 向服务器发送领取饲料请求 + + //模拟 + if (!this.isGetFeed) { + this.isGetFeed = true; + if (this.lineNum < this.fillEffects.length) { + this.fillEffects[this.lineNum].triggerFillEffect(); + this.changeWorldColor[this.lineNum].isClaimed = true; + this.changeWorldColor[this.lineNum].triggerUpdate(); + this.lineNum++; + } + } + } + //初始化设置 + public init() { + //服务器获取今天是否已经领取 + if (this.isGetFeed) { + //已经领取过 设置为灰色 + + } else { + + this.isGetFeed = false; + } + } +} + diff --git a/assets/script/TaskManager.ts.meta b/assets/script/TaskManager.ts.meta new file mode 100644 index 0000000..fba433c --- /dev/null +++ b/assets/script/TaskManager.ts.meta @@ -0,0 +1,9 @@ +{ + "ver": "4.0.23", + "importer": "typescript", + "imported": true, + "uuid": "22638782-b70e-4bb1-ad75-a479dff649dc", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..10ce149 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "RunChicken01", + "uuid": "8e5a575e-3b14-41d6-b289-d1a259981160", + "creator": { + "version": "3.8.0" + } +} diff --git a/settings/v2/packages/builder.json b/settings/v2/packages/builder.json new file mode 100644 index 0000000..cb9afd8 --- /dev/null +++ b/settings/v2/packages/builder.json @@ -0,0 +1,3 @@ +{ + "__version__": "1.3.6" +} diff --git a/settings/v2/packages/cocos-service.json b/settings/v2/packages/cocos-service.json new file mode 100644 index 0000000..fa5d4a2 --- /dev/null +++ b/settings/v2/packages/cocos-service.json @@ -0,0 +1,23 @@ +{ + "__version__": "3.0.7", + "game": { + "name": "未知游戏", + "app_id": "UNKNOW", + "c_id": "0" + }, + "appConfigMaps": [ + { + "app_id": "UNKNOW", + "config_id": "929d69" + } + ], + "configs": [ + { + "app_id": "UNKNOW", + "config_id": "929d69", + "config_name": "Default", + "config_remarks": "", + "services": [] + } + ] +} diff --git a/settings/v2/packages/device.json b/settings/v2/packages/device.json new file mode 100644 index 0000000..70e599e --- /dev/null +++ b/settings/v2/packages/device.json @@ -0,0 +1,3 @@ +{ + "__version__": "1.0.1" +} diff --git a/settings/v2/packages/engine.json b/settings/v2/packages/engine.json new file mode 100644 index 0000000..d8f9996 --- /dev/null +++ b/settings/v2/packages/engine.json @@ -0,0 +1,150 @@ +{ + "__version__": "1.0.7", + "modules": { + "cache": { + "base": { + "_value": true + }, + "graphcis": { + "_value": true + }, + "gfx-webgl": { + "_value": true + }, + "gfx-webgl2": { + "_value": true + }, + "animation": { + "_value": true + }, + "skeletal-animation": { + "_value": false + }, + "3d": { + "_value": false + }, + "2d": { + "_value": true + }, + "xr": { + "_value": false + }, + "ui": { + "_value": true + }, + "particle": { + "_value": false + }, + "physics": { + "_value": false, + "_option": "physics-ammo" + }, + "physics-ammo": { + "_value": false + }, + "physics-cannon": { + "_value": false + }, + "physics-physx": { + "_value": false + }, + "physics-builtin": { + "_value": false + }, + "physics-2d": { + "_value": true, + "_option": "physics-2d-box2d" + }, + "physics-2d-box2d": { + "_value": false + }, + "physics-2d-builtin": { + "_value": false + }, + "intersection-2d": { + "_value": true + }, + "primitive": { + "_value": false + }, + "profiler": { + "_value": true + }, + "occlusion-query": { + "_value": false + }, + "geometry-renderer": { + "_value": false + }, + "debug-renderer": { + "_value": false + }, + "particle-2d": { + "_value": true + }, + "audio": { + "_value": true + }, + "video": { + "_value": true + }, + "webview": { + "_value": true + }, + "tween": { + "_value": true + }, + "websocket": { + "_value": false + }, + "websocket-server": { + "_value": false + }, + "terrain": { + "_value": false + }, + "light-probe": { + "_value": false + }, + "tiled-map": { + "_value": true + }, + "spine": { + "_value": true + }, + "dragon-bones": { + "_value": true + }, + "marionette": { + "_value": false + }, + "custom-pipeline": { + "_value": false + } + }, + "includeModules": [ + "2d", + "animation", + "audio", + "base", + "dragon-bones", + "gfx-webgl", + "gfx-webgl2", + "intersection-2d", + "particle-2d", + "physics-2d-box2d", + "profiler", + "spine", + "tiled-map", + "tween", + "ui", + "video", + "webview" + ], + "noDeprecatedFeatures": { + "value": false, + "version": "" + }, + "flags": {} + } +} diff --git a/settings/v2/packages/information.json b/settings/v2/packages/information.json new file mode 100644 index 0000000..d728f9a --- /dev/null +++ b/settings/v2/packages/information.json @@ -0,0 +1,23 @@ +{ + "__version__": "1.0.0", + "information": { + "customSplash": { + "id": "customSplash", + "label": "customSplash", + "enable": true, + "customSplash": { + "complete": false, + "form": "https://creator-api.cocos.com/api/form/show?sid=32edf949a70a98218aea91590ea1c4fe" + } + }, + "removeSplash": { + "id": "removeSplash", + "label": "removeSplash", + "enable": true, + "removeSplash": { + "complete": false, + "form": "https://creator-api.cocos.com/api/form/show?sid=32edf949a70a98218aea91590ea1c4fe" + } + } + } +} diff --git a/settings/v2/packages/program.json b/settings/v2/packages/program.json new file mode 100644 index 0000000..356db6b --- /dev/null +++ b/settings/v2/packages/program.json @@ -0,0 +1,3 @@ +{ + "__version__": "1.0.3" +} diff --git a/settings/v2/packages/project.json b/settings/v2/packages/project.json new file mode 100644 index 0000000..4424a51 --- /dev/null +++ b/settings/v2/packages/project.json @@ -0,0 +1,11 @@ +{ + "__version__": "1.0.5", + "general": { + "designResolution": { + "width": 750, + "height": 1334, + "fitHeight": false, + "fitWidth": false + } + } +} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..7dc649a --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,9 @@ +{ + /* Base configuration. Do not edit this field. */ + "extends": "./temp/tsconfig.cocos.json", + + /* Add your custom configuration here. */ + "compilerOptions": { + "strict": false + } +}