Compare commits

...

4 Commits

Author SHA1 Message Date
30911fcf5c i 2024-10-05 04:22:34 +08:00
5993f231fd i 2024-05-20 18:18:48 +08:00
80a32d9b1b update 2024-05-01 19:13:01 +08:00
cf008327aa update 2024-05-01 19:12:52 +08:00
376 changed files with 31644 additions and 28091 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -1,5 +1,5 @@
{
"image": {
"type": "texture"
"type": "sprite-frame"
}
}

12
.gitignore vendored
View File

@@ -11,14 +11,4 @@ native
#//////////////////////////
# NPM
#//////////////////////////
node_modules/
#//////////////////////////
# VSCode
#//////////////////////////
.vscode/
#//////////////////////////
# WebStorm
#//////////////////////////
.idea/
node_modules/

8
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

62
.idea/codeStyles/Project.xml generated Normal file
View File

@@ -0,0 +1,62 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<option name="LINE_SEPARATOR" value="&#10;" />
<HTMLCodeStyleSettings>
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
</HTMLCodeStyleSettings>
<JSCodeStyleSettings version="0">
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
<option name="FORCE_SEMICOLON_STYLE" value="true" />
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
<option name="USE_DOUBLE_QUOTES" value="false" />
<option name="FORCE_QUOTE_STYlE" value="true" />
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
<option name="SPACES_WITHIN_IMPORTS" value="true" />
</JSCodeStyleSettings>
<TypeScriptCodeStyleSettings version="0">
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
<option name="FORCE_SEMICOLON_STYLE" value="true" />
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
<option name="USE_DOUBLE_QUOTES" value="false" />
<option name="FORCE_QUOTE_STYlE" value="true" />
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
<option name="SPACES_WITHIN_IMPORTS" value="true" />
</TypeScriptCodeStyleSettings>
<VueCodeStyleSettings>
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
</VueCodeStyleSettings>
<codeStyleSettings language="HTML">
<option name="SOFT_MARGINS" value="100" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="JavaScript">
<option name="SOFT_MARGINS" value="100" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="TypeScript">
<option name="SOFT_MARGINS" value="100" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="Vue">
<option name="SOFT_MARGINS" value="100" />
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>

5
.idea/codeStyles/codeStyleConfig.xml generated Normal file
View File

@@ -0,0 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component>

View File

@@ -0,0 +1,7 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
</profile>
</component>

12
.idea/jdt-fish-client.iml generated Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/jsLibraryMappings.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<includedPredefinedLibrary name="Node.js Core" />
</component>
</project>

6
.idea/jsLinters/eslint.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EslintConfiguration">
<option name="fix-on-save" value="true" />
</component>
</project>

9
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MarkdownSettings">
<option name="fileGroupingEnabled" value="true" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/jdt-fish-client.iml" filepath="$PROJECT_DIR$/.idea/jdt-fish-client.iml" />
</modules>
</component>
</project>

6
.idea/prettier.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PrettierConfiguration">
<option name="myConfigurationMode" value="AUTOMATIC" />
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

BIN
assets/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Click Effect",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Click Effect",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -55,6 +55,7 @@
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -62,15 +63,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -79,9 +78,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -104,9 +103,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "7f560c03-1db2-49db-abb7-65e14eed3ef5"
},
"_atlas": null,
"_id": ""
},
{
@@ -117,6 +114,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -127,11 +125,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6"
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6"
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -143,6 +143,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -150,7 +151,8 @@
"__prefab": {
"__id__": 7
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -160,6 +162,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -167,7 +170,6 @@
"__prefab": {
"__id__": 9
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
@@ -177,7 +179,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -191,6 +194,8 @@
"asset": {
"__id__": 0
},
"fileId": "04Iog1bgRF3oo4bMCXFBTg"
"fileId": "04Iog1bgRF3oo4bMCXFBTg",
"instance": null,
"targetOverrides": null
}
]

Binary file not shown.

BIN
assets/FishSingle/fish/pic/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "511b874d-bc3c-4dc0-a237-dcc6aef6dbbd",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "511b874d-bc3c-4dc0-a237-dcc6aef6dbbd@6c48a",
"displayName": "weapon_level_3_0",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "511b874d-bc3c-4dc0-a237-dcc6aef6dbbd",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "511b874d-bc3c-4dc0-a237-dcc6aef6dbbd@f9941",
"displayName": "weapon_level_3_0",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 51,
"height": 69,
"rawWidth": 51,
"rawHeight": 69,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-25.5,
-34.5,
0,
25.5,
-34.5,
0,
-25.5,
34.5,
0,
25.5,
34.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
69,
51,
69,
0,
0,
51,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-25.5,
-34.5,
0
],
"maxPos": [
25.5,
34.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "511b874d-bc3c-4dc0-a237-dcc6aef6dbbd@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "511b874d-bc3c-4dc0-a237-dcc6aef6dbbd@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "7ef4a8d8-105a-4d0b-90e7-28f3e1643d60",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "7ef4a8d8-105a-4d0b-90e7-28f3e1643d60@6c48a",
"displayName": "weapon_level_4_0",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "7ef4a8d8-105a-4d0b-90e7-28f3e1643d60",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "7ef4a8d8-105a-4d0b-90e7-28f3e1643d60@f9941",
"displayName": "weapon_level_4_0",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 54,
"height": 71,
"rawWidth": 54,
"rawHeight": 71,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-27,
-35.5,
0,
27,
-35.5,
0,
-27,
35.5,
0,
27,
35.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
71,
54,
71,
0,
0,
54,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-27,
-35.5,
0
],
"maxPos": [
27,
35.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "7ef4a8d8-105a-4d0b-90e7-28f3e1643d60@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "7ef4a8d8-105a-4d0b-90e7-28f3e1643d60@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "c6812ce7-61f0-40f9-aa8f-d1121cc713df",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "c6812ce7-61f0-40f9-aa8f-d1121cc713df@6c48a",
"displayName": "weapon_level_5_0",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "c6812ce7-61f0-40f9-aa8f-d1121cc713df",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "c6812ce7-61f0-40f9-aa8f-d1121cc713df@f9941",
"displayName": "weapon_level_5_0",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 57,
"height": 75,
"rawWidth": 57,
"rawHeight": 75,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-28.5,
-37.5,
0,
28.5,
-37.5,
0,
-28.5,
37.5,
0,
28.5,
37.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
75,
57,
75,
0,
0,
57,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-28.5,
-37.5,
0
],
"maxPos": [
28.5,
37.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "c6812ce7-61f0-40f9-aa8f-d1121cc713df@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "c6812ce7-61f0-40f9-aa8f-d1121cc713df@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "62538856-6491-4ae4-a146-7a5d73c776e6",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "62538856-6491-4ae4-a146-7a5d73c776e6@6c48a",
"displayName": "weapon_level_6_0",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "62538856-6491-4ae4-a146-7a5d73c776e6",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "62538856-6491-4ae4-a146-7a5d73c776e6@f9941",
"displayName": "weapon_level_6_0",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 59,
"height": 80,
"rawWidth": 59,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-29.5,
-40,
0,
29.5,
-40,
0,
-29.5,
40,
0,
29.5,
40,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
80,
59,
80,
0,
0,
59,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-29.5,
-40,
0
],
"maxPos": [
29.5,
40,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "62538856-6491-4ae4-a146-7a5d73c776e6@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "62538856-6491-4ae4-a146-7a5d73c776e6@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "2d2df4eb-a4f1-4dfc-8a3b-fcbe190084b5",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "2d2df4eb-a4f1-4dfc-8a3b-fcbe190084b5@6c48a",
"displayName": "weapon_level_7_0",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "2d2df4eb-a4f1-4dfc-8a3b-fcbe190084b5",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "2d2df4eb-a4f1-4dfc-8a3b-fcbe190084b5@f9941",
"displayName": "weapon_level_7_0",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 63,
"height": 87,
"rawWidth": 63,
"rawHeight": 87,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-31.5,
-43.5,
0,
31.5,
-43.5,
0,
-31.5,
43.5,
0,
31.5,
43.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
87,
63,
87,
0,
0,
63,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-31.5,
-43.5,
0
],
"maxPos": [
31.5,
43.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "2d2df4eb-a4f1-4dfc-8a3b-fcbe190084b5@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "2d2df4eb-a4f1-4dfc-8a3b-fcbe190084b5@f9941"
}
}

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish1",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be@9755b"
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be@9755b",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be"
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd"
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd"
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 1,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 1,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 72,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish10",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish10",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23@e6f1d"
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23@e6f1d",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23"
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897"
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897"
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 10,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 10,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 118,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish11",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish11",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc@5a942"
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc@5a942",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc"
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337"
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337"
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 11,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 11,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish12",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish12",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc@f3e0e"
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc@f3e0e",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc"
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa"
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa"
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 12,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 12,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 140,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish13",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish13",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 2,
"y": 2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda@11aa1"
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda@11aa1",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda"
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3"
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3"
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 13,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 13,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 187,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish14",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish14",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c"
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48"
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 14,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 14,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 72,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish15",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish15",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 2,
"y": 2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57@4cf03"
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57@4cf03",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57"
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44"
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44"
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 15,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 15,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 280,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish16",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish16",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 2,
"y": 2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729@942cf"
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729@942cf",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729"
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c"
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c"
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 16,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 16,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 340,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish17",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish17",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
@@ -76,10 +76,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 1.5,
"y": 1.5,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -87,15 +88,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Aura Tail",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
@@ -134,6 +133,7 @@
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -141,15 +141,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
@@ -158,9 +156,9 @@
"__id__": 4
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -171,7 +169,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8"
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -186,7 +185,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b"
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -198,6 +198,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
@@ -205,7 +206,8 @@
"__prefab": {
"__id__": 6
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -215,6 +217,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
@@ -222,7 +225,6 @@
"__prefab": {
"__id__": 8
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 128,
@@ -232,7 +234,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -246,12 +249,16 @@
"asset": {
"__id__": 0
},
"fileId": "e9KE2M+HlNGLuowgNFtVvB"
"fileId": "e9KE2M+HlNGLuowgNFtVvB",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "Aura Middle",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
@@ -290,6 +297,7 @@
"y": 1.4,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -297,15 +305,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
@@ -314,9 +320,9 @@
"__id__": 12
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -327,7 +333,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8"
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -342,7 +349,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b"
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -354,6 +362,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
@@ -361,7 +370,8 @@
"__prefab": {
"__id__": 14
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -371,6 +381,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
@@ -378,7 +389,6 @@
"__prefab": {
"__id__": 16
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 128,
@@ -388,7 +398,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -402,12 +413,16 @@
"asset": {
"__id__": 0
},
"fileId": "e8yB5mEDdNLacMF2+YdPE2"
"fileId": "e8yB5mEDdNLacMF2+YdPE2",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "Aura Head",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
@@ -446,6 +461,7 @@
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -453,15 +469,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
},
@@ -470,9 +484,9 @@
"__id__": 20
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -483,7 +497,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8"
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -498,7 +513,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b"
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -510,6 +526,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
},
@@ -517,7 +534,8 @@
"__prefab": {
"__id__": 22
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -527,6 +545,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
},
@@ -534,7 +553,6 @@
"__prefab": {
"__id__": 24
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 128,
@@ -544,7 +562,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -558,12 +577,16 @@
"asset": {
"__id__": 0
},
"fileId": "c8pMDib3FCu60byqzGdcvX"
"fileId": "c8pMDib3FCu60byqzGdcvX",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "Fish Tail",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
@@ -605,6 +628,7 @@
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -612,15 +636,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
},
@@ -629,9 +651,9 @@
"__id__": 28
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -642,7 +664,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e"
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -657,7 +680,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a"
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -669,6 +693,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
},
@@ -679,11 +704,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -695,6 +722,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
},
@@ -702,7 +730,8 @@
"__prefab": {
"__id__": 32
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -712,6 +741,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
},
@@ -719,7 +749,6 @@
"__prefab": {
"__id__": 34
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 88,
@@ -729,7 +758,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -743,12 +773,16 @@
"asset": {
"__id__": 0
},
"fileId": "d7fdXt81lDULlkr6FtD9cc"
"fileId": "d7fdXt81lDULlkr6FtD9cc",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "Fish Middle",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
@@ -790,6 +824,7 @@
"y": 2.2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -797,15 +832,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 36
},
@@ -814,9 +847,9 @@
"__id__": 38
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -827,7 +860,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c"
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -842,7 +876,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48"
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -854,6 +889,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 36
},
@@ -864,11 +900,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -880,6 +918,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 36
},
@@ -887,7 +926,8 @@
"__prefab": {
"__id__": 42
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -897,6 +937,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 36
},
@@ -904,7 +945,6 @@
"__prefab": {
"__id__": 44
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 72,
@@ -914,7 +954,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -928,12 +969,16 @@
"asset": {
"__id__": 0
},
"fileId": "0aJ104ErlOB7J60SIDGmL0"
"fileId": "0aJ104ErlOB7J60SIDGmL0",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "Fish Head",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
@@ -975,6 +1020,7 @@
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -982,15 +1028,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 46
},
@@ -999,9 +1043,9 @@
"__id__": 48
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -1012,7 +1056,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e"
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -1027,7 +1072,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a"
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -1039,6 +1085,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 46
},
@@ -1049,11 +1096,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -1065,6 +1114,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 46
},
@@ -1072,7 +1122,8 @@
"__prefab": {
"__id__": 52
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -1082,6 +1133,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 46
},
@@ -1089,7 +1141,6 @@
"__prefab": {
"__id__": 54
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 88,
@@ -1099,7 +1150,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -1113,12 +1165,16 @@
"asset": {
"__id__": 0
},
"fileId": "2cGbGc0mNJp6NBBV1eaSjV"
"fileId": "2cGbGc0mNJp6NBBV1eaSjV",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -1129,11 +1185,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7"
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7"
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -1145,6 +1203,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -1178,16 +1237,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 17,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 61
}
},
"fishType": 17,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -1197,14 +1257,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 63
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -1214,6 +1275,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -1221,7 +1283,8 @@
"__prefab": {
"__id__": 65
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -1231,6 +1294,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -1238,7 +1302,6 @@
"__prefab": {
"__id__": 67
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 390,
@@ -1248,7 +1311,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -1262,6 +1326,8 @@
"asset": {
"__id__": 0
},
"fileId": "16XB8pfHBIELcPmfMvv/nD"
"fileId": "16XB8pfHBIELcPmfMvv/nD",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish18",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish18",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 2,
"y": 2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55@6e2fd"
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55@6e2fd",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55"
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8"
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8"
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 18,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 18,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 160,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish2",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish2",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486@a9841"
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486@a9841",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486"
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c"
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c"
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 2,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 2,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 82,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish20",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish20",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 2,
"y": 2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d@53e28"
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d@53e28",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d"
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc"
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc"
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 20,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 20,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 380,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish24",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish24",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
@@ -65,6 +65,7 @@
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -72,15 +73,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Sprite",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
@@ -119,6 +118,7 @@
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -126,15 +126,13 @@
"y": 0,
"z": 90
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
@@ -143,9 +141,9 @@
"__id__": 4
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -156,7 +154,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21@5abcb"
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21@5abcb",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -171,7 +170,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21"
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -183,6 +183,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
@@ -190,7 +191,8 @@
"__prefab": {
"__id__": 6
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -200,6 +202,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
@@ -207,7 +210,6 @@
"__prefab": {
"__id__": 8
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 160,
@@ -217,7 +219,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -231,12 +234,16 @@
"asset": {
"__id__": 0
},
"fileId": "2eGfPyradLS4VS8RlEF/Fb"
"fileId": "2eGfPyradLS4VS8RlEF/Fb",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -270,6 +277,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -280,11 +288,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a"
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a"
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -296,16 +306,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 24,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 15
}
},
"fishType": 24,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -315,14 +326,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 17
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -332,6 +344,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -339,7 +352,8 @@
"__prefab": {
"__id__": 19
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -349,6 +363,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -356,7 +371,6 @@
"__prefab": {
"__id__": 21
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 72,
@@ -366,7 +380,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -380,6 +395,8 @@
"asset": {
"__id__": 0
},
"fileId": "275EqqIrVC+IeN9rlHGt2L"
"fileId": "275EqqIrVC+IeN9rlHGt2L",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish3",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish3",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0@0dd99"
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0@0dd99",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0"
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675"
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675"
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 3,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 3,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 48,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish4",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish4",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d@2ef7d"
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d@2ef7d",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d"
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc"
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc"
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 4,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 4,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 60,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish5",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish5",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44@43452"
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44@43452",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44"
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6"
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6"
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 5,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 5,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 62,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish6",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish6",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e"
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a"
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 6,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 6,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 88,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish7",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish7",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 1.5,
"y": 1.5,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104@d1ecd"
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104@d1ecd",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104"
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3"
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3"
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 7,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 7,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 106,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish8",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish8",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 3,
"y": 3,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2@acc0d"
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2@acc0d",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2"
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2"
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2"
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 8,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 8,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 78,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -3,19 +3,19 @@
"__type__": "cc.Prefab",
"_name": "Fish9",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Fish9",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
@@ -60,10 +60,11 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 1.5,
"y": 1.5,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
@@ -71,15 +72,13 @@
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -88,9 +87,9 @@
"__id__": 3
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
"__expectedType__": "cc.Material"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
@@ -101,7 +100,8 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1@5f735"
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1@5f735",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
@@ -116,7 +116,8 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1"
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
@@ -128,6 +129,7 @@
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -161,6 +163,7 @@
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -171,11 +174,13 @@
"playOnLoad": false,
"_clips": [
{
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381"
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381"
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
@@ -187,16 +192,17 @@
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"fishType": 9,
"speed": 3,
"_id": "",
"__prefab": {
"__id__": 9
}
},
"fishType": 9,
"speed": 3,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -206,14 +212,15 @@
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"_id": "",
"__prefab": {
"__id__": 11
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -223,6 +230,7 @@
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -230,7 +238,8 @@
"__prefab": {
"__id__": 13
},
"_opacity": 255
"_opacity": 255,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -240,6 +249,7 @@
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
@@ -247,7 +257,6 @@
"__prefab": {
"__id__": 15
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 126,
@@ -257,7 +266,8 @@
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
@@ -271,6 +281,8 @@
"asset": {
"__id__": 0
},
"fileId": "famL4PhGRFkopG4SNLzIh+"
"fileId": "famL4PhGRFkopG4SNLzIh+",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -1,31 +1,37 @@
import { _decorator, Component, Tween, tween } from 'cc'
const { ccclass, property } = _decorator
import { Component, Tween, _decorator, tween } from 'cc'
import { FishInfo } from '../../script/game/config/FishInfo'
import { FishPathInfo } from '../../script/game/config/FishPathInfo'
import FishManager from '../../script/game/manager/FishManager'
import { FishInfo } from '../../script/game/config/FishInfo'
import WsManager from '../../script/game/manager/WsManager'
const { ccclass, property } = _decorator
@ccclass('FishBase')
export default class FishBase extends Component {
public fishInfo: FishInfo
public fishType: number = 1
public blood: number = 1
public fishPathInfo: FishPathInfo
public isDead: boolean
onLoad() {}
start() {}
public playDeadMv() {
this.isDead = true
this.scheduleOnce(() => {
FishManager.instance.killFish(this)
}, 1.5)
tween(this.node)
.repeatForever(tween().by(0.6, { angle: -360 }))
.start()
}
onDisable() {
//this.node.stopAllActions();
Tween.stopAllByTarget(this.node)
this.unscheduleAllCallbacks()
}
public fishInfo: FishInfo
public fishType: number = 1
public fishId: string = ''
public fishPathInfo: FishPathInfo
public isDead: number = 2
onLoad() {}
start() {}
// 播放死亡动画
public playDeadMv(res: any) {
this.isDead = 1
this.scheduleOnce(() => {
FishManager.instance.killFish(res)
}, 1)
tween(this.node)
.repeatForever(tween().by(0.6, { angle: -360 }))
.start()
}
onDisable() {
Tween.stopAllByTarget(this.node)
this.unscheduleAllCallbacks()
}
}

View File

@@ -1,85 +1,76 @@
import {
_decorator,
Component,
Vec2,
Node,
Vec3,
error,
Collider2D,
Contact2DType,
IPhysics2DContact,
} from 'cc'
const { ccclass, property } = _decorator
import { Collider2D, Component, Contact2DType, IPhysics2DContact, Vec2, Vec3, _decorator } from 'cc'
import BulletManager from '../../script/game/manager/BulletManager'
import FishNetManager from '../../script/game/manager/FishNetManager'
import FishBase from './FishBase'
import FishNetManager from '../../script/game/manager/FishNetManager'
import BulletManager from '../../script/game/manager/BulletManager'
import WsManager from '../../script/game/manager/WsManager'
import CannonManager from '../../script/game/manager/CannonManager'
import FishUI from './FishUI'
import FishManager from '../../script/game/manager/FishManager'
const { ccclass, property } = _decorator
@ccclass('FishBulletBase')
export default class FishBulletBase extends Component {
public bulletType: number = 0
public targetP: Vec2
public _cacheVec2: Vec2 = new Vec2()
public _cacheVec3: Vec3 = new Vec3()
private _collider: Collider2D
onLoad() {
this._collider = this.getComponent(Collider2D)
this._collider.sensor = true
//this._collider.on(Contact2DType.PRE_SOLVE, this.onBeginContact, this);
// PhysicsSystem2D.instance.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this);
}
start() {}
public bulletType: number = 0
onEnable() {
this._collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
//this._collider.on(Contact2DType.END_CONTACT, this.onBeginContact, this);
}
public targetP: Vec2
onDisable() {
this._collider.off(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
//this._collider.off(Contact2DType.END_CONTACT, this.onBeginContact, this);
}
public _cacheVec2: Vec2 = new Vec2()
onBeginContact(
selfCollider: Collider2D,
other: Collider2D,
contact: IPhysics2DContact | null
) {
// 只在两个碰撞体开始接触时被调用一次
if (other) {
let fish: FishBase = other.getComponent(FishBase)
if (fish && !fish.isDead) {
this.node.getPosition(this._cacheVec3)
this._cacheVec2.x = this._cacheVec3.x
this._cacheVec2.y = this._cacheVec3.y
FishNetManager.instance.addFishNet(this.bulletType, this._cacheVec2)
BulletManager.instance.killBullet(this)
fish.blood -= this.bulletType + 1
// fish.blood -= 100
if (fish.blood <= 0) {
fish.playDeadMv()
}
}
}
}
public _cacheVec3: Vec3 = new Vec3()
//v2.4代码
onCollisionEnter(other: Node, self: Node) {
error('onCollisionEnter=FishBulletBase=', other, self)
if (other) {
let fish: FishBase = other.getComponent(FishBase)
if (fish && !fish.isDead) {
this.node.getPosition(this._cacheVec3)
this._cacheVec2.x = this._cacheVec3.x
this._cacheVec2.y = this._cacheVec3.y
FishNetManager.instance.addFishNet(this.bulletType, this._cacheVec2)
BulletManager.instance.killBullet(this)
fish.blood -= this.bulletType + 1
// fish.blood -= 100
if (fish.blood <= 0) {
fish.playDeadMv()
}
}
}
}
private _collider: Collider2D | null = null
private currFish: FishBase | null = null
onLoad() {
WsManager.instance.on(5, this.handelMsg, this)
this._collider = this.getComponent(Collider2D)
if (this._collider) {
this._collider.sensor = true
this._collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
}
}
start() {}
onEnable() {
if (this._collider) this._collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
}
onDisable() {
if (this._collider) this._collider.off(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
}
// 处理碰撞
private handleFishCollision(fish: FishBase | null, contact: IPhysics2DContact | null) {
if (fish && fish.isDead === 2) {
this.node.getPosition(this._cacheVec3)
this._cacheVec2.x = this._cacheVec3.x
this._cacheVec2.y = this._cacheVec3.y
FishNetManager.instance.addFishNet(this.bulletType, this._cacheVec2)
BulletManager.instance.killBullet(this)
}
}
// 碰撞检测
onBeginContact(selfCollider: Collider2D, other: Collider2D, contact: IPhysics2DContact | null) {
const fish: FishBase | null = other.getComponent(FishBase)
WsManager.instance.onSend({
fish_id: fish.fishId,
cannon_id: CannonManager.instance.cannonType,
})
this.handleFishCollision(fish, contact)
}
handelMsg(res: any) {
FishUI.instance.refreshScore(res)
if (res.fish_status === 1) {
FishManager.instance.killFish(res)
}
}
protected onDestroy(): void {}
}

View File

@@ -1,164 +1,134 @@
import {
_decorator,
Component,
CCInteger,
CCFloat,
Vec2,
Animation,
Vec3,
} from 'cc'
import { Animation, CCFloat, CCInteger, Component, Vec2, Vec3, _decorator, log } from 'cc'
const {ccclass, property} = _decorator
import { Logger } from '../../script/engine/utils/Logger'
import MathUtils from '../../script/engine/utils/MathUtils'
import TimeHelper from '../../script/game/utils/TimeHelper'
import FishBase from './FishBase'
import MathUtils from '../../script/engine/utils/MathUtils'
import {Logger} from '../../script/engine/utils/Logger'
import TimeHelper from '../../script/game/utils/TimeHelper'
const { ccclass, property } = _decorator
@ccclass('FishMover')
export default class FishMover extends Component {
//鱼类型
@property({type: CCInteger})
public fishType: number = 1
//鱼移动速度
@property({type: CCFloat})
public speed: number = 3
//下个位置移动点
private targetMoveIndex: number = 0
//鱼移动位置
public movePList: Array<Vec2> = []
//贝萨尔曲线
public bezierPList: Array<Vec2> = []
public isMoving: boolean = false
private minSpeed: number = 0.1
private moveCount: number = 1
private totalTimes: number = 60 * 2
private _vec3Cahce: Vec3 = new Vec3()
// 鱼类型
@property({ type: CCInteger })
public fishType: number = 1
public startMove() {
this.targetMoveIndex = 0
this.isMoving = true
//this.node.getComponent(Animation).play()//v3 当前帧 不能播放
TimeHelper.exeNextFrame(this.node, () =>
this.node.getComponent(Animation).play()
)
// 鱼移动速度
@property({ type: CCFloat })
public speed: number = 3
// 下个位置移动点
private targetMoveIndex: number = 0
// 鱼移动位置
public movePList: Array<Vec2> = []
// 贝萨尔曲线
public bezierPList: Array<Vec2> = []
public isMoving: boolean = false
private minSpeed: number = 0.1
private moveCount: number = 1
private totalTimes: number = 60 * 2
private _vec3Cahce: Vec3 = new Vec3()
public startMove() {
this.targetMoveIndex = 0
this.isMoving = true
// this.node.getComponent(Animation).play()//v3 当前帧 不能播放
TimeHelper.exeNextFrame(this.node, () => this.node.getComponent(Animation).play())
}
update(dt) {
// this.moveFish();
this.checkMoveBezier()
}
// 检测是否到达目标点
private checkMoveBezier() {
if (this.isMoving && this.getComponent(FishBase).isDead === 2) {
this.moveCount++
if (this.moveCount >= this.totalTimes) this.moveCount = this.totalTimes
this.moveBezier()
}
}
update(dt) {
// this.moveFish();
this.checkMoveBezier()
}
private checkMoveBezier() {
if (this.isMoving && !this.getComponent(FishBase).isDead) {
this.moveCount++
if (this.moveCount >= this.totalTimes) {
this.moveCount = this.totalTimes
}
this.moveBezier()
// 贝塞尔曲线移动
public moveBezier() {
if (this.bezierPList.length > this.targetMoveIndex + 2) {
const p0: Vec2 = this.bezierPList[this.targetMoveIndex]
const p1: Vec2 = this.bezierPList[this.targetMoveIndex + 1]
const p2: Vec2 = this.bezierPList[this.targetMoveIndex + 2]
const t: number = this.moveCount / this.totalTimes
const mx: number = (1 - t) ** 2 * p0.x + 2 * t * (1 - t) * p1.x + t ** 2 * p2.x
const my: number = (1 - t) ** 2 * p0.y + 2 * t * (1 - t) * p1.y + t ** 2 * p2.y
this.node.getPosition(this._vec3Cahce)
const rad: number = MathUtils.p2pRad(
new Vec2(this._vec3Cahce.x, this._vec3Cahce.y),
new Vec2(mx, my),
)
const rot111: number = MathUtils.radiansToDegrees(rad)
const rot: number = MathUtils.rotation2Fish(rot111)
if (this.fishType === 7 || this.fishType === 27 || this.fishType === 29) {
if (rot > 90 || rot < -90) {
this.node.getScale(this._vec3Cahce)
if (this._vec3Cahce.x > 0) {
this._vec3Cahce.x = -1 * this._vec3Cahce.x
this.node.setScale(this._vec3Cahce)
}
}
}
public moveBezier() {
// [warn] [[-632,-230],[-444,-117],[-264,-242]]
// let p0: cc.Vec2 = cc.v2(-632, -230)
// let p1: cc.Vec2 = cc.v2(-444, -117)
// let p2: cc.Vec2 = cc.v2(-264, -242)
if (this.bezierPList.length > this.targetMoveIndex + 2) {
let p0: Vec2 = this.bezierPList[this.targetMoveIndex]
let p1: Vec2 = this.bezierPList[this.targetMoveIndex + 1]
let p2: Vec2 = this.bezierPList[this.targetMoveIndex + 2]
let t: number = this.moveCount / this.totalTimes
let mx: number =
Math.pow(1 - t, 2) * p0.x +
2 * t * (1 - t) * p1.x +
Math.pow(t, 2) * p2.x
let my: number =
Math.pow(1 - t, 2) * p0.y +
2 * t * (1 - t) * p1.y +
Math.pow(t, 2) * p2.y
this.node.getPosition(this._vec3Cahce)
let rad: number = MathUtils.p2pRad(
new Vec2(this._vec3Cahce.x, this._vec3Cahce.y),
new Vec2(mx, my)
)
let rot111: number = MathUtils.radiansToDegrees(rad)
let rot: number = MathUtils.rotation2Fish(rot111)
if (this.fishType == 7 || this.fishType == 27 || this.fishType == 29) {
if (rot > 90 || rot < -90) {
this.node.getScale(this._vec3Cahce)
if (this._vec3Cahce.x > 0) {
this._vec3Cahce.x = -1 * this._vec3Cahce.x
this.node.setScale(this._vec3Cahce)
}
} else {
this.node.getScale(this._vec3Cahce)
if (this._vec3Cahce.x < 0) {
this._vec3Cahce.x = -1 * this._vec3Cahce.x
this.node.setScale(this._vec3Cahce)
}
}
} else if (
this.fishType == 9 ||
this.fishType == 10 ||
this.fishType == 21 ||
this.fishType == 28
) {
} else {
// this.node.rotation = rot; //过时
this.node.angle = -rot
}
// Logger.log("moveBezier====", rad, rot111, this.fishType, rot)
let moveTimes: number = Math.round(this.speed / this.minSpeed)
for (let i = 0; i < moveTimes; i++) {
let speedX: number = this.minSpeed * Math.cos(rad)
let speedY: number = this.minSpeed * Math.sin(rad)
this.node.getPosition(this._vec3Cahce)
this._vec3Cahce.x += speedX
this._vec3Cahce.y += speedY
this.node.setPosition(this._vec3Cahce)
if (
MathUtils.distance(this._vec3Cahce.x, this._vec3Cahce.y, mx, my) <=
this.minSpeed
) {
this.node.setPosition(mx, my)
break
}
if (
MathUtils.distance(
this._vec3Cahce.x,
this._vec3Cahce.y,
p2.x,
p2.y
) <=
this.minSpeed * 2
) {
this.node.setPosition(p2.x, p2.y)
this.targetMoveIndex += 2
this.moveCount = 0
break
}
}
} else {
this.isMoving = false
} else if (
this.fishType === 9 ||
this.fishType === 10 ||
this.fishType === 21 ||
this.fishType === 28
) {
} else {
this.node.angle = -rot
}
// Logger.log("moveBezier====", rad, rot111, this.fishType, rot)
const moveTimes: number = Math.round(this.speed / this.minSpeed)
for (let i = 0; i < moveTimes; i++) {
const speedX: number = this.minSpeed * Math.cos(rad)
const speedY: number = this.minSpeed * Math.sin(rad)
this.node.getPosition(this._vec3Cahce)
this._vec3Cahce.x += speedX
this._vec3Cahce.y += speedY
this.node.setPosition(this._vec3Cahce)
if (MathUtils.distance(this._vec3Cahce.x, this._vec3Cahce.y, mx, my) <= this.minSpeed) {
this.node.setPosition(mx, my)
break
}
}
onDisable() {
this.isMoving = false
}
public exportBezierConfig() {
Logger.warn('exportBezierConfig=')
let tempConfig: Array<Array<number>> = []
for (let i = 0; i < this.bezierPList.length; i++) {
tempConfig[i] = []
tempConfig[i].push(Math.floor(this.bezierPList[i].x))
tempConfig[i].push(Math.floor(this.bezierPList[i].y))
if (
MathUtils.distance(this._vec3Cahce.x, this._vec3Cahce.y, p2.x, p2.y) <=
this.minSpeed * 2
) {
this.node.setPosition(p2.x, p2.y)
this.targetMoveIndex += 2
this.moveCount = 0
break
}
Logger.warn('fishtype', this.fishType)
Logger.warn('speed', this.speed)
Logger.warn('scale', this.node.scale)
Logger.warn(JSON.stringify(tempConfig))
}
} else {
Logger.log('moveBezier====', 'end')
this.isMoving = false
}
}
onDisable() {
this.isMoving = false
}
// 导出贝塞尔曲线配置
public exportBezierConfig() {
Logger.warn('exportBezierConfig=')
const tempConfig: Array<Array<number>> = []
for (let i = 0; i < this.bezierPList.length; i++) {
tempConfig[i] = []
tempConfig[i].push(Math.floor(this.bezierPList[i].x))
tempConfig[i].push(Math.floor(this.bezierPList[i].y))
}
Logger.warn('fishtype', this.fishType)
Logger.warn('speed', this.speed)
Logger.warn('scale', this.node.scale)
Logger.warn(JSON.stringify(tempConfig))
}
}

View File

@@ -1,27 +1,29 @@
import { _decorator, Component, Tween, tween, Vec3, Vec2 } from 'cc'
const { ccclass, property } = _decorator
import { Component, Tween, Vec3, _decorator, tween } from 'cc'
import FishNetManager from '../../script/game/manager/FishNetManager'
const { ccclass, property } = _decorator
@ccclass('FishNetBase')
export default class FishNetBase extends Component {
public netType: number = 0
public netType: number = 0
private tween: Tween<any>
private static vec3: Vec3 = new Vec3(2, 2, 1)
public playMv() {
this.node.setScale(Vec3.ZERO)
this.tween = tween(this.node)
.to(0.2, { scale: FishNetBase.vec3 })
.delay(0.3)
.call(() => {
FishNetManager.instance.destroyFishNet(this)
})
.start()
}
onDestroy() {
if (this.tween) {
this.tween.stop()
}
}
private tween: Tween<any>
private static vec3: Vec3 = new Vec3(2, 2, 1)
// 销毁渔网
public playMv() {
this.node.setScale(Vec3.ZERO)
this.tween = tween(this.node)
.to(0.2, { scale: FishNetBase.vec3 })
.delay(0.3)
.call(() => {
FishNetManager.instance.destroyFishNet(this)
})
.start()
}
onDestroy() {
if (this.tween) this.tween.stop()
}
}

View File

@@ -1,67 +1,55 @@
import { _decorator, Slider, Node, Canvas, instantiate, director } from 'cc'
const { ccclass, property } = _decorator
import { Node, Slider, _decorator, instantiate } from 'cc'
import EventManager from '../../script/engine/utils/EventManager'
import DialogBase from '../../script/engine/uicomponent/DialogBase'
import MusicPrefab from '../../script/engine/uicomponent/MusicPrefab'
import SoundPrefab from '../../script/engine/uicomponent/SoundPrefab'
import EventManager from '../../script/engine/utils/EventManager'
import PrefabLoader from '../../script/engine/utils/PrefabLoader'
import { GameConfig } from '../../script/game/config/GameConfig'
const { ccclass, property } = _decorator
@ccclass('FishSetting')
export default class FishSetting extends DialogBase {
@property({ type: Slider })
private musicSlider: Slider | null = null
@property({ type: Slider })
private soundSlider: Slider | null = null
@property({ type: Slider })
private musicSlider: Slider | null = null
onLoadMe() {
EventManager.instance.addSliderEvent(
this.node,
this.musicSlider.node,
'onMusicSlider',
0
)
EventManager.instance.addSliderEvent(
this.node,
this.soundSlider.node,
'onSoundSlider',
0
)
this.refresh()
}
@property({ type: Slider })
private soundSlider: Slider | null = null
private onMusicSlider(slider: Slider, customEventData) {
let percent: number = Number(slider.progress.toFixed(3))
// let maxMoney: number = Math.max(UserInfoModel.userScore - 10, 0)
// this.nowExchangeNum = Math.floor(maxMoney * this.nowPercent);
// this.refresh();
MusicPrefab.changeVolumn(percent)
this.refresh()
}
onLoadMe() {
EventManager.instance.addSliderEvent(this.node, this.musicSlider.node, 'onMusicSlider', 0)
EventManager.instance.addSliderEvent(this.node, this.soundSlider.node, 'onSoundSlider', 0)
this.refresh()
}
private onSoundSlider(slider: Slider, customEventData) {
let percent: number = Number(slider.progress.toFixed(3))
SoundPrefab.changeVolumn(percent)
this.refresh()
}
// 音乐
private onMusicSlider(slider: Slider, customEventData) {
const percent: number = Number(slider.progress.toFixed(3))
MusicPrefab.changeVolumn(percent)
this.refresh()
}
private refresh() {
this.musicSlider.progress = MusicPrefab.musicVolumn
this.soundSlider.progress = SoundPrefab.soundVolumn
}
// 声音
private onSoundSlider(slider: Slider, customEventData) {
const percent: number = Number(slider.progress.toFixed(3))
SoundPrefab.changeVolumn(percent)
this.refresh()
}
public static show(parentNode: Node = null) {
PrefabLoader.loadPrefab(
GameConfig.GameName + '/' + 'game/dialog/FishSetting',
(loadedResource) => {
if (!parentNode) {
parentNode = DialogBase.GetRootCanvas()
}
let node: Node = instantiate(loadedResource)
parentNode.addChild(node)
node.setPosition(0, 0)
}
)
}
// 刷新音乐和声音
private refresh() {
this.musicSlider.progress = MusicPrefab.musicVolumn
this.soundSlider.progress = SoundPrefab.soundVolumn
}
public static show(parentNode: Node = null) {
PrefabLoader.loadPrefab(`${GameConfig.GameName}/game/dialog/FishSetting`, (loadedResource) => {
if (!parentNode) parentNode = DialogBase.GetRootCanvas()
const node: Node = instantiate(loadedResource)
parentNode.addChild(node)
node.setPosition(0, 0)
})
}
}

View File

@@ -1,106 +1,109 @@
import {
_decorator,
Component,
Label,
Animation,
Node,
Vec2,
Tween,
tween,
Vec3,
} from 'cc'
const { ccclass, property } = _decorator
import { Animation, Component, Label, Node, Tween, Vec2, Vec3, _decorator, find, tween } from 'cc'
import CannonManager from '../../script/game/manager/CannonManager'
import FishManager from '../../script/game/manager/FishManager'
import FishSetting from './FishSetting'
import FishManager from '../../script/game/manager/FishManager'
import CannonManager from '../../script/game/manager/CannonManager'
import WsManager from '../../script/game/manager/WsManager'
const { ccclass, property } = _decorator
@ccclass('FishUI')
export default class FishUI extends Component {
public static instance: FishUI = null
@property({ type: Label })
private dzScore: Label | null = null
@property({ type: Label })
private jfScore: Label | null = null
@property({ type: Animation })
private clickEffect: Animation | null = null
@property({ type: Node })
private waveEffect: Node | null = null
// 豆子
public dz_score: number = 100
// 积分
public jf_score: number = 0
private _vec3Cache: Vec3
onLoad() {
FishUI.instance = this
this._vec3Cache = new Vec3()
this.clickEffect.node.active = false
this.waveEffect.active = false
this.dzScore = this.node
.getChildByName('dzScore')
.getComponent(Label) as Label
this.jfScore = this.node
.getChildByName('jfScore')
.getComponent(Label) as Label
}
public static instance: FishUI = null
@property({ type: Label })
private dzScore: Label | null = null
start() {
this.refreshScore()
// setTimeout(()=>{
// this.playWaveEffect();
// }, 5000)
}
@property({ type: Label })
private jfScore: Label | null = null
public playClickEffect(p: Vec2) {
this._vec3Cache.x = p.x
this._vec3Cache.y = p.y
this._vec3Cache.z = 0
this.clickEffect.node.setPosition(this._vec3Cache)
this.clickEffect.node.active = true
this.clickEffect.play()
}
@property({ type: Animation })
private clickEffect: Animation | null = null
public playWaveEffect() {
this.waveEffect.active = true
this.waveEffect.setPosition(1292.703, 0)
@property({ type: Node })
private waveEffect: Node | null = null
FishManager.instance.playFishMap()
tween(this.waveEffect)
.to(2, { position: new Vec3(-1319.969, 0, 0) })
.call(() => {
this.waveEffect.active = false
FishManager.instance.startFishMap()
})
.start()
}
// 豆子
public dz_score: number = 0
// 积分
public jf_score: number = 0
private _vec3Cache: Vec3
private onClickPre() {
if (CannonManager.instance.cannonType > 1) {
CannonManager.instance.cannonType--
CannonManager.instance.refreshCannon()
}
}
onLoad() {
FishUI.instance = this
this._vec3Cache = new Vec3()
this.clickEffect.node.active = false
this.waveEffect.active = false
this.dzScore = this.node
.getChildByName('userInfo')
.getChildByName('info')
.getChildByName('dz_fillet')
.getChildByName('dz_text')
.getComponent(Label) as Label
this.jfScore = this.node
.getChildByName('userInfo')
.getChildByName('info')
.getChildByName('jf_fillet')
.getChildByName('jf_text')
.getComponent(Label) as Label
}
private onClickNext() {
if (CannonManager.instance.cannonType < 7) {
CannonManager.instance.cannonType++
CannonManager.instance.refreshCannon()
}
}
start() {
// this.refreshScore()
}
public refreshScore() {
this.dzScore.string = this.dz_score + ''
this.jfScore.string = this.jf_score + ''
}
public playClickEffect(p: Vec2) {
this._vec3Cache.x = p.x
this._vec3Cache.y = p.y
this._vec3Cache.z = 0
this.clickEffect.node.setPosition(this._vec3Cache)
this.clickEffect.node.active = true
this.clickEffect.play()
}
private onClickSetting() {
FishSetting.show()
}
public playWaveEffect() {
this.waveEffect.active = true
this.waveEffect.setPosition(1292.703, 0)
onDestroy() {
FishUI.instance = null
this.unscheduleAllCallbacks()
Tween.stopAllByTarget(this.node)
//this.node.stopAllActions();
}
FishManager.instance.playFishMap()
tween(this.waveEffect)
.to(2, { position: new Vec3(-1319.969, 0, 0) })
.call(() => {
this.waveEffect.active = false
FishManager.instance.startFishMap()
})
.start()
}
private onClickPre() {
if (CannonManager.instance.cannonType > 1) {
CannonManager.instance.cannonType--
CannonManager.instance.refreshCannon()
}
}
private onClickNext() {
if (CannonManager.instance.cannonType < 7) {
CannonManager.instance.cannonType++
CannonManager.instance.refreshCannon()
}
}
public refreshScore(res: any) {
this.dz_score = res.pulse
this.jf_score = res.integral
this.dzScore.string = `${this.dz_score}`
this.jfScore.string = `${this.jf_score}`
}
private onClickSetting() {
FishSetting.show()
}
onDestroy() {
FishUI.instance = null
this.unscheduleAllCallbacks()
Tween.stopAllByTarget(this.node)
// this.node.stopAllActions();
}
}

View File

@@ -1,13 +1,4 @@
import {
_decorator,
ScrollView,
Prefab,
Node,
instantiate,
Label,
Vec3,
Animation,
} from 'cc'
import { _decorator, ScrollView, Prefab, Node, instantiate, Label, Vec3, Animation } from 'cc'
const { ccclass, property } = _decorator
import FishBase from './FishBase'
@@ -21,70 +12,62 @@ import TimeHelper from '../../script/game/utils/TimeHelper'
@ccclass('FishWiki')
export default class FishWiki extends DialogBase {
@property({ type: ScrollView })
private scrollView: ScrollView | null = null
@property({ type: Prefab })
private wikiItemPrefab: Prefab | null = null
@property({ type: ScrollView })
private scrollView: ScrollView | null = null
@property({ type: Prefab })
private wikiItemPrefab: Prefab | null = null
private _vec3Cache: Vec3
onLoadMe() {
this._vec3Cache = new Vec3(1, 1, 1)
this.init()
}
private _vec3Cache: Vec3
onLoadMe() {
this._vec3Cache = new Vec3(1, 1, 1)
this.init()
}
private init() {
this.scrollView.content.removeAllChildren()
this.initOne(0)
}
private init() {
this.scrollView.content.removeAllChildren()
this.initOne(0)
}
private initOne(index: number) {
if (index < FishConfig.config.length) {
let itemNode: Node = instantiate(this.wikiItemPrefab)
private initOne(index: number) {
if (index < FishConfig.config.length) {
let itemNode: Node = instantiate(this.wikiItemPrefab)
this.scrollView.content.addChild(itemNode)
let fishInfo: FishInfo = FishConfig.config[index]
let txtName: Label = itemNode
.getChildByName('txtName')
.getComponent(Label)
txtName.string = fishInfo.name
let txtLife: Label = itemNode
.getChildByName('txtLife')
.getComponent(Label)
txtLife.string = 'life:' + fishInfo.blood + ''
let view: Node = itemNode.getChildByName('view')
view.removeAllChildren()
this.scrollView.content.addChild(itemNode)
let fishInfo: FishInfo = FishConfig.config[index]
let txtName: Label = itemNode.getChildByName('txtName').getComponent(Label)
txtName.string = fishInfo.name
let txtLife: Label = itemNode.getChildByName('txtLife').getComponent(Label)
txtLife.string = '积分:' + fishInfo.blood + ''
let view: Node = itemNode.getChildByName('view')
view.removeAllChildren()
let fish: FishBase = FishManager.instance.createFishByType(
fishInfo.fishType
)
view.addChild(fish.node)
fish.node.setPosition(0, 0)
let fish: FishBase = FishManager.instance.createFishByType(fishInfo.fishType)
view.addChild(fish.node)
fish.node.setPosition(0, 0)
//缩放有bug
//Vec3.multiplyScalar(this._vec3Cache, this._vec3Cache, fishInfo.wikiScale);
//fish.node.setScale(this._vec3Cache);
//缩放有bug
//Vec3.multiplyScalar(this._vec3Cache, this._vec3Cache, fishInfo.wikiScale);
//fish.node.setScale(this._vec3Cache);
//fish.node.getComponent(Animation).play(); //v3 当前帧 不能播放
TimeHelper.exeNextFrame(this.node, () =>
fish.node.getComponent(Animation).play()
)
this.scheduleOnce(() => {
this.initOne(index + 1)
}, 0.05)
}
}
//fish.node.getComponent(Animation).play(); //v3 当前帧 不能播放
TimeHelper.exeNextFrame(this.node, () => fish.node.getComponent(Animation).play())
this.scheduleOnce(() => {
this.initOne(index + 1)
}, 0.05)
}
}
public static show(parentNode: Node = null) {
PrefabLoader.loadPrefab(
GameConfig.GameName + '/' + 'game/dialog/FishWiki',
(loadedResource) => {
if (!parentNode) {
parentNode = DialogBase.GetRootCanvas()
}
let node: Node = instantiate(loadedResource)
parentNode.addChild(node)
node.setPosition(0, 0)
}
)
}
public static show(parentNode: Node = null) {
PrefabLoader.loadPrefab(
GameConfig.GameName + '/' + 'game/dialog/FishWiki',
(loadedResource) => {
if (!parentNode) {
parentNode = DialogBase.GetRootCanvas()
}
let node: Node = instantiate(loadedResource)
parentNode.addChild(node)
node.setPosition(0, 0)
},
)
}
}

BIN
assets/FishSingle/pictures/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "cda62680-32c9-4bf8-bdf5-341b6d6f41c3",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "cda62680-32c9-4bf8-bdf5-341b6d6f41c3@6c48a",
"displayName": "avatar",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "cda62680-32c9-4bf8-bdf5-341b6d6f41c3",
"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": "cda62680-32c9-4bf8-bdf5-341b6d6f41c3@f9941",
"displayName": "avatar",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 74,
"height": 77,
"rawWidth": 74,
"rawHeight": 77,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-37,
-38.5,
0,
37,
-38.5,
0,
-37,
38.5,
0,
37,
38.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
77,
74,
77,
0,
0,
74,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-37,
-38.5,
0
],
"maxPos": [
37,
38.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "cda62680-32c9-4bf8-bdf5-341b6d6f41c3@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "cda62680-32c9-4bf8-bdf5-341b6d6f41c3@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "962c910f-069b-4a38-9099-4596ed34e91e",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "962c910f-069b-4a38-9099-4596ed34e91e@6c48a",
"displayName": "dz",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "962c910f-069b-4a38-9099-4596ed34e91e",
"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": "962c910f-069b-4a38-9099-4596ed34e91e@f9941",
"displayName": "dz",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 45,
"height": 42,
"rawWidth": 45,
"rawHeight": 42,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-22.5,
-21,
0,
22.5,
-21,
0,
-22.5,
21,
0,
22.5,
21,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
42,
45,
42,
0,
0,
45,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-22.5,
-21,
0
],
"maxPos": [
22.5,
21,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "962c910f-069b-4a38-9099-4596ed34e91e@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": true,
"redirect": "962c910f-069b-4a38-9099-4596ed34e91e@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,137 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "38ef2cdf-a945-429d-b703-3c9536058498",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "38ef2cdf-a945-429d-b703-3c9536058498@6c48a",
"displayName": "fillet",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "38ef2cdf-a945-429d-b703-3c9536058498",
"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": "38ef2cdf-a945-429d-b703-3c9536058498@f9941",
"displayName": "fillet",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 0,
"trimX": 1,
"trimY": 0,
"width": 166,
"height": 36,
"rawWidth": 167,
"rawHeight": 36,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 15,
"borderRight": 15,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-83,
-18,
0,
83,
-18,
0,
-83,
18,
0,
83,
18,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
1,
36,
167,
36,
1,
0,
167,
0
],
"nuv": [
0.005988023952095809,
0,
1,
0,
0.005988023952095809,
1,
1,
1
],
"minPos": [
-83,
-18,
0
],
"maxPos": [
83,
18,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "38ef2cdf-a945-429d-b703-3c9536058498@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "38ef2cdf-a945-429d-b703-3c9536058498@f9941",
"compressSettings": {
"useCompressTexture": false
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1920,
"height": 1080,
"rawWidth": 1920,
"rawHeight": 1080,
"width": 1334,
"height": 750,
"rawWidth": 1334,
"rawHeight": 750,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
@@ -64,17 +64,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-960,
-540,
-667,
-375,
0,
960,
-540,
667,
-375,
0,
-960,
540,
-667,
375,
0,
960,
540,
667,
375,
0
],
"indexes": [
@@ -87,12 +87,12 @@
],
"uv": [
0,
1080,
1920,
1080,
750,
1334,
750,
0,
0,
1920,
1334,
0
],
"nuv": [
@@ -106,13 +106,13 @@
1
],
"minPos": [
-960,
-540,
-667,
-375,
0
],
"maxPos": [
960,
540,
667,
375,
0
]
}

BIN
assets/FishSingle/pictures/haobuyu/fishbg1.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View File

@@ -2,7 +2,7 @@
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "66d28bb4-7926-457a-bfdd-352fbdff0612",
"uuid": "30514d45-db3b-4904-9e84-5269572856f6",
"files": [
".jpg",
".json"
@@ -10,20 +10,20 @@
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "66d28bb4-7926-457a-bfdd-352fbdff0612@6c48a",
"uuid": "30514d45-db3b-4904-9e84-5269572856f6@6c48a",
"displayName": "fishbg1",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "30514d45-db3b-4904-9e84-5269572856f6",
"isUuid": true,
"visible": false,
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "66d28bb4-7926-457a-bfdd-352fbdff0612",
"anisotropy": 0,
"isUuid": true,
"visible": false
"anisotropy": 0
},
"ver": "1.0.22",
"imported": true,
@@ -34,7 +34,7 @@
},
"f9941": {
"importer": "sprite-frame",
"uuid": "66d28bb4-7926-457a-bfdd-352fbdff0612@f9941",
"uuid": "30514d45-db3b-4904-9e84-5269572856f6@f9941",
"displayName": "fishbg1",
"id": "f9941",
"name": "spriteFrame",
@@ -46,35 +46,32 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 941,
"height": 529,
"rawWidth": 941,
"rawHeight": 529,
"width": 1280,
"height": 720,
"rawWidth": 1280,
"rawHeight": 720,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"imageUuidOrDatabaseUri": "66d28bb4-7926-457a-bfdd-352fbdff0612@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-470.5,
-264.5,
-640,
-360,
0,
470.5,
-264.5,
640,
-360,
0,
-470.5,
264.5,
-640,
360,
0,
470.5,
264.5,
640,
360,
0
],
"indexes": [
@@ -87,12 +84,12 @@
],
"uv": [
0,
529,
941,
529,
720,
1280,
720,
0,
0,
941,
1280,
0
],
"nuv": [
@@ -106,16 +103,19 @@
1
],
"minPos": [
-470.5,
-264.5,
-640,
-360,
0
],
"maxPos": [
470.5,
264.5,
640,
360,
0
]
}
},
"isUuid": true,
"imageUuidOrDatabaseUri": "30514d45-db3b-4904-9e84-5269572856f6@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
@@ -128,7 +128,7 @@
"userData": {
"type": "sprite-frame",
"hasAlpha": false,
"redirect": "66d28bb4-7926-457a-bfdd-352fbdff0612@f9941",
"fixAlphaTransparencyArtifacts": false
"fixAlphaTransparencyArtifacts": false,
"redirect": "30514d45-db3b-4904-9e84-5269572856f6@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "667dae90-8327-4fd8-b314-c95c92ed1420",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "667dae90-8327-4fd8-b314-c95c92ed1420@6c48a",
"displayName": "jf",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "667dae90-8327-4fd8-b314-c95c92ed1420",
"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": "667dae90-8327-4fd8-b314-c95c92ed1420@f9941",
"displayName": "jf",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 36,
"height": 36,
"rawWidth": 36,
"rawHeight": 36,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-18,
-18,
0,
18,
-18,
0,
-18,
18,
0,
18,
18,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
36,
36,
36,
0,
0,
36,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-18,
-18,
0
],
"maxPos": [
18,
18,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "667dae90-8327-4fd8-b314-c95c92ed1420@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "667dae90-8327-4fd8-b314-c95c92ed1420@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "f9fc17ee-6006-40dd-8429-f46040b4d56c",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "f9fc17ee-6006-40dd-8429-f46040b4d56c@6c48a",
"displayName": "userbg",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "f9fc17ee-6006-40dd-8429-f46040b4d56c",
"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": "f9fc17ee-6006-40dd-8429-f46040b4d56c@f9941",
"displayName": "userbg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 1,
"trimY": 1,
"width": 262,
"height": 90,
"rawWidth": 264,
"rawHeight": 92,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-131,
-45,
0,
131,
-45,
0,
-131,
45,
0,
131,
45,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
1,
91,
263,
91,
1,
1,
263,
1
],
"nuv": [
0.003787878787878788,
0.010869565217391304,
0.9962121212121212,
0.010869565217391304,
0.003787878787878788,
0.9891304347826086,
0.9962121212121212,
0.9891304347826086
],
"minPos": [
-131,
-45,
0
],
"maxPos": [
131,
45,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "f9fc17ee-6006-40dd-8429-f46040b4d56c@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "f9fc17ee-6006-40dd-8429-f46040b4d56c@f9941"
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "8c67bc3f-c771-4a2a-aed9-f5a8a27f237d",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "8c67bc3f-c771-4a2a-aed9-f5a8a27f237d",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

View File

@@ -1,134 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
"displayName": "btnclose",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
"displayName": "btnclose",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 57,
"height": 57,
"rawWidth": 57,
"rawHeight": 57,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-28.5,
-28.5,
0,
28.5,
-28.5,
0,
-28.5,
28.5,
0,
28.5,
28.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
57,
57,
57,
0,
0,
57,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-28.5,
-28.5,
0
],
"maxPos": [
28.5,
28.5,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
"fixAlphaTransparencyArtifacts": false
}
}
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
"displayName": "btnclose",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
"displayName": "btnclose",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 57,
"height": 57,
"rawWidth": 57,
"rawHeight": 57,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-28.5,
-28.5,
0,
28.5,
-28.5,
0,
-28.5,
28.5,
0,
28.5,
28.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
57,
57,
57,
0,
0,
57,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-28.5,
-28.5,
0
],
"maxPos": [
28.5,
28.5,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
"fixAlphaTransparencyArtifacts": false
}
}

View File

@@ -1,134 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
"displayName": "loadingicon",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
"displayName": "loadingicon",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 1.5,
"trimX": 59,
"trimY": 58,
"width": 242,
"height": 241,
"rawWidth": 360,
"rawHeight": 360,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-120.5,
0,
121,
-120.5,
0,
-121,
120.5,
0,
121,
120.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
59,
302,
301,
302,
59,
61,
301,
61
],
"nuv": [
0.1638888888888889,
0.16944444444444445,
0.8361111111111111,
0.16944444444444445,
0.1638888888888889,
0.8388888888888889,
0.8361111111111111,
0.8388888888888889
],
"minPos": [
-121,
-120.5,
0
],
"maxPos": [
121,
120.5,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
"fixAlphaTransparencyArtifacts": false
}
}
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
"displayName": "loadingicon",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
"displayName": "loadingicon",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 1.5,
"trimX": 59,
"trimY": 58,
"width": 242,
"height": 241,
"rawWidth": 360,
"rawHeight": 360,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-120.5,
0,
121,
-120.5,
0,
-121,
120.5,
0,
121,
120.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
59,
302,
301,
302,
59,
61,
301,
61
],
"nuv": [
0.1638888888888889,
0.16944444444444445,
0.8361111111111111,
0.16944444444444445,
0.1638888888888889,
0.8388888888888889,
0.8361111111111111,
0.8388888888888889
],
"minPos": [
-121,
-120.5,
0
],
"maxPos": [
121,
120.5,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
"fixAlphaTransparencyArtifacts": false
}
}

View File

@@ -1,134 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
"displayName": "progressbar",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
"displayName": "progressbar",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 3,
"trimY": 2,
"width": 850,
"height": 20,
"rawWidth": 856,
"rawHeight": 24,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 22,
"borderRight": 36,
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-425,
-10,
0,
425,
-10,
0,
-425,
10,
0,
425,
10,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
3,
22,
853,
22,
3,
2,
853,
2
],
"nuv": [
0.0035046728971962616,
0.08333333333333333,
0.9964953271028038,
0.08333333333333333,
0.0035046728971962616,
0.9166666666666666,
0.9964953271028038,
0.9166666666666666
],
"minPos": [
-425,
-10,
0
],
"maxPos": [
425,
10,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
"fixAlphaTransparencyArtifacts": false
}
}
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
"displayName": "progressbar",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
"displayName": "progressbar",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 3,
"trimY": 2,
"width": 850,
"height": 20,
"rawWidth": 856,
"rawHeight": 24,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 22,
"borderRight": 36,
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-425,
-10,
0,
425,
-10,
0,
-425,
10,
0,
425,
10,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
3,
22,
853,
22,
3,
2,
853,
2
],
"nuv": [
0.0035046728971962616,
0.08333333333333333,
0.9964953271028038,
0.08333333333333333,
0.0035046728971962616,
0.9166666666666666,
0.9964953271028038,
0.9166666666666666
],
"minPos": [
-425,
-10,
0
],
"maxPos": [
425,
10,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
"fixAlphaTransparencyArtifacts": false
}
}

View File

@@ -1,134 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "74d83879-8162-4333-b05a-9773f866baf7",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
"displayName": "progressbg",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
"displayName": "progressbg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 856,
"height": 24,
"rawWidth": 856,
"rawHeight": 24,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 31,
"borderRight": 28,
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-428,
-12,
0,
428,
-12,
0,
-428,
12,
0,
428,
12,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
24,
856,
24,
0,
0,
856,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-428,
-12,
0
],
"maxPos": [
428,
12,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
"fixAlphaTransparencyArtifacts": false
}
}
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "74d83879-8162-4333-b05a-9773f866baf7",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
"displayName": "progressbg",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
"displayName": "progressbg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 856,
"height": 24,
"rawWidth": 856,
"rawHeight": 24,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 31,
"borderRight": 28,
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-428,
-12,
0,
428,
-12,
0,
-428,
12,
0,
428,
12,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
24,
856,
24,
0,
0,
856,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-428,
-12,
0
],
"maxPos": [
428,
12,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
"fixAlphaTransparencyArtifacts": false
}
}

View File

@@ -1,134 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
"displayName": "tipsbg",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
"displayName": "tipsbg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 16,
"trimY": 1,
"width": 68,
"height": 18,
"rawWidth": 100,
"rawHeight": 20,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-34,
-9,
0,
34,
-9,
0,
-34,
9,
0,
34,
9,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
16,
19,
84,
19,
16,
1,
84,
1
],
"nuv": [
0.16,
0.05,
0.84,
0.05,
0.16,
0.95,
0.84,
0.95
],
"minPos": [
-34,
-9,
0
],
"maxPos": [
34,
9,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
"fixAlphaTransparencyArtifacts": false
}
}
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
"displayName": "tipsbg",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
"displayName": "tipsbg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 16,
"trimY": 1,
"width": 68,
"height": 18,
"rawWidth": 100,
"rawHeight": 20,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-34,
-9,
0,
34,
-9,
0,
-34,
9,
0,
34,
9,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
16,
19,
84,
19,
16,
1,
84,
1
],
"nuv": [
0.16,
0.05,
0.84,
0.05,
0.16,
0.95,
0.84,
0.95
],
"minPos": [
-34,
-9,
0
],
"maxPos": [
34,
9,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
"fixAlphaTransparencyArtifacts": false
}
}

View File

@@ -1,134 +1,134 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
"displayName": "weihutips",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
"displayName": "weihutips",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 52,
"height": 52,
"rawWidth": 52,
"rawHeight": 52,
"borderTop": 24,
"borderBottom": 24,
"borderLeft": 24,
"borderRight": 24,
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-26,
-26,
0,
26,
-26,
0,
-26,
26,
0,
26,
26,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
52,
52,
52,
0,
0,
52,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-26,
-26,
0
],
"maxPos": [
26,
26,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
"fixAlphaTransparencyArtifacts": false
}
}
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
"displayName": "weihutips",
"id": "6c48a",
"name": "texture",
"userData": {
"minfilter": "linear",
"magfilter": "linear",
"wrapModeT": "clamp-to-edge",
"wrapModeS": "clamp-to-edge",
"mipfilter": "none",
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
"anisotropy": 0,
"isUuid": true,
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
"displayName": "weihutips",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 52,
"height": 52,
"rawWidth": 52,
"rawHeight": 52,
"borderTop": 24,
"borderBottom": 24,
"borderLeft": 24,
"borderRight": 24,
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
"packable": true,
"isUuid": true,
"atlasUuid": "",
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-26,
-26,
0,
26,
-26,
0,
-26,
26,
0,
26,
26,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
52,
52,
52,
0,
0,
52,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-26,
-26,
0
],
"maxPos": [
26,
26,
0
]
}
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"redirect": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
"fixAlphaTransparencyArtifacts": false
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "70b910ca-b87d-4278-9655-44e7d8081ece",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "70b910ca-b87d-4278-9655-44e7d8081ece",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "dab2a5cf-b505-4ac7-9513-7b512b9450bf",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "ProgressPrefab"
}
}
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "dab2a5cf-b505-4ac7-9513-7b512b9450bf",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "ProgressPrefab"
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "c8a17a26-1000-4175-ba1a-4e73204b652c",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "c8a17a26-1000-4175-ba1a-4e73204b652c",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "4b615b43-bedb-4b3b-9958-8939a4d446d1",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "4b615b43-bedb-4b3b-9958-8939a4d446d1",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "2fdbeee9-cb7d-44ab-9ce7-f73b19d0f4fc",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "FishWikiItem"
}
}
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "2fdbeee9-cb7d-44ab-9ce7-f73b19d0f4fc",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "FishWikiItem"
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "90f06d6d-eb00-41cc-8c68-7e27d67312c5",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "90f06d6d-eb00-41cc-8c68-7e27d67312c5",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

View File

@@ -1,365 +1,363 @@
[
{
"__type__": "cc.Prefab",
"_name": "ScorePrefab",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "ScorePrefab",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_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
},
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "txtScore",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 9
},
{
"__id__": 11
}
],
"_prefab": {
"__id__": 13
},
"_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
},
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 82,
"b": 0,
"a": 255
},
"_useOriginalSize": false,
"_string": "100",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 0,
"_fontSize": 40,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
"_isItalic": false,
"_isBold": false,
"_isUnderline": false,
"_underlineHeight": 0,
"_cacheMode": 0,
"_spacingX": 0,
"_batchAsBitmap": false,
"_id": "",
"_enableOutline": true,
"_outlineWidth": 2,
"_outlineColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_enableShadow": true,
"_shadowBlur": 2,
"_shadowOffset": {
"__type__": "cc.Vec2",
"x": 2,
"y": 2
},
"_shadowColor": {
"__type__": "cc.Color",
"r": 250,
"g": 250,
"b": 250,
"a": 255
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "daaGzagltLmYPlAm/pJwV8"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d7zHQDdWFHRZVq/DT+WHoY"
},
{
"__type__": "cc.LabelShadow",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "44iuI1yMdC/5FtjKBKlVsi"
},
{
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 10
},
"_opacity": 255
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "8c6c+Ki5hNsY9S558PXdyS"
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 12
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 70.74,
"height": 54.4
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "efuD+JKuBC75fHccjDZJY9"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "e01cesJHBM4K+M5EU41LQG"
},
{
"__type__": "465f6PMtv5OqZoQeSVPvmfM",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"txtScore": {
"__id__": 3
},
"_id": "",
"__prefab": {
"__id__": 15
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "3etBVQ8q9DiaShLXS1py9u"
},
{
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"_opacity": 255
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bdqeLc2vJI5KCb7AEi819K"
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "7724Uz4qlOn6IBBfm0mtGt"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "dfcn+8f4NCm5oGvRMh0moR"
}
[
{
"__type__": "cc.Prefab",
"_name": "ScorePrefab",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"asyncLoadAssets": false,
"readonly": false,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "ScorePrefab",
"_objFlags": 0,
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_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
},
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "txtScore",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 9
},
{
"__id__": 11
}
],
"_prefab": {
"__id__": 13
},
"_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
},
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_id": ""
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_customMaterial": {
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
},
"_visFlags": 0,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 82,
"b": 0,
"a": 255
},
"_useOriginalSize": false,
"_string": "100",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 0,
"_fontSize": 40,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
"_isItalic": false,
"_isBold": false,
"_isUnderline": false,
"_underlineHeight": 0,
"_cacheMode": 0,
"_spacingX": 0,
"_batchAsBitmap": false,
"_id": "",
"_enableOutline": true,
"_outlineColor": {
"__type__": "cc.Color",
"r": 0,
"g": 0,
"b": 0,
"a": 255
},
"_enableShadow": true,
"_shadowOffset": {
"__type__": "cc.Vec2",
"x": 2,
"y": 2
},
"_shadowColor": {
"__type__": "cc.Color",
"r": 0,
"g": 0,
"b": 0,
"a": 255
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "daaGzagltLmYPlAm/pJwV8"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d7zHQDdWFHRZVq/DT+WHoY"
},
{
"__type__": "cc.LabelShadow",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "44iuI1yMdC/5FtjKBKlVsi"
},
{
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 10
},
"_opacity": 255
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "8c6c+Ki5hNsY9S558PXdyS"
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 12
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 70.74,
"height": 54.4
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "efuD+JKuBC75fHccjDZJY9"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "e01cesJHBM4K+M5EU41LQG"
},
{
"__type__": "465f6PMtv5OqZoQeSVPvmfM",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"txtScore": {
"__id__": 3
},
"_id": "",
"__prefab": {
"__id__": 15
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "3etBVQ8q9DiaShLXS1py9u"
},
{
"__type__": "cc.UIOpacity",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"_opacity": 255
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bdqeLc2vJI5KCb7AEi819K"
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_priority": 0,
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
}
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "7724Uz4qlOn6IBBfm0mtGt"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "dfcn+8f4NCm5oGvRMh0moR"
}
]

View File

@@ -1,13 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "463abd5d-c3b8-4354-b614-012540a2dfb8",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "ScorePrefab"
}
}
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "463abd5d-c3b8-4354-b614-012540a2dfb8",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "ScorePrefab"
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "57936fc7-b814-41c9-9228-307c74f8d958",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "57936fc7-b814-41c9-9228-307c74f8d958",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +1,11 @@
{
"ver": "1.1.50",
"importer": "scene",
"imported": true,
"uuid": "49f37487-196e-48a5-ad7e-0f3f4fcc8496",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}
{
"ver": "1.1.50",
"importer": "scene",
"imported": true,
"uuid": "49f37487-196e-48a5-ad7e-0f3f4fcc8496",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +1,11 @@
{
"ver": "1.1.50",
"importer": "scene",
"imported": true,
"uuid": "3deca686-356b-4a89-97e0-d255f6a637b7",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}
{
"ver": "1.1.50",
"importer": "scene",
"imported": true,
"uuid": "3deca686-356b-4a89-97e0-d255f6a637b7",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "026faff5-3eb3-480a-9009-1bcc021dce03",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "026faff5-3eb3-480a-9009-1bcc021dce03",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "1f75e345-9236-4518-97a3-9862de267a19",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "1f75e345-9236-4518-97a3-9862de267a19",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

View File

@@ -1,12 +1,12 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "79470a7f-2ce8-48ce-86d3-e2662124378f",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "79470a7f-2ce8-48ce-86d3-e2662124378f",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

View File

@@ -1,12 +1,12 @@
import { _decorator } from 'cc'
const { ccclass, property } = _decorator
@ccclass('CommonEvent')
export default class CommonEvent {
public static Event_FrameUpdate: string = 'Event_FrameUpdate'
public static Event_ConnectTimeOut: string = 'Event_ConnectTimeOut'
public static Event_ResourceLoader: string = 'Event_ResourceLoader'
public static Event_CheckUpdate: string = 'Event_CheckUpdate'
public static Event_Scene_Switch: string = 'Event_Scene_Switch'
}
import { _decorator } from 'cc'
const { ccclass, property } = _decorator
@ccclass('CommonEvent')
export default class CommonEvent {
public static Event_FrameUpdate: string = 'Event_FrameUpdate'
public static Event_ConnectTimeOut: string = 'Event_ConnectTimeOut'
public static Event_ResourceLoader: string = 'Event_ResourceLoader'
public static Event_CheckUpdate: string = 'Event_CheckUpdate'
public static Event_Scene_Switch: string = 'Event_Scene_Switch'
}

View File

@@ -1,11 +1,11 @@
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "76f96525-e455-4a24-9d2b-27a0cb2fdfd2",
"files": [],
"subMetas": {},
"userData": {
"simulateGlobals": []
}
}
{
"ver": "4.0.23",
"importer": "typescript",
"imported": true,
"uuid": "76f96525-e455-4a24-9d2b-27a0cb2fdfd2",
"files": [],
"subMetas": {},
"userData": {
"simulateGlobals": []
}
}

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