Compare commits
4 Commits
58cc2e3b82
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 30911fcf5c | |||
| 5993f231fd | |||
| 80a32d9b1b | |||
| cf008327aa |
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"image": {
|
"image": {
|
||||||
"type": "texture"
|
"type": "sprite-frame"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
12
.gitignore
vendored
@@ -11,14 +11,4 @@ native
|
|||||||
#//////////////////////////
|
#//////////////////////////
|
||||||
# NPM
|
# NPM
|
||||||
#//////////////////////////
|
#//////////////////////////
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
#//////////////////////////
|
|
||||||
# VSCode
|
|
||||||
#//////////////////////////
|
|
||||||
.vscode/
|
|
||||||
|
|
||||||
#//////////////////////////
|
|
||||||
# WebStorm
|
|
||||||
#//////////////////////////
|
|
||||||
.idea/
|
|
||||||
8
.idea/.gitignore
generated
vendored
Normal 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
@@ -0,0 +1,62 @@
|
|||||||
|
<component name="ProjectCodeStyleConfiguration">
|
||||||
|
<code_scheme name="Project" version="173">
|
||||||
|
<option name="LINE_SEPARATOR" value=" " />
|
||||||
|
<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
@@ -0,0 +1,5 @@
|
|||||||
|
<component name="ProjectCodeStyleConfiguration">
|
||||||
|
<state>
|
||||||
|
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||||
|
</state>
|
||||||
|
</component>
|
||||||
7
.idea/inspectionProfiles/Project_Default.xml
generated
Normal 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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
BIN
assets/FishSingle/.DS_Store
vendored
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Click Effect",
|
"_name": "Click Effect",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Click Effect",
|
"_name": "Click Effect",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -55,6 +55,7 @@
|
|||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -62,15 +63,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -79,9 +78,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -104,9 +103,7 @@
|
|||||||
"_fillRange": 0,
|
"_fillRange": 0,
|
||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": null,
|
||||||
"__uuid__": "7f560c03-1db2-49db-abb7-65e14eed3ef5"
|
|
||||||
},
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -117,6 +114,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -127,11 +125,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6"
|
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6"
|
"__uuid__": "71a28c77-5924-40de-9a2e-df84682de9a6",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -143,6 +143,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -150,7 +151,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 7
|
"__id__": 7
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -160,6 +162,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -167,7 +170,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 40,
|
"width": 40,
|
||||||
@@ -177,7 +179,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -191,6 +194,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "04Iog1bgRF3oo4bMCXFBTg"
|
"fileId": "04Iog1bgRF3oo4bMCXFBTg",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
BIN
assets/FishSingle/fish/.DS_Store
vendored
BIN
assets/FishSingle/fish/pic/.DS_Store
vendored
Normal file
BIN
assets/FishSingle/fish/pic/weapon_level_3_0.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
134
assets/FishSingle/fish/pic/weapon_level_3_0.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/FishSingle/fish/pic/weapon_level_4_0.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
134
assets/FishSingle/fish/pic/weapon_level_4_0.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/FishSingle/fish/pic/weapon_level_5_0.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
134
assets/FishSingle/fish/pic/weapon_level_5_0.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/FishSingle/fish/pic/weapon_level_6_0.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
134
assets/FishSingle/fish/pic/weapon_level_6_0.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/FishSingle/fish/pic/weapon_level_7_0.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
134
assets/FishSingle/fish/pic/weapon_level_7_0.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish1",
|
"_name": "Fish1",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish1",
|
"_name": "Fish1",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be@9755b"
|
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be@9755b",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be"
|
"__uuid__": "93c2f724-ed94-4f0c-a8ca-7f6a303c15be",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd"
|
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd"
|
"__uuid__": "f0d73212-6204-4066-a320-9f69893989cd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 1,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 1,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 72,
|
"width": 72,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish10",
|
"_name": "Fish10",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish10",
|
"_name": "Fish10",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23@e6f1d"
|
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23@e6f1d",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23"
|
"__uuid__": "d2126827-fe71-4739-9c2e-eead63785b23",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897"
|
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897"
|
"__uuid__": "e17a527d-4428-40a7-9683-7ad523432897",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 10,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 10,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 118,
|
"width": 118,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish11",
|
"_name": "Fish11",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish11",
|
"_name": "Fish11",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc@5a942"
|
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc@5a942",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc"
|
"__uuid__": "065231ca-a207-4363-bba0-7786e89733cc",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337"
|
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337"
|
"__uuid__": "5d6f772a-d206-41b3-88d7-af08f2a9c337",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 11,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 11,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 106,
|
"width": 106,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish12",
|
"_name": "Fish12",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish12",
|
"_name": "Fish12",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc@f3e0e"
|
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc@f3e0e",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc"
|
"__uuid__": "2e4e01b9-8a30-4d74-8aed-1b2704a795cc",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa"
|
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa"
|
"__uuid__": "71cb744b-ea83-4d5a-8516-215e397dfdaa",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 12,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 12,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 140,
|
"width": 140,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish13",
|
"_name": "Fish13",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish13",
|
"_name": "Fish13",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 2,
|
||||||
"y": 1,
|
"y": 2,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda@11aa1"
|
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda@11aa1",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda"
|
"__uuid__": "352c9803-6c53-4d8f-ba10-deec62a91cda",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3"
|
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3"
|
"__uuid__": "42b329aa-ff32-47cd-8b3c-88b068c0dfb3",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 13,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 13,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 187,
|
"width": 187,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish14",
|
"_name": "Fish14",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish14",
|
"_name": "Fish14",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c"
|
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48"
|
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
|
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
|
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 14,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 14,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 72,
|
"width": 72,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish15",
|
"_name": "Fish15",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish15",
|
"_name": "Fish15",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 2,
|
||||||
"y": 1,
|
"y": 2,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57@4cf03"
|
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57@4cf03",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57"
|
"__uuid__": "e42f83bb-200e-445e-a9b5-7dbb8a331f57",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44"
|
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44"
|
"__uuid__": "69f18979-51b5-47d3-bfb1-0d7df4592a44",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 15,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 15,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 280,
|
"width": 280,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish16",
|
"_name": "Fish16",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish16",
|
"_name": "Fish16",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 2,
|
||||||
"y": 1,
|
"y": 2,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729@942cf"
|
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729@942cf",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729"
|
"__uuid__": "5be2479e-33c7-4c76-93be-e25b5f6dc729",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c"
|
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c"
|
"__uuid__": "71c51c0e-ec84-453b-8eec-797c3380f73c",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 16,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 16,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 340,
|
"width": 340,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish17",
|
"_name": "Fish17",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish17",
|
"_name": "Fish17",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [
|
"_children": [
|
||||||
{
|
{
|
||||||
@@ -76,10 +76,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 1.5,
|
||||||
"y": 1,
|
"y": 1.5,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -87,15 +88,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Aura Tail",
|
"_name": "Aura Tail",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -134,6 +133,7 @@
|
|||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -141,15 +141,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
@@ -158,9 +156,9 @@
|
|||||||
"__id__": 4
|
"__id__": 4
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -171,7 +169,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8"
|
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -186,7 +185,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b"
|
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -198,6 +198,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
@@ -205,7 +206,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 6
|
"__id__": 6
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -215,6 +217,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
@@ -222,7 +225,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 8
|
"__id__": 8
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 128,
|
"width": 128,
|
||||||
@@ -232,7 +234,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -246,12 +249,16 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "e9KE2M+HlNGLuowgNFtVvB"
|
"fileId": "e9KE2M+HlNGLuowgNFtVvB",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null,
|
||||||
|
"nestedPrefabInstanceRoots": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Aura Middle",
|
"_name": "Aura Middle",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -290,6 +297,7 @@
|
|||||||
"y": 1.4,
|
"y": 1.4,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -297,15 +305,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 10
|
"__id__": 10
|
||||||
},
|
},
|
||||||
@@ -314,9 +320,9 @@
|
|||||||
"__id__": 12
|
"__id__": 12
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -327,7 +333,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8"
|
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -342,7 +349,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b"
|
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -354,6 +362,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 10
|
"__id__": 10
|
||||||
},
|
},
|
||||||
@@ -361,7 +370,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 14
|
"__id__": 14
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -371,6 +381,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 10
|
"__id__": 10
|
||||||
},
|
},
|
||||||
@@ -378,7 +389,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 16
|
"__id__": 16
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 128,
|
"width": 128,
|
||||||
@@ -388,7 +398,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -402,12 +413,16 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "e8yB5mEDdNLacMF2+YdPE2"
|
"fileId": "e8yB5mEDdNLacMF2+YdPE2",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null,
|
||||||
|
"nestedPrefabInstanceRoots": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Aura Head",
|
"_name": "Aura Head",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -446,6 +461,7 @@
|
|||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -453,15 +469,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 18
|
"__id__": 18
|
||||||
},
|
},
|
||||||
@@ -470,9 +484,9 @@
|
|||||||
"__id__": 20
|
"__id__": 20
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -483,7 +497,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8"
|
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b@bd0d8",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -498,7 +513,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b"
|
"__uuid__": "21b441a6-ca90-4dad-a919-b3a4524d720b",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -510,6 +526,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 18
|
"__id__": 18
|
||||||
},
|
},
|
||||||
@@ -517,7 +534,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 22
|
"__id__": 22
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -527,6 +545,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 18
|
"__id__": 18
|
||||||
},
|
},
|
||||||
@@ -534,7 +553,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 24
|
"__id__": 24
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 128,
|
"width": 128,
|
||||||
@@ -544,7 +562,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -558,12 +577,16 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "c8pMDib3FCu60byqzGdcvX"
|
"fileId": "c8pMDib3FCu60byqzGdcvX",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null,
|
||||||
|
"nestedPrefabInstanceRoots": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish Tail",
|
"_name": "Fish Tail",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -605,6 +628,7 @@
|
|||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -612,15 +636,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 26
|
"__id__": 26
|
||||||
},
|
},
|
||||||
@@ -629,9 +651,9 @@
|
|||||||
"__id__": 28
|
"__id__": 28
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -642,7 +664,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e"
|
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -657,7 +680,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a"
|
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -669,6 +693,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 26
|
"__id__": 26
|
||||||
},
|
},
|
||||||
@@ -679,11 +704,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
|
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
|
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -695,6 +722,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 26
|
"__id__": 26
|
||||||
},
|
},
|
||||||
@@ -702,7 +730,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 32
|
"__id__": 32
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -712,6 +741,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 26
|
"__id__": 26
|
||||||
},
|
},
|
||||||
@@ -719,7 +749,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 34
|
"__id__": 34
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 88,
|
"width": 88,
|
||||||
@@ -729,7 +758,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -743,12 +773,16 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "d7fdXt81lDULlkr6FtD9cc"
|
"fileId": "d7fdXt81lDULlkr6FtD9cc",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null,
|
||||||
|
"nestedPrefabInstanceRoots": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish Middle",
|
"_name": "Fish Middle",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -790,6 +824,7 @@
|
|||||||
"y": 2.2,
|
"y": 2.2,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -797,15 +832,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 36
|
"__id__": 36
|
||||||
},
|
},
|
||||||
@@ -814,9 +847,9 @@
|
|||||||
"__id__": 38
|
"__id__": 38
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -827,7 +860,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c"
|
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48@40c7c",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -842,7 +876,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48"
|
"__uuid__": "3b3e5578-dce9-43ce-a813-9a37e0d45e48",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -854,6 +889,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 36
|
"__id__": 36
|
||||||
},
|
},
|
||||||
@@ -864,11 +900,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
|
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1"
|
"__uuid__": "9c12558b-de44-410f-b49f-5853230941b1",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -880,6 +918,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 36
|
"__id__": 36
|
||||||
},
|
},
|
||||||
@@ -887,7 +926,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 42
|
"__id__": 42
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -897,6 +937,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 36
|
"__id__": 36
|
||||||
},
|
},
|
||||||
@@ -904,7 +945,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 44
|
"__id__": 44
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 72,
|
"width": 72,
|
||||||
@@ -914,7 +954,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -928,12 +969,16 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "0aJ104ErlOB7J60SIDGmL0"
|
"fileId": "0aJ104ErlOB7J60SIDGmL0",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null,
|
||||||
|
"nestedPrefabInstanceRoots": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish Head",
|
"_name": "Fish Head",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -975,6 +1020,7 @@
|
|||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -982,15 +1028,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 46
|
"__id__": 46
|
||||||
},
|
},
|
||||||
@@ -999,9 +1043,9 @@
|
|||||||
"__id__": 48
|
"__id__": 48
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -1012,7 +1056,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e"
|
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -1027,7 +1072,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a"
|
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -1039,6 +1085,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 46
|
"__id__": 46
|
||||||
},
|
},
|
||||||
@@ -1049,11 +1096,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
|
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
|
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -1065,6 +1114,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 46
|
"__id__": 46
|
||||||
},
|
},
|
||||||
@@ -1072,7 +1122,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 52
|
"__id__": 52
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -1082,6 +1133,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 46
|
"__id__": 46
|
||||||
},
|
},
|
||||||
@@ -1089,7 +1141,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 54
|
"__id__": 54
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 88,
|
"width": 88,
|
||||||
@@ -1099,7 +1150,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -1113,12 +1165,16 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "2cGbGc0mNJp6NBBV1eaSjV"
|
"fileId": "2cGbGc0mNJp6NBBV1eaSjV",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null,
|
||||||
|
"nestedPrefabInstanceRoots": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -1129,11 +1185,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7"
|
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7"
|
"__uuid__": "d634b6d3-5dbf-48c9-a0bc-61977878c8e7",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -1145,6 +1203,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -1178,16 +1237,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 17,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 61
|
"__id__": 61
|
||||||
}
|
},
|
||||||
|
"fishType": 17,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -1197,14 +1257,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 63
|
"__id__": 63
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -1214,6 +1275,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -1221,7 +1283,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 65
|
"__id__": 65
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -1231,6 +1294,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -1238,7 +1302,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 67
|
"__id__": 67
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 390,
|
"width": 390,
|
||||||
@@ -1248,7 +1311,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -1262,6 +1326,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "16XB8pfHBIELcPmfMvv/nD"
|
"fileId": "16XB8pfHBIELcPmfMvv/nD",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish18",
|
"_name": "Fish18",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish18",
|
"_name": "Fish18",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 2,
|
||||||
"y": 1,
|
"y": 2,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55@6e2fd"
|
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55@6e2fd",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55"
|
"__uuid__": "91a85e7e-2d0a-4294-8cb0-53478537bc55",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8"
|
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8"
|
"__uuid__": "2485429c-f56b-4248-b865-ed51e490c8a8",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 18,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 18,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 160,
|
"width": 160,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish2",
|
"_name": "Fish2",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish2",
|
"_name": "Fish2",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486@a9841"
|
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486@a9841",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486"
|
"__uuid__": "9db8c528-dae8-4e5a-a35b-43406ae12486",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c"
|
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c"
|
"__uuid__": "3d05305d-6627-4e0c-9511-cd01676d144c",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 2,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 2,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 82,
|
"width": 82,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish20",
|
"_name": "Fish20",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish20",
|
"_name": "Fish20",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 2,
|
||||||
"y": 1,
|
"y": 2,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d@53e28"
|
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d@53e28",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d"
|
"__uuid__": "4c39bae7-e304-433f-90d1-b01f8ce1f50d",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc"
|
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc"
|
"__uuid__": "27e6df97-4896-42ca-abe6-34554eee08fc",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 20,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 20,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 380,
|
"width": 380,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish24",
|
"_name": "Fish24",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish24",
|
"_name": "Fish24",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [
|
"_children": [
|
||||||
{
|
{
|
||||||
@@ -65,6 +65,7 @@
|
|||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -72,15 +73,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Sprite",
|
"_name": "Sprite",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -119,6 +118,7 @@
|
|||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -126,15 +126,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 90
|
"z": 90
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
@@ -143,9 +141,9 @@
|
|||||||
"__id__": 4
|
"__id__": 4
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -156,7 +154,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21@5abcb"
|
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21@5abcb",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -171,7 +170,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21"
|
"__uuid__": "e0530ef6-394e-4c6c-9615-375bc9a13a21",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -183,6 +183,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
@@ -190,7 +191,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 6
|
"__id__": 6
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -200,6 +202,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
@@ -207,7 +210,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 8
|
"__id__": 8
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 160,
|
"width": 160,
|
||||||
@@ -217,7 +219,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -231,12 +234,16 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "2eGfPyradLS4VS8RlEF/Fb"
|
"fileId": "2eGfPyradLS4VS8RlEF/Fb",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null,
|
||||||
|
"nestedPrefabInstanceRoots": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -270,6 +277,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -280,11 +288,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a"
|
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a"
|
"__uuid__": "063d7bdc-6650-4b40-a7f7-9afc4a3deb4a",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -296,16 +306,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 24,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
}
|
},
|
||||||
|
"fishType": 24,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -315,14 +326,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 17
|
"__id__": 17
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -332,6 +344,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -339,7 +352,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 19
|
"__id__": 19
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -349,6 +363,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -356,7 +371,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 21
|
"__id__": 21
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 72,
|
"width": 72,
|
||||||
@@ -366,7 +380,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -380,6 +395,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "275EqqIrVC+IeN9rlHGt2L"
|
"fileId": "275EqqIrVC+IeN9rlHGt2L",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish3",
|
"_name": "Fish3",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish3",
|
"_name": "Fish3",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0@0dd99"
|
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0@0dd99",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0"
|
"__uuid__": "32f9df4c-ff0f-447a-92f1-3d3aa53e8ff0",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675"
|
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675"
|
"__uuid__": "b62b9130-675a-45a9-b65e-1b55c5814675",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 3,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 3,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 48,
|
"width": 48,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish4",
|
"_name": "Fish4",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish4",
|
"_name": "Fish4",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d@2ef7d"
|
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d@2ef7d",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d"
|
"__uuid__": "3ccc1345-0250-41f6-8000-e754061ee84d",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc"
|
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc"
|
"__uuid__": "d8996496-648c-4ab9-9268-c561e3f70bcc",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 4,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 4,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 60,
|
"width": 60,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish5",
|
"_name": "Fish5",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish5",
|
"_name": "Fish5",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44@43452"
|
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44@43452",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44"
|
"__uuid__": "ffdb3623-e0fd-4c59-aef5-acdfd6a09d44",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6"
|
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6"
|
"__uuid__": "cdf46818-beeb-4fa6-9de0-03dbb80970d6",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 5,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 5,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 62,
|
"width": 62,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish6",
|
"_name": "Fish6",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish6",
|
"_name": "Fish6",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e"
|
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a@3ad0e",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a"
|
"__uuid__": "1992ce6d-8279-48be-a1dd-2f9c3d9e7d6a",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
|
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd"
|
"__uuid__": "42335d8d-2042-4204-8772-6f3f241cbdbd",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 6,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 6,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 88,
|
"width": 88,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish7",
|
"_name": "Fish7",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish7",
|
"_name": "Fish7",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 1.5,
|
||||||
"y": 1,
|
"y": 1.5,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104@d1ecd"
|
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104@d1ecd",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104"
|
"__uuid__": "0021d952-9879-45ad-a76b-30b82e1c6104",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3"
|
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3"
|
"__uuid__": "4fa328b7-7054-4430-b113-7bab95ac94b3",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 7,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 7,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 106,
|
"width": 106,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish8",
|
"_name": "Fish8",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish8",
|
"_name": "Fish8",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 3,
|
||||||
"y": 1,
|
"y": 3,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2@acc0d"
|
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2@acc0d",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2"
|
"__uuid__": "0190f1af-d5b4-4053-8850-ab0e2e0b0bf2",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2"
|
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2"
|
"__uuid__": "b21b52a9-08e5-4869-89dd-6e1bd2b82ca2",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 8,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 8,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 78,
|
"width": 78,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -3,19 +3,19 @@
|
|||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "Fish9",
|
"_name": "Fish9",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
|
||||||
"readonly": false,
|
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "Fish9",
|
"_name": "Fish9",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
@@ -60,10 +60,11 @@
|
|||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 1.5,
|
||||||
"y": 1,
|
"y": 1.5,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
|
"_mobility": 0,
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@@ -71,15 +72,13 @@
|
|||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
|
||||||
"_skewY": 0,
|
|
||||||
"_is3DNode": false,
|
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Sprite",
|
"__type__": "cc.Sprite",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -88,9 +87,9 @@
|
|||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8",
|
||||||
|
"__expectedType__": "cc.Material"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
@@ -101,7 +100,8 @@
|
|||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_spriteFrame": {
|
"_spriteFrame": {
|
||||||
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1@5f735"
|
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1@5f735",
|
||||||
|
"__expectedType__": "cc.SpriteFrame"
|
||||||
},
|
},
|
||||||
"_type": 0,
|
"_type": 0,
|
||||||
"_fillType": 0,
|
"_fillType": 0,
|
||||||
@@ -116,7 +116,8 @@
|
|||||||
"_isTrimmedMode": true,
|
"_isTrimmedMode": true,
|
||||||
"_useGrayscale": false,
|
"_useGrayscale": false,
|
||||||
"_atlas": {
|
"_atlas": {
|
||||||
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1"
|
"__uuid__": "aed1f5f3-0643-4ad1-8536-65d1294b7db1",
|
||||||
|
"__expectedType__": "cc.SpriteAtlas"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"__type__": "cc.BoxCollider2D",
|
"__type__": "cc.BoxCollider2D",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -161,6 +163,7 @@
|
|||||||
"__type__": "cc.Animation",
|
"__type__": "cc.Animation",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -171,11 +174,13 @@
|
|||||||
"playOnLoad": false,
|
"playOnLoad": false,
|
||||||
"_clips": [
|
"_clips": [
|
||||||
{
|
{
|
||||||
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381"
|
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_defaultClip": {
|
"_defaultClip": {
|
||||||
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381"
|
"__uuid__": "b1e4a822-98c1-4dcd-8f46-dd524fad6381",
|
||||||
|
"__expectedType__": "cc.AnimationClip"
|
||||||
},
|
},
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
@@ -187,16 +192,17 @@
|
|||||||
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
"__type__": "bcf7fDIJDhKnaxGPja2YnSj",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"fishType": 9,
|
|
||||||
"speed": 3,
|
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
}
|
},
|
||||||
|
"fishType": 9,
|
||||||
|
"speed": 3,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -206,14 +212,15 @@
|
|||||||
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
"__type__": "ce1d8SdoYxBMoB8LPTW6b6l",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"_id": "",
|
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -223,6 +230,7 @@
|
|||||||
"__type__": "cc.UIOpacity",
|
"__type__": "cc.UIOpacity",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -230,7 +238,8 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
"_opacity": 255,
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -240,6 +249,7 @@
|
|||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
@@ -247,7 +257,6 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 15
|
"__id__": 15
|
||||||
},
|
},
|
||||||
"_priority": 0,
|
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 126,
|
"width": 126,
|
||||||
@@ -257,7 +266,8 @@
|
|||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
"x": 0.5,
|
"x": 0.5,
|
||||||
"y": 0.5
|
"y": 0.5
|
||||||
}
|
},
|
||||||
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
@@ -271,6 +281,8 @@
|
|||||||
"asset": {
|
"asset": {
|
||||||
"__id__": 0
|
"__id__": 0
|
||||||
},
|
},
|
||||||
"fileId": "famL4PhGRFkopG4SNLzIh+"
|
"fileId": "famL4PhGRFkopG4SNLzIh+",
|
||||||
|
"instance": null,
|
||||||
|
"targetOverrides": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -1,31 +1,37 @@
|
|||||||
import { _decorator, Component, Tween, tween } from 'cc'
|
import { Component, Tween, _decorator, tween } from 'cc'
|
||||||
const { ccclass, property } = _decorator
|
|
||||||
|
|
||||||
|
import { FishInfo } from '../../script/game/config/FishInfo'
|
||||||
import { FishPathInfo } from '../../script/game/config/FishPathInfo'
|
import { FishPathInfo } from '../../script/game/config/FishPathInfo'
|
||||||
import FishManager from '../../script/game/manager/FishManager'
|
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')
|
@ccclass('FishBase')
|
||||||
export default class FishBase extends Component {
|
export default class FishBase extends Component {
|
||||||
public fishInfo: FishInfo
|
public fishInfo: FishInfo
|
||||||
public fishType: number = 1
|
public fishType: number = 1
|
||||||
public blood: number = 1
|
public fishId: string = ''
|
||||||
public fishPathInfo: FishPathInfo
|
public fishPathInfo: FishPathInfo
|
||||||
public isDead: boolean
|
public isDead: number = 2
|
||||||
onLoad() {}
|
|
||||||
start() {}
|
onLoad() {}
|
||||||
public playDeadMv() {
|
|
||||||
this.isDead = true
|
start() {}
|
||||||
this.scheduleOnce(() => {
|
|
||||||
FishManager.instance.killFish(this)
|
// 播放死亡动画
|
||||||
}, 1.5)
|
public playDeadMv(res: any) {
|
||||||
tween(this.node)
|
this.isDead = 1
|
||||||
.repeatForever(tween().by(0.6, { angle: -360 }))
|
this.scheduleOnce(() => {
|
||||||
.start()
|
FishManager.instance.killFish(res)
|
||||||
}
|
}, 1)
|
||||||
onDisable() {
|
tween(this.node)
|
||||||
//this.node.stopAllActions();
|
.repeatForever(tween().by(0.6, { angle: -360 }))
|
||||||
Tween.stopAllByTarget(this.node)
|
.start()
|
||||||
this.unscheduleAllCallbacks()
|
}
|
||||||
}
|
|
||||||
|
onDisable() {
|
||||||
|
Tween.stopAllByTarget(this.node)
|
||||||
|
this.unscheduleAllCallbacks()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,85 +1,76 @@
|
|||||||
import {
|
import { Collider2D, Component, Contact2DType, IPhysics2DContact, Vec2, Vec3, _decorator } from 'cc'
|
||||||
_decorator,
|
|
||||||
Component,
|
import BulletManager from '../../script/game/manager/BulletManager'
|
||||||
Vec2,
|
import FishNetManager from '../../script/game/manager/FishNetManager'
|
||||||
Node,
|
|
||||||
Vec3,
|
|
||||||
error,
|
|
||||||
Collider2D,
|
|
||||||
Contact2DType,
|
|
||||||
IPhysics2DContact,
|
|
||||||
} from 'cc'
|
|
||||||
const { ccclass, property } = _decorator
|
|
||||||
|
|
||||||
import FishBase from './FishBase'
|
import FishBase from './FishBase'
|
||||||
import FishNetManager from '../../script/game/manager/FishNetManager'
|
import WsManager from '../../script/game/manager/WsManager'
|
||||||
import BulletManager from '../../script/game/manager/BulletManager'
|
import CannonManager from '../../script/game/manager/CannonManager'
|
||||||
|
import FishUI from './FishUI'
|
||||||
|
import FishManager from '../../script/game/manager/FishManager'
|
||||||
|
|
||||||
|
const { ccclass, property } = _decorator
|
||||||
|
|
||||||
@ccclass('FishBulletBase')
|
@ccclass('FishBulletBase')
|
||||||
export default class FishBulletBase extends Component {
|
export default class FishBulletBase extends Component {
|
||||||
public bulletType: number = 0
|
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() {}
|
|
||||||
|
|
||||||
onEnable() {
|
public targetP: Vec2
|
||||||
this._collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
|
|
||||||
//this._collider.on(Contact2DType.END_CONTACT, this.onBeginContact, this);
|
|
||||||
}
|
|
||||||
|
|
||||||
onDisable() {
|
public _cacheVec2: Vec2 = new Vec2()
|
||||||
this._collider.off(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
|
|
||||||
//this._collider.off(Contact2DType.END_CONTACT, this.onBeginContact, this);
|
|
||||||
}
|
|
||||||
|
|
||||||
onBeginContact(
|
public _cacheVec3: Vec3 = new Vec3()
|
||||||
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()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//v2.4代码
|
private _collider: Collider2D | null = null
|
||||||
onCollisionEnter(other: Node, self: Node) {
|
|
||||||
error('onCollisionEnter=FishBulletBase=', other, self)
|
private currFish: FishBase | null = null
|
||||||
if (other) {
|
|
||||||
let fish: FishBase = other.getComponent(FishBase)
|
onLoad() {
|
||||||
if (fish && !fish.isDead) {
|
WsManager.instance.on(5, this.handelMsg, this)
|
||||||
this.node.getPosition(this._cacheVec3)
|
this._collider = this.getComponent(Collider2D)
|
||||||
this._cacheVec2.x = this._cacheVec3.x
|
if (this._collider) {
|
||||||
this._cacheVec2.y = this._cacheVec3.y
|
this._collider.sensor = true
|
||||||
FishNetManager.instance.addFishNet(this.bulletType, this._cacheVec2)
|
this._collider.on(Contact2DType.BEGIN_CONTACT, this.onBeginContact, this)
|
||||||
BulletManager.instance.killBullet(this)
|
}
|
||||||
fish.blood -= this.bulletType + 1
|
}
|
||||||
// fish.blood -= 100
|
|
||||||
if (fish.blood <= 0) {
|
start() {}
|
||||||
fish.playDeadMv()
|
|
||||||
}
|
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 {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,164 +1,134 @@
|
|||||||
import {
|
import { Animation, CCFloat, CCInteger, Component, Vec2, Vec3, _decorator, log } from 'cc'
|
||||||
_decorator,
|
|
||||||
Component,
|
|
||||||
CCInteger,
|
|
||||||
CCFloat,
|
|
||||||
Vec2,
|
|
||||||
Animation,
|
|
||||||
Vec3,
|
|
||||||
} 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 FishBase from './FishBase'
|
||||||
import MathUtils from '../../script/engine/utils/MathUtils'
|
|
||||||
import {Logger} from '../../script/engine/utils/Logger'
|
const { ccclass, property } = _decorator
|
||||||
import TimeHelper from '../../script/game/utils/TimeHelper'
|
|
||||||
|
|
||||||
@ccclass('FishMover')
|
@ccclass('FishMover')
|
||||||
export default class FishMover extends Component {
|
export default class FishMover extends Component {
|
||||||
//鱼类型
|
// 鱼类型
|
||||||
@property({type: CCInteger})
|
@property({ type: CCInteger })
|
||||||
public fishType: number = 1
|
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()
|
|
||||||
|
|
||||||
public startMove() {
|
// 鱼移动速度
|
||||||
this.targetMoveIndex = 0
|
@property({ type: CCFloat })
|
||||||
this.isMoving = true
|
public speed: number = 3
|
||||||
//this.node.getComponent(Animation).play()//v3 当前帧 不能播放
|
|
||||||
TimeHelper.exeNextFrame(this.node, () =>
|
// 下个位置移动点
|
||||||
this.node.getComponent(Animation).play()
|
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();
|
public moveBezier() {
|
||||||
this.checkMoveBezier()
|
if (this.bezierPList.length > this.targetMoveIndex + 2) {
|
||||||
}
|
const p0: Vec2 = this.bezierPList[this.targetMoveIndex]
|
||||||
|
const p1: Vec2 = this.bezierPList[this.targetMoveIndex + 1]
|
||||||
private checkMoveBezier() {
|
const p2: Vec2 = this.bezierPList[this.targetMoveIndex + 2]
|
||||||
if (this.isMoving && !this.getComponent(FishBase).isDead) {
|
const t: number = this.moveCount / this.totalTimes
|
||||||
this.moveCount++
|
const mx: number = (1 - t) ** 2 * p0.x + 2 * t * (1 - t) * p1.x + t ** 2 * p2.x
|
||||||
if (this.moveCount >= this.totalTimes) {
|
const my: number = (1 - t) ** 2 * p0.y + 2 * t * (1 - t) * p1.y + t ** 2 * p2.y
|
||||||
this.moveCount = this.totalTimes
|
this.node.getPosition(this._vec3Cahce)
|
||||||
}
|
const rad: number = MathUtils.p2pRad(
|
||||||
this.moveBezier()
|
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)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
} else if (
|
||||||
|
this.fishType === 9 ||
|
||||||
public moveBezier() {
|
this.fishType === 10 ||
|
||||||
// [warn] [[-632,-230],[-444,-117],[-264,-242]]
|
this.fishType === 21 ||
|
||||||
// let p0: cc.Vec2 = cc.v2(-632, -230)
|
this.fishType === 28
|
||||||
// let p1: cc.Vec2 = cc.v2(-444, -117)
|
) {
|
||||||
// let p2: cc.Vec2 = cc.v2(-264, -242)
|
} else {
|
||||||
if (this.bezierPList.length > this.targetMoveIndex + 2) {
|
this.node.angle = -rot
|
||||||
let p0: Vec2 = this.bezierPList[this.targetMoveIndex]
|
}
|
||||||
let p1: Vec2 = this.bezierPList[this.targetMoveIndex + 1]
|
// Logger.log("moveBezier====", rad, rot111, this.fishType, rot)
|
||||||
let p2: Vec2 = this.bezierPList[this.targetMoveIndex + 2]
|
const moveTimes: number = Math.round(this.speed / this.minSpeed)
|
||||||
let t: number = this.moveCount / this.totalTimes
|
for (let i = 0; i < moveTimes; i++) {
|
||||||
let mx: number =
|
const speedX: number = this.minSpeed * Math.cos(rad)
|
||||||
Math.pow(1 - t, 2) * p0.x +
|
const speedY: number = this.minSpeed * Math.sin(rad)
|
||||||
2 * t * (1 - t) * p1.x +
|
this.node.getPosition(this._vec3Cahce)
|
||||||
Math.pow(t, 2) * p2.x
|
this._vec3Cahce.x += speedX
|
||||||
let my: number =
|
this._vec3Cahce.y += speedY
|
||||||
Math.pow(1 - t, 2) * p0.y +
|
this.node.setPosition(this._vec3Cahce)
|
||||||
2 * t * (1 - t) * p1.y +
|
if (MathUtils.distance(this._vec3Cahce.x, this._vec3Cahce.y, mx, my) <= this.minSpeed) {
|
||||||
Math.pow(t, 2) * p2.y
|
this.node.setPosition(mx, my)
|
||||||
this.node.getPosition(this._vec3Cahce)
|
break
|
||||||
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
|
|
||||||
}
|
}
|
||||||
}
|
if (
|
||||||
|
MathUtils.distance(this._vec3Cahce.x, this._vec3Cahce.y, p2.x, p2.y) <=
|
||||||
onDisable() {
|
this.minSpeed * 2
|
||||||
this.isMoving = false
|
) {
|
||||||
}
|
this.node.setPosition(p2.x, p2.y)
|
||||||
|
this.targetMoveIndex += 2
|
||||||
public exportBezierConfig() {
|
this.moveCount = 0
|
||||||
Logger.warn('exportBezierConfig=')
|
break
|
||||||
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))
|
|
||||||
}
|
}
|
||||||
Logger.warn('fishtype', this.fishType)
|
}
|
||||||
Logger.warn('speed', this.speed)
|
} else {
|
||||||
Logger.warn('scale', this.node.scale)
|
Logger.log('moveBezier====', 'end')
|
||||||
Logger.warn(JSON.stringify(tempConfig))
|
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))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,27 +1,29 @@
|
|||||||
import { _decorator, Component, Tween, tween, Vec3, Vec2 } from 'cc'
|
import { Component, Tween, Vec3, _decorator, tween } from 'cc'
|
||||||
const { ccclass, property } = _decorator
|
|
||||||
|
|
||||||
import FishNetManager from '../../script/game/manager/FishNetManager'
|
import FishNetManager from '../../script/game/manager/FishNetManager'
|
||||||
|
|
||||||
|
const { ccclass, property } = _decorator
|
||||||
|
|
||||||
@ccclass('FishNetBase')
|
@ccclass('FishNetBase')
|
||||||
export default class FishNetBase extends Component {
|
export default class FishNetBase extends Component {
|
||||||
public netType: number = 0
|
public netType: number = 0
|
||||||
|
|
||||||
private tween: Tween<any>
|
private tween: Tween<any>
|
||||||
private static vec3: Vec3 = new Vec3(2, 2, 1)
|
private static vec3: Vec3 = new Vec3(2, 2, 1)
|
||||||
public playMv() {
|
|
||||||
this.node.setScale(Vec3.ZERO)
|
// 销毁渔网
|
||||||
this.tween = tween(this.node)
|
public playMv() {
|
||||||
.to(0.2, { scale: FishNetBase.vec3 })
|
this.node.setScale(Vec3.ZERO)
|
||||||
.delay(0.3)
|
this.tween = tween(this.node)
|
||||||
.call(() => {
|
.to(0.2, { scale: FishNetBase.vec3 })
|
||||||
FishNetManager.instance.destroyFishNet(this)
|
.delay(0.3)
|
||||||
})
|
.call(() => {
|
||||||
.start()
|
FishNetManager.instance.destroyFishNet(this)
|
||||||
}
|
})
|
||||||
onDestroy() {
|
.start()
|
||||||
if (this.tween) {
|
}
|
||||||
this.tween.stop()
|
|
||||||
}
|
onDestroy() {
|
||||||
}
|
if (this.tween) this.tween.stop()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,67 +1,55 @@
|
|||||||
import { _decorator, Slider, Node, Canvas, instantiate, director } from 'cc'
|
import { Node, Slider, _decorator, instantiate } from 'cc'
|
||||||
const { ccclass, property } = _decorator
|
|
||||||
|
|
||||||
import EventManager from '../../script/engine/utils/EventManager'
|
|
||||||
import DialogBase from '../../script/engine/uicomponent/DialogBase'
|
import DialogBase from '../../script/engine/uicomponent/DialogBase'
|
||||||
import MusicPrefab from '../../script/engine/uicomponent/MusicPrefab'
|
import MusicPrefab from '../../script/engine/uicomponent/MusicPrefab'
|
||||||
import SoundPrefab from '../../script/engine/uicomponent/SoundPrefab'
|
import SoundPrefab from '../../script/engine/uicomponent/SoundPrefab'
|
||||||
|
import EventManager from '../../script/engine/utils/EventManager'
|
||||||
import PrefabLoader from '../../script/engine/utils/PrefabLoader'
|
import PrefabLoader from '../../script/engine/utils/PrefabLoader'
|
||||||
import { GameConfig } from '../../script/game/config/GameConfig'
|
import { GameConfig } from '../../script/game/config/GameConfig'
|
||||||
|
|
||||||
|
const { ccclass, property } = _decorator
|
||||||
|
|
||||||
@ccclass('FishSetting')
|
@ccclass('FishSetting')
|
||||||
export default class FishSetting extends DialogBase {
|
export default class FishSetting extends DialogBase {
|
||||||
@property({ type: Slider })
|
@property({ type: Slider })
|
||||||
private musicSlider: Slider | null = null
|
private musicSlider: Slider | null = null
|
||||||
@property({ type: Slider })
|
|
||||||
private soundSlider: Slider | null = null
|
|
||||||
|
|
||||||
onLoadMe() {
|
@property({ type: Slider })
|
||||||
EventManager.instance.addSliderEvent(
|
private soundSlider: Slider | null = null
|
||||||
this.node,
|
|
||||||
this.musicSlider.node,
|
|
||||||
'onMusicSlider',
|
|
||||||
0
|
|
||||||
)
|
|
||||||
EventManager.instance.addSliderEvent(
|
|
||||||
this.node,
|
|
||||||
this.soundSlider.node,
|
|
||||||
'onSoundSlider',
|
|
||||||
0
|
|
||||||
)
|
|
||||||
this.refresh()
|
|
||||||
}
|
|
||||||
|
|
||||||
private onMusicSlider(slider: Slider, customEventData) {
|
onLoadMe() {
|
||||||
let percent: number = Number(slider.progress.toFixed(3))
|
EventManager.instance.addSliderEvent(this.node, this.musicSlider.node, 'onMusicSlider', 0)
|
||||||
// let maxMoney: number = Math.max(UserInfoModel.userScore - 10, 0)
|
EventManager.instance.addSliderEvent(this.node, this.soundSlider.node, 'onSoundSlider', 0)
|
||||||
// this.nowExchangeNum = Math.floor(maxMoney * this.nowPercent);
|
this.refresh()
|
||||||
// this.refresh();
|
}
|
||||||
MusicPrefab.changeVolumn(percent)
|
|
||||||
this.refresh()
|
|
||||||
}
|
|
||||||
|
|
||||||
private onSoundSlider(slider: Slider, customEventData) {
|
// 音乐
|
||||||
let percent: number = Number(slider.progress.toFixed(3))
|
private onMusicSlider(slider: Slider, customEventData) {
|
||||||
SoundPrefab.changeVolumn(percent)
|
const percent: number = Number(slider.progress.toFixed(3))
|
||||||
this.refresh()
|
MusicPrefab.changeVolumn(percent)
|
||||||
}
|
this.refresh()
|
||||||
|
}
|
||||||
|
|
||||||
private refresh() {
|
// 声音
|
||||||
this.musicSlider.progress = MusicPrefab.musicVolumn
|
private onSoundSlider(slider: Slider, customEventData) {
|
||||||
this.soundSlider.progress = SoundPrefab.soundVolumn
|
const percent: number = Number(slider.progress.toFixed(3))
|
||||||
}
|
SoundPrefab.changeVolumn(percent)
|
||||||
|
this.refresh()
|
||||||
|
}
|
||||||
|
|
||||||
public static show(parentNode: Node = null) {
|
// 刷新音乐和声音
|
||||||
PrefabLoader.loadPrefab(
|
private refresh() {
|
||||||
GameConfig.GameName + '/' + 'game/dialog/FishSetting',
|
this.musicSlider.progress = MusicPrefab.musicVolumn
|
||||||
(loadedResource) => {
|
this.soundSlider.progress = SoundPrefab.soundVolumn
|
||||||
if (!parentNode) {
|
}
|
||||||
parentNode = DialogBase.GetRootCanvas()
|
|
||||||
}
|
public static show(parentNode: Node = null) {
|
||||||
let node: Node = instantiate(loadedResource)
|
PrefabLoader.loadPrefab(`${GameConfig.GameName}/game/dialog/FishSetting`, (loadedResource) => {
|
||||||
parentNode.addChild(node)
|
if (!parentNode) parentNode = DialogBase.GetRootCanvas()
|
||||||
node.setPosition(0, 0)
|
|
||||||
}
|
const node: Node = instantiate(loadedResource)
|
||||||
)
|
parentNode.addChild(node)
|
||||||
}
|
node.setPosition(0, 0)
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,106 +1,109 @@
|
|||||||
import {
|
import { Animation, Component, Label, Node, Tween, Vec2, Vec3, _decorator, find, tween } from 'cc'
|
||||||
_decorator,
|
|
||||||
Component,
|
import CannonManager from '../../script/game/manager/CannonManager'
|
||||||
Label,
|
import FishManager from '../../script/game/manager/FishManager'
|
||||||
Animation,
|
|
||||||
Node,
|
|
||||||
Vec2,
|
|
||||||
Tween,
|
|
||||||
tween,
|
|
||||||
Vec3,
|
|
||||||
} from 'cc'
|
|
||||||
const { ccclass, property } = _decorator
|
|
||||||
|
|
||||||
import FishSetting from './FishSetting'
|
import FishSetting from './FishSetting'
|
||||||
import FishManager from '../../script/game/manager/FishManager'
|
import WsManager from '../../script/game/manager/WsManager'
|
||||||
import CannonManager from '../../script/game/manager/CannonManager'
|
|
||||||
|
const { ccclass, property } = _decorator
|
||||||
|
|
||||||
@ccclass('FishUI')
|
@ccclass('FishUI')
|
||||||
export default class FishUI extends Component {
|
export default class FishUI extends Component {
|
||||||
public static instance: FishUI = null
|
public static instance: FishUI = null
|
||||||
@property({ type: Label })
|
@property({ type: Label })
|
||||||
private dzScore: Label | null = null
|
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
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
@property({ type: Label })
|
||||||
this.refreshScore()
|
private jfScore: Label | null = null
|
||||||
// setTimeout(()=>{
|
|
||||||
// this.playWaveEffect();
|
|
||||||
// }, 5000)
|
|
||||||
}
|
|
||||||
|
|
||||||
public playClickEffect(p: Vec2) {
|
@property({ type: Animation })
|
||||||
this._vec3Cache.x = p.x
|
private clickEffect: Animation | null = null
|
||||||
this._vec3Cache.y = p.y
|
|
||||||
this._vec3Cache.z = 0
|
|
||||||
this.clickEffect.node.setPosition(this._vec3Cache)
|
|
||||||
this.clickEffect.node.active = true
|
|
||||||
this.clickEffect.play()
|
|
||||||
}
|
|
||||||
|
|
||||||
public playWaveEffect() {
|
@property({ type: Node })
|
||||||
this.waveEffect.active = true
|
private waveEffect: Node | null = null
|
||||||
this.waveEffect.setPosition(1292.703, 0)
|
|
||||||
|
|
||||||
FishManager.instance.playFishMap()
|
// 豆子
|
||||||
tween(this.waveEffect)
|
public dz_score: number = 0
|
||||||
.to(2, { position: new Vec3(-1319.969, 0, 0) })
|
// 积分
|
||||||
.call(() => {
|
public jf_score: number = 0
|
||||||
this.waveEffect.active = false
|
private _vec3Cache: Vec3
|
||||||
FishManager.instance.startFishMap()
|
|
||||||
})
|
|
||||||
.start()
|
|
||||||
}
|
|
||||||
|
|
||||||
private onClickPre() {
|
onLoad() {
|
||||||
if (CannonManager.instance.cannonType > 1) {
|
FishUI.instance = this
|
||||||
CannonManager.instance.cannonType--
|
this._vec3Cache = new Vec3()
|
||||||
CannonManager.instance.refreshCannon()
|
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() {
|
start() {
|
||||||
if (CannonManager.instance.cannonType < 7) {
|
// this.refreshScore()
|
||||||
CannonManager.instance.cannonType++
|
}
|
||||||
CannonManager.instance.refreshCannon()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public refreshScore() {
|
public playClickEffect(p: Vec2) {
|
||||||
this.dzScore.string = this.dz_score + ''
|
this._vec3Cache.x = p.x
|
||||||
this.jfScore.string = this.jf_score + ''
|
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() {
|
public playWaveEffect() {
|
||||||
FishSetting.show()
|
this.waveEffect.active = true
|
||||||
}
|
this.waveEffect.setPosition(1292.703, 0)
|
||||||
|
|
||||||
onDestroy() {
|
FishManager.instance.playFishMap()
|
||||||
FishUI.instance = null
|
tween(this.waveEffect)
|
||||||
this.unscheduleAllCallbacks()
|
.to(2, { position: new Vec3(-1319.969, 0, 0) })
|
||||||
Tween.stopAllByTarget(this.node)
|
.call(() => {
|
||||||
//this.node.stopAllActions();
|
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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,4 @@
|
|||||||
import {
|
import { _decorator, ScrollView, Prefab, Node, instantiate, Label, Vec3, Animation } from 'cc'
|
||||||
_decorator,
|
|
||||||
ScrollView,
|
|
||||||
Prefab,
|
|
||||||
Node,
|
|
||||||
instantiate,
|
|
||||||
Label,
|
|
||||||
Vec3,
|
|
||||||
Animation,
|
|
||||||
} from 'cc'
|
|
||||||
const { ccclass, property } = _decorator
|
const { ccclass, property } = _decorator
|
||||||
|
|
||||||
import FishBase from './FishBase'
|
import FishBase from './FishBase'
|
||||||
@@ -21,70 +12,62 @@ import TimeHelper from '../../script/game/utils/TimeHelper'
|
|||||||
|
|
||||||
@ccclass('FishWiki')
|
@ccclass('FishWiki')
|
||||||
export default class FishWiki extends DialogBase {
|
export default class FishWiki extends DialogBase {
|
||||||
@property({ type: ScrollView })
|
@property({ type: ScrollView })
|
||||||
private scrollView: ScrollView | null = null
|
private scrollView: ScrollView | null = null
|
||||||
@property({ type: Prefab })
|
@property({ type: Prefab })
|
||||||
private wikiItemPrefab: Prefab | null = null
|
private wikiItemPrefab: Prefab | null = null
|
||||||
|
|
||||||
private _vec3Cache: Vec3
|
private _vec3Cache: Vec3
|
||||||
onLoadMe() {
|
onLoadMe() {
|
||||||
this._vec3Cache = new Vec3(1, 1, 1)
|
this._vec3Cache = new Vec3(1, 1, 1)
|
||||||
this.init()
|
this.init()
|
||||||
}
|
}
|
||||||
|
|
||||||
private init() {
|
private init() {
|
||||||
this.scrollView.content.removeAllChildren()
|
this.scrollView.content.removeAllChildren()
|
||||||
this.initOne(0)
|
this.initOne(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
private initOne(index: number) {
|
private initOne(index: number) {
|
||||||
if (index < FishConfig.config.length) {
|
if (index < FishConfig.config.length) {
|
||||||
let itemNode: Node = instantiate(this.wikiItemPrefab)
|
let itemNode: Node = instantiate(this.wikiItemPrefab)
|
||||||
|
|
||||||
this.scrollView.content.addChild(itemNode)
|
this.scrollView.content.addChild(itemNode)
|
||||||
let fishInfo: FishInfo = FishConfig.config[index]
|
let fishInfo: FishInfo = FishConfig.config[index]
|
||||||
let txtName: Label = itemNode
|
let txtName: Label = itemNode.getChildByName('txtName').getComponent(Label)
|
||||||
.getChildByName('txtName')
|
txtName.string = fishInfo.name
|
||||||
.getComponent(Label)
|
let txtLife: Label = itemNode.getChildByName('txtLife').getComponent(Label)
|
||||||
txtName.string = fishInfo.name
|
txtLife.string = '积分:' + fishInfo.blood + ''
|
||||||
let txtLife: Label = itemNode
|
let view: Node = itemNode.getChildByName('view')
|
||||||
.getChildByName('txtLife')
|
view.removeAllChildren()
|
||||||
.getComponent(Label)
|
|
||||||
txtLife.string = 'life:' + fishInfo.blood + ''
|
|
||||||
let view: Node = itemNode.getChildByName('view')
|
|
||||||
view.removeAllChildren()
|
|
||||||
|
|
||||||
let fish: FishBase = FishManager.instance.createFishByType(
|
let fish: FishBase = FishManager.instance.createFishByType(fishInfo.fishType)
|
||||||
fishInfo.fishType
|
view.addChild(fish.node)
|
||||||
)
|
fish.node.setPosition(0, 0)
|
||||||
view.addChild(fish.node)
|
|
||||||
fish.node.setPosition(0, 0)
|
|
||||||
|
|
||||||
//缩放有bug
|
//缩放有bug
|
||||||
//Vec3.multiplyScalar(this._vec3Cache, this._vec3Cache, fishInfo.wikiScale);
|
//Vec3.multiplyScalar(this._vec3Cache, this._vec3Cache, fishInfo.wikiScale);
|
||||||
//fish.node.setScale(this._vec3Cache);
|
//fish.node.setScale(this._vec3Cache);
|
||||||
|
|
||||||
//fish.node.getComponent(Animation).play(); //v3 当前帧 不能播放
|
//fish.node.getComponent(Animation).play(); //v3 当前帧 不能播放
|
||||||
TimeHelper.exeNextFrame(this.node, () =>
|
TimeHelper.exeNextFrame(this.node, () => fish.node.getComponent(Animation).play())
|
||||||
fish.node.getComponent(Animation).play()
|
this.scheduleOnce(() => {
|
||||||
)
|
this.initOne(index + 1)
|
||||||
this.scheduleOnce(() => {
|
}, 0.05)
|
||||||
this.initOne(index + 1)
|
}
|
||||||
}, 0.05)
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static show(parentNode: Node = null) {
|
public static show(parentNode: Node = null) {
|
||||||
PrefabLoader.loadPrefab(
|
PrefabLoader.loadPrefab(
|
||||||
GameConfig.GameName + '/' + 'game/dialog/FishWiki',
|
GameConfig.GameName + '/' + 'game/dialog/FishWiki',
|
||||||
(loadedResource) => {
|
(loadedResource) => {
|
||||||
if (!parentNode) {
|
if (!parentNode) {
|
||||||
parentNode = DialogBase.GetRootCanvas()
|
parentNode = DialogBase.GetRootCanvas()
|
||||||
}
|
}
|
||||||
let node: Node = instantiate(loadedResource)
|
let node: Node = instantiate(loadedResource)
|
||||||
parentNode.addChild(node)
|
parentNode.addChild(node)
|
||||||
node.setPosition(0, 0)
|
node.setPosition(0, 0)
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
assets/FishSingle/pictures/.DS_Store
vendored
Normal file
BIN
assets/FishSingle/pictures/haobuyu/.DS_Store
vendored
Normal file
BIN
assets/FishSingle/pictures/haobuyu/avatar.png
Executable file
|
After Width: | Height: | Size: 13 KiB |
134
assets/FishSingle/pictures/haobuyu/avatar.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/FishSingle/pictures/haobuyu/dz.png
Executable file
|
After Width: | Height: | Size: 3.8 KiB |
134
assets/FishSingle/pictures/haobuyu/dz.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/FishSingle/pictures/haobuyu/fillet.png
Executable file
|
After Width: | Height: | Size: 1.3 KiB |
137
assets/FishSingle/pictures/haobuyu/fillet.png.meta
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 287 KiB |
@@ -46,10 +46,10 @@
|
|||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 1920,
|
"width": 1334,
|
||||||
"height": 1080,
|
"height": 750,
|
||||||
"rawWidth": 1920,
|
"rawWidth": 1334,
|
||||||
"rawHeight": 1080,
|
"rawHeight": 750,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
@@ -64,17 +64,17 @@
|
|||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-960,
|
-667,
|
||||||
-540,
|
-375,
|
||||||
0,
|
0,
|
||||||
960,
|
667,
|
||||||
-540,
|
-375,
|
||||||
0,
|
0,
|
||||||
-960,
|
-667,
|
||||||
540,
|
375,
|
||||||
0,
|
0,
|
||||||
960,
|
667,
|
||||||
540,
|
375,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -87,12 +87,12 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
1080,
|
750,
|
||||||
1920,
|
1334,
|
||||||
1080,
|
750,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1920,
|
1334,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
@@ -106,13 +106,13 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-960,
|
-667,
|
||||||
-540,
|
-375,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
960,
|
667,
|
||||||
540,
|
375,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
assets/FishSingle/pictures/haobuyu/fishbg1.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 121 KiB |
@@ -2,7 +2,7 @@
|
|||||||
"ver": "1.0.26",
|
"ver": "1.0.26",
|
||||||
"importer": "image",
|
"importer": "image",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "66d28bb4-7926-457a-bfdd-352fbdff0612",
|
"uuid": "30514d45-db3b-4904-9e84-5269572856f6",
|
||||||
"files": [
|
"files": [
|
||||||
".jpg",
|
".jpg",
|
||||||
".json"
|
".json"
|
||||||
@@ -10,20 +10,20 @@
|
|||||||
"subMetas": {
|
"subMetas": {
|
||||||
"6c48a": {
|
"6c48a": {
|
||||||
"importer": "texture",
|
"importer": "texture",
|
||||||
"uuid": "66d28bb4-7926-457a-bfdd-352fbdff0612@6c48a",
|
"uuid": "30514d45-db3b-4904-9e84-5269572856f6@6c48a",
|
||||||
"displayName": "fishbg1",
|
"displayName": "fishbg1",
|
||||||
"id": "6c48a",
|
"id": "6c48a",
|
||||||
"name": "texture",
|
"name": "texture",
|
||||||
"userData": {
|
"userData": {
|
||||||
|
"wrapModeS": "clamp-to-edge",
|
||||||
|
"wrapModeT": "clamp-to-edge",
|
||||||
|
"imageUuidOrDatabaseUri": "30514d45-db3b-4904-9e84-5269572856f6",
|
||||||
|
"isUuid": true,
|
||||||
|
"visible": false,
|
||||||
"minfilter": "linear",
|
"minfilter": "linear",
|
||||||
"magfilter": "linear",
|
"magfilter": "linear",
|
||||||
"wrapModeT": "clamp-to-edge",
|
|
||||||
"wrapModeS": "clamp-to-edge",
|
|
||||||
"mipfilter": "none",
|
"mipfilter": "none",
|
||||||
"imageUuidOrDatabaseUri": "66d28bb4-7926-457a-bfdd-352fbdff0612",
|
"anisotropy": 0
|
||||||
"anisotropy": 0,
|
|
||||||
"isUuid": true,
|
|
||||||
"visible": false
|
|
||||||
},
|
},
|
||||||
"ver": "1.0.22",
|
"ver": "1.0.22",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"f9941": {
|
"f9941": {
|
||||||
"importer": "sprite-frame",
|
"importer": "sprite-frame",
|
||||||
"uuid": "66d28bb4-7926-457a-bfdd-352fbdff0612@f9941",
|
"uuid": "30514d45-db3b-4904-9e84-5269572856f6@f9941",
|
||||||
"displayName": "fishbg1",
|
"displayName": "fishbg1",
|
||||||
"id": "f9941",
|
"id": "f9941",
|
||||||
"name": "spriteFrame",
|
"name": "spriteFrame",
|
||||||
@@ -46,35 +46,32 @@
|
|||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 941,
|
"width": 1280,
|
||||||
"height": 529,
|
"height": 720,
|
||||||
"rawWidth": 941,
|
"rawWidth": 1280,
|
||||||
"rawHeight": 529,
|
"rawHeight": 720,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
"borderRight": 0,
|
"borderRight": 0,
|
||||||
"imageUuidOrDatabaseUri": "66d28bb4-7926-457a-bfdd-352fbdff0612@6c48a",
|
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"isUuid": true,
|
|
||||||
"atlasUuid": "",
|
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
"pivotY": 0.5,
|
"pivotY": 0.5,
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-470.5,
|
-640,
|
||||||
-264.5,
|
-360,
|
||||||
0,
|
0,
|
||||||
470.5,
|
640,
|
||||||
-264.5,
|
-360,
|
||||||
0,
|
0,
|
||||||
-470.5,
|
-640,
|
||||||
264.5,
|
360,
|
||||||
0,
|
0,
|
||||||
470.5,
|
640,
|
||||||
264.5,
|
360,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -87,12 +84,12 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
529,
|
720,
|
||||||
941,
|
1280,
|
||||||
529,
|
720,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
941,
|
1280,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
@@ -106,16 +103,19 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-470.5,
|
-640,
|
||||||
-264.5,
|
-360,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
470.5,
|
640,
|
||||||
264.5,
|
360,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"isUuid": true,
|
||||||
|
"imageUuidOrDatabaseUri": "30514d45-db3b-4904-9e84-5269572856f6@6c48a",
|
||||||
|
"atlasUuid": ""
|
||||||
},
|
},
|
||||||
"ver": "1.0.12",
|
"ver": "1.0.12",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
"userData": {
|
"userData": {
|
||||||
"type": "sprite-frame",
|
"type": "sprite-frame",
|
||||||
"hasAlpha": false,
|
"hasAlpha": false,
|
||||||
"redirect": "66d28bb4-7926-457a-bfdd-352fbdff0612@f9941",
|
"fixAlphaTransparencyArtifacts": false,
|
||||||
"fixAlphaTransparencyArtifacts": false
|
"redirect": "30514d45-db3b-4904-9e84-5269572856f6@f9941"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
assets/FishSingle/pictures/haobuyu/jf.png
Executable file
|
After Width: | Height: | Size: 2.7 KiB |
134
assets/FishSingle/pictures/haobuyu/jf.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/FishSingle/pictures/haobuyu/userbg.png
Executable file
|
After Width: | Height: | Size: 3.0 KiB |
134
assets/FishSingle/pictures/haobuyu/userbg.png.meta
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "8c67bc3f-c771-4a2a-aed9-f5a8a27f237d",
|
"uuid": "8c67bc3f-c771-4a2a-aed9-f5a8a27f237d",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,134 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.0.26",
|
"ver": "1.0.26",
|
||||||
"importer": "image",
|
"importer": "image",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
|
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
|
||||||
"files": [
|
"files": [
|
||||||
".json",
|
".json",
|
||||||
".png"
|
".png"
|
||||||
],
|
],
|
||||||
"subMetas": {
|
"subMetas": {
|
||||||
"6c48a": {
|
"6c48a": {
|
||||||
"importer": "texture",
|
"importer": "texture",
|
||||||
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
|
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
|
||||||
"displayName": "btnclose",
|
"displayName": "btnclose",
|
||||||
"id": "6c48a",
|
"id": "6c48a",
|
||||||
"name": "texture",
|
"name": "texture",
|
||||||
"userData": {
|
"userData": {
|
||||||
"minfilter": "linear",
|
"minfilter": "linear",
|
||||||
"magfilter": "linear",
|
"magfilter": "linear",
|
||||||
"wrapModeT": "clamp-to-edge",
|
"wrapModeT": "clamp-to-edge",
|
||||||
"wrapModeS": "clamp-to-edge",
|
"wrapModeS": "clamp-to-edge",
|
||||||
"mipfilter": "none",
|
"mipfilter": "none",
|
||||||
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
|
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3",
|
||||||
"anisotropy": 0,
|
"anisotropy": 0,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"ver": "1.0.22",
|
"ver": "1.0.22",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
},
|
},
|
||||||
"f9941": {
|
"f9941": {
|
||||||
"importer": "sprite-frame",
|
"importer": "sprite-frame",
|
||||||
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
|
"uuid": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
|
||||||
"displayName": "btnclose",
|
"displayName": "btnclose",
|
||||||
"id": "f9941",
|
"id": "f9941",
|
||||||
"name": "spriteFrame",
|
"name": "spriteFrame",
|
||||||
"userData": {
|
"userData": {
|
||||||
"trimType": "auto",
|
"trimType": "auto",
|
||||||
"trimThreshold": 1,
|
"trimThreshold": 1,
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 57,
|
"width": 57,
|
||||||
"height": 57,
|
"height": 57,
|
||||||
"rawWidth": 57,
|
"rawWidth": 57,
|
||||||
"rawHeight": 57,
|
"rawHeight": 57,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
"borderRight": 0,
|
"borderRight": 0,
|
||||||
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
|
"imageUuidOrDatabaseUri": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@6c48a",
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"atlasUuid": "",
|
"atlasUuid": "",
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
"pivotY": 0.5,
|
"pivotY": 0.5,
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-28.5,
|
-28.5,
|
||||||
-28.5,
|
-28.5,
|
||||||
0,
|
0,
|
||||||
28.5,
|
28.5,
|
||||||
-28.5,
|
-28.5,
|
||||||
0,
|
0,
|
||||||
-28.5,
|
-28.5,
|
||||||
28.5,
|
28.5,
|
||||||
0,
|
0,
|
||||||
28.5,
|
28.5,
|
||||||
28.5,
|
28.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
3
|
3
|
||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
57,
|
57,
|
||||||
57,
|
57,
|
||||||
57,
|
57,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
57,
|
57,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-28.5,
|
-28.5,
|
||||||
-28.5,
|
-28.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
28.5,
|
28.5,
|
||||||
28.5,
|
28.5,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ver": "1.0.12",
|
"ver": "1.0.12",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"userData": {
|
"userData": {
|
||||||
"type": "sprite-frame",
|
"type": "sprite-frame",
|
||||||
"hasAlpha": true,
|
"hasAlpha": true,
|
||||||
"redirect": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
|
"redirect": "6505b0fe-fec0-403f-8cfb-7d06a1b66db3@f9941",
|
||||||
"fixAlphaTransparencyArtifacts": false
|
"fixAlphaTransparencyArtifacts": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,134 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.0.26",
|
"ver": "1.0.26",
|
||||||
"importer": "image",
|
"importer": "image",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
|
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
|
||||||
"files": [
|
"files": [
|
||||||
".json",
|
".json",
|
||||||
".png"
|
".png"
|
||||||
],
|
],
|
||||||
"subMetas": {
|
"subMetas": {
|
||||||
"6c48a": {
|
"6c48a": {
|
||||||
"importer": "texture",
|
"importer": "texture",
|
||||||
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
|
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
|
||||||
"displayName": "loadingicon",
|
"displayName": "loadingicon",
|
||||||
"id": "6c48a",
|
"id": "6c48a",
|
||||||
"name": "texture",
|
"name": "texture",
|
||||||
"userData": {
|
"userData": {
|
||||||
"minfilter": "linear",
|
"minfilter": "linear",
|
||||||
"magfilter": "linear",
|
"magfilter": "linear",
|
||||||
"wrapModeT": "clamp-to-edge",
|
"wrapModeT": "clamp-to-edge",
|
||||||
"wrapModeS": "clamp-to-edge",
|
"wrapModeS": "clamp-to-edge",
|
||||||
"mipfilter": "none",
|
"mipfilter": "none",
|
||||||
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
|
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d",
|
||||||
"anisotropy": 0,
|
"anisotropy": 0,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"ver": "1.0.22",
|
"ver": "1.0.22",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
},
|
},
|
||||||
"f9941": {
|
"f9941": {
|
||||||
"importer": "sprite-frame",
|
"importer": "sprite-frame",
|
||||||
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
|
"uuid": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
|
||||||
"displayName": "loadingicon",
|
"displayName": "loadingicon",
|
||||||
"id": "f9941",
|
"id": "f9941",
|
||||||
"name": "spriteFrame",
|
"name": "spriteFrame",
|
||||||
"userData": {
|
"userData": {
|
||||||
"trimType": "auto",
|
"trimType": "auto",
|
||||||
"trimThreshold": 1,
|
"trimThreshold": 1,
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 1.5,
|
"offsetY": 1.5,
|
||||||
"trimX": 59,
|
"trimX": 59,
|
||||||
"trimY": 58,
|
"trimY": 58,
|
||||||
"width": 242,
|
"width": 242,
|
||||||
"height": 241,
|
"height": 241,
|
||||||
"rawWidth": 360,
|
"rawWidth": 360,
|
||||||
"rawHeight": 360,
|
"rawHeight": 360,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
"borderRight": 0,
|
"borderRight": 0,
|
||||||
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
|
"imageUuidOrDatabaseUri": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@6c48a",
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"atlasUuid": "",
|
"atlasUuid": "",
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
"pivotY": 0.5,
|
"pivotY": 0.5,
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-121,
|
-121,
|
||||||
-120.5,
|
-120.5,
|
||||||
0,
|
0,
|
||||||
121,
|
121,
|
||||||
-120.5,
|
-120.5,
|
||||||
0,
|
0,
|
||||||
-121,
|
-121,
|
||||||
120.5,
|
120.5,
|
||||||
0,
|
0,
|
||||||
121,
|
121,
|
||||||
120.5,
|
120.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
3
|
3
|
||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
59,
|
59,
|
||||||
302,
|
302,
|
||||||
301,
|
301,
|
||||||
302,
|
302,
|
||||||
59,
|
59,
|
||||||
61,
|
61,
|
||||||
301,
|
301,
|
||||||
61
|
61
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
0.1638888888888889,
|
0.1638888888888889,
|
||||||
0.16944444444444445,
|
0.16944444444444445,
|
||||||
0.8361111111111111,
|
0.8361111111111111,
|
||||||
0.16944444444444445,
|
0.16944444444444445,
|
||||||
0.1638888888888889,
|
0.1638888888888889,
|
||||||
0.8388888888888889,
|
0.8388888888888889,
|
||||||
0.8361111111111111,
|
0.8361111111111111,
|
||||||
0.8388888888888889
|
0.8388888888888889
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-121,
|
-121,
|
||||||
-120.5,
|
-120.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
121,
|
121,
|
||||||
120.5,
|
120.5,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ver": "1.0.12",
|
"ver": "1.0.12",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"userData": {
|
"userData": {
|
||||||
"type": "sprite-frame",
|
"type": "sprite-frame",
|
||||||
"hasAlpha": true,
|
"hasAlpha": true,
|
||||||
"redirect": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
|
"redirect": "4f24361b-88e7-43c8-9824-9b4e1ff3224d@f9941",
|
||||||
"fixAlphaTransparencyArtifacts": false
|
"fixAlphaTransparencyArtifacts": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,134 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.0.26",
|
"ver": "1.0.26",
|
||||||
"importer": "image",
|
"importer": "image",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
|
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
|
||||||
"files": [
|
"files": [
|
||||||
".json",
|
".json",
|
||||||
".png"
|
".png"
|
||||||
],
|
],
|
||||||
"subMetas": {
|
"subMetas": {
|
||||||
"6c48a": {
|
"6c48a": {
|
||||||
"importer": "texture",
|
"importer": "texture",
|
||||||
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
|
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
|
||||||
"displayName": "progressbar",
|
"displayName": "progressbar",
|
||||||
"id": "6c48a",
|
"id": "6c48a",
|
||||||
"name": "texture",
|
"name": "texture",
|
||||||
"userData": {
|
"userData": {
|
||||||
"minfilter": "linear",
|
"minfilter": "linear",
|
||||||
"magfilter": "linear",
|
"magfilter": "linear",
|
||||||
"wrapModeT": "clamp-to-edge",
|
"wrapModeT": "clamp-to-edge",
|
||||||
"wrapModeS": "clamp-to-edge",
|
"wrapModeS": "clamp-to-edge",
|
||||||
"mipfilter": "none",
|
"mipfilter": "none",
|
||||||
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
|
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1",
|
||||||
"anisotropy": 0,
|
"anisotropy": 0,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"ver": "1.0.22",
|
"ver": "1.0.22",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
},
|
},
|
||||||
"f9941": {
|
"f9941": {
|
||||||
"importer": "sprite-frame",
|
"importer": "sprite-frame",
|
||||||
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
|
"uuid": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
|
||||||
"displayName": "progressbar",
|
"displayName": "progressbar",
|
||||||
"id": "f9941",
|
"id": "f9941",
|
||||||
"name": "spriteFrame",
|
"name": "spriteFrame",
|
||||||
"userData": {
|
"userData": {
|
||||||
"trimType": "auto",
|
"trimType": "auto",
|
||||||
"trimThreshold": 1,
|
"trimThreshold": 1,
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 3,
|
"trimX": 3,
|
||||||
"trimY": 2,
|
"trimY": 2,
|
||||||
"width": 850,
|
"width": 850,
|
||||||
"height": 20,
|
"height": 20,
|
||||||
"rawWidth": 856,
|
"rawWidth": 856,
|
||||||
"rawHeight": 24,
|
"rawHeight": 24,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 22,
|
"borderLeft": 22,
|
||||||
"borderRight": 36,
|
"borderRight": 36,
|
||||||
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
|
"imageUuidOrDatabaseUri": "2873a640-2652-44bc-9cf2-e74e7499dbf1@6c48a",
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"atlasUuid": "",
|
"atlasUuid": "",
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
"pivotY": 0.5,
|
"pivotY": 0.5,
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-425,
|
-425,
|
||||||
-10,
|
-10,
|
||||||
0,
|
0,
|
||||||
425,
|
425,
|
||||||
-10,
|
-10,
|
||||||
0,
|
0,
|
||||||
-425,
|
-425,
|
||||||
10,
|
10,
|
||||||
0,
|
0,
|
||||||
425,
|
425,
|
||||||
10,
|
10,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
3
|
3
|
||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
3,
|
3,
|
||||||
22,
|
22,
|
||||||
853,
|
853,
|
||||||
22,
|
22,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
853,
|
853,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
0.0035046728971962616,
|
0.0035046728971962616,
|
||||||
0.08333333333333333,
|
0.08333333333333333,
|
||||||
0.9964953271028038,
|
0.9964953271028038,
|
||||||
0.08333333333333333,
|
0.08333333333333333,
|
||||||
0.0035046728971962616,
|
0.0035046728971962616,
|
||||||
0.9166666666666666,
|
0.9166666666666666,
|
||||||
0.9964953271028038,
|
0.9964953271028038,
|
||||||
0.9166666666666666
|
0.9166666666666666
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-425,
|
-425,
|
||||||
-10,
|
-10,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
425,
|
425,
|
||||||
10,
|
10,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ver": "1.0.12",
|
"ver": "1.0.12",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"userData": {
|
"userData": {
|
||||||
"type": "sprite-frame",
|
"type": "sprite-frame",
|
||||||
"hasAlpha": true,
|
"hasAlpha": true,
|
||||||
"redirect": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
|
"redirect": "2873a640-2652-44bc-9cf2-e74e7499dbf1@f9941",
|
||||||
"fixAlphaTransparencyArtifacts": false
|
"fixAlphaTransparencyArtifacts": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,134 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.0.26",
|
"ver": "1.0.26",
|
||||||
"importer": "image",
|
"importer": "image",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "74d83879-8162-4333-b05a-9773f866baf7",
|
"uuid": "74d83879-8162-4333-b05a-9773f866baf7",
|
||||||
"files": [
|
"files": [
|
||||||
".json",
|
".json",
|
||||||
".png"
|
".png"
|
||||||
],
|
],
|
||||||
"subMetas": {
|
"subMetas": {
|
||||||
"6c48a": {
|
"6c48a": {
|
||||||
"importer": "texture",
|
"importer": "texture",
|
||||||
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
|
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
|
||||||
"displayName": "progressbg",
|
"displayName": "progressbg",
|
||||||
"id": "6c48a",
|
"id": "6c48a",
|
||||||
"name": "texture",
|
"name": "texture",
|
||||||
"userData": {
|
"userData": {
|
||||||
"minfilter": "linear",
|
"minfilter": "linear",
|
||||||
"magfilter": "linear",
|
"magfilter": "linear",
|
||||||
"wrapModeT": "clamp-to-edge",
|
"wrapModeT": "clamp-to-edge",
|
||||||
"wrapModeS": "clamp-to-edge",
|
"wrapModeS": "clamp-to-edge",
|
||||||
"mipfilter": "none",
|
"mipfilter": "none",
|
||||||
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7",
|
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7",
|
||||||
"anisotropy": 0,
|
"anisotropy": 0,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"ver": "1.0.22",
|
"ver": "1.0.22",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
},
|
},
|
||||||
"f9941": {
|
"f9941": {
|
||||||
"importer": "sprite-frame",
|
"importer": "sprite-frame",
|
||||||
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
|
"uuid": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
|
||||||
"displayName": "progressbg",
|
"displayName": "progressbg",
|
||||||
"id": "f9941",
|
"id": "f9941",
|
||||||
"name": "spriteFrame",
|
"name": "spriteFrame",
|
||||||
"userData": {
|
"userData": {
|
||||||
"trimType": "auto",
|
"trimType": "auto",
|
||||||
"trimThreshold": 1,
|
"trimThreshold": 1,
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 856,
|
"width": 856,
|
||||||
"height": 24,
|
"height": 24,
|
||||||
"rawWidth": 856,
|
"rawWidth": 856,
|
||||||
"rawHeight": 24,
|
"rawHeight": 24,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 31,
|
"borderLeft": 31,
|
||||||
"borderRight": 28,
|
"borderRight": 28,
|
||||||
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
|
"imageUuidOrDatabaseUri": "74d83879-8162-4333-b05a-9773f866baf7@6c48a",
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"atlasUuid": "",
|
"atlasUuid": "",
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
"pivotY": 0.5,
|
"pivotY": 0.5,
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-428,
|
-428,
|
||||||
-12,
|
-12,
|
||||||
0,
|
0,
|
||||||
428,
|
428,
|
||||||
-12,
|
-12,
|
||||||
0,
|
0,
|
||||||
-428,
|
-428,
|
||||||
12,
|
12,
|
||||||
0,
|
0,
|
||||||
428,
|
428,
|
||||||
12,
|
12,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
3
|
3
|
||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
24,
|
24,
|
||||||
856,
|
856,
|
||||||
24,
|
24,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
856,
|
856,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-428,
|
-428,
|
||||||
-12,
|
-12,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
428,
|
428,
|
||||||
12,
|
12,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ver": "1.0.12",
|
"ver": "1.0.12",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"userData": {
|
"userData": {
|
||||||
"type": "sprite-frame",
|
"type": "sprite-frame",
|
||||||
"hasAlpha": true,
|
"hasAlpha": true,
|
||||||
"redirect": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
|
"redirect": "74d83879-8162-4333-b05a-9773f866baf7@f9941",
|
||||||
"fixAlphaTransparencyArtifacts": false
|
"fixAlphaTransparencyArtifacts": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,134 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.0.26",
|
"ver": "1.0.26",
|
||||||
"importer": "image",
|
"importer": "image",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748",
|
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748",
|
||||||
"files": [
|
"files": [
|
||||||
".json",
|
".json",
|
||||||
".png"
|
".png"
|
||||||
],
|
],
|
||||||
"subMetas": {
|
"subMetas": {
|
||||||
"6c48a": {
|
"6c48a": {
|
||||||
"importer": "texture",
|
"importer": "texture",
|
||||||
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
|
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
|
||||||
"displayName": "tipsbg",
|
"displayName": "tipsbg",
|
||||||
"id": "6c48a",
|
"id": "6c48a",
|
||||||
"name": "texture",
|
"name": "texture",
|
||||||
"userData": {
|
"userData": {
|
||||||
"minfilter": "linear",
|
"minfilter": "linear",
|
||||||
"magfilter": "linear",
|
"magfilter": "linear",
|
||||||
"wrapModeT": "clamp-to-edge",
|
"wrapModeT": "clamp-to-edge",
|
||||||
"wrapModeS": "clamp-to-edge",
|
"wrapModeS": "clamp-to-edge",
|
||||||
"mipfilter": "none",
|
"mipfilter": "none",
|
||||||
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748",
|
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748",
|
||||||
"anisotropy": 0,
|
"anisotropy": 0,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"ver": "1.0.22",
|
"ver": "1.0.22",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
},
|
},
|
||||||
"f9941": {
|
"f9941": {
|
||||||
"importer": "sprite-frame",
|
"importer": "sprite-frame",
|
||||||
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
|
"uuid": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
|
||||||
"displayName": "tipsbg",
|
"displayName": "tipsbg",
|
||||||
"id": "f9941",
|
"id": "f9941",
|
||||||
"name": "spriteFrame",
|
"name": "spriteFrame",
|
||||||
"userData": {
|
"userData": {
|
||||||
"trimType": "auto",
|
"trimType": "auto",
|
||||||
"trimThreshold": 1,
|
"trimThreshold": 1,
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 16,
|
"trimX": 16,
|
||||||
"trimY": 1,
|
"trimY": 1,
|
||||||
"width": 68,
|
"width": 68,
|
||||||
"height": 18,
|
"height": 18,
|
||||||
"rawWidth": 100,
|
"rawWidth": 100,
|
||||||
"rawHeight": 20,
|
"rawHeight": 20,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
"borderRight": 0,
|
"borderRight": 0,
|
||||||
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
|
"imageUuidOrDatabaseUri": "3832782c-3213-48e7-954d-7a4faba8c748@6c48a",
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"atlasUuid": "",
|
"atlasUuid": "",
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
"pivotY": 0.5,
|
"pivotY": 0.5,
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-34,
|
-34,
|
||||||
-9,
|
-9,
|
||||||
0,
|
0,
|
||||||
34,
|
34,
|
||||||
-9,
|
-9,
|
||||||
0,
|
0,
|
||||||
-34,
|
-34,
|
||||||
9,
|
9,
|
||||||
0,
|
0,
|
||||||
34,
|
34,
|
||||||
9,
|
9,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
3
|
3
|
||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
16,
|
16,
|
||||||
19,
|
19,
|
||||||
84,
|
84,
|
||||||
19,
|
19,
|
||||||
16,
|
16,
|
||||||
1,
|
1,
|
||||||
84,
|
84,
|
||||||
1
|
1
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
0.16,
|
0.16,
|
||||||
0.05,
|
0.05,
|
||||||
0.84,
|
0.84,
|
||||||
0.05,
|
0.05,
|
||||||
0.16,
|
0.16,
|
||||||
0.95,
|
0.95,
|
||||||
0.84,
|
0.84,
|
||||||
0.95
|
0.95
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-34,
|
-34,
|
||||||
-9,
|
-9,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
34,
|
34,
|
||||||
9,
|
9,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ver": "1.0.12",
|
"ver": "1.0.12",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"userData": {
|
"userData": {
|
||||||
"type": "sprite-frame",
|
"type": "sprite-frame",
|
||||||
"hasAlpha": true,
|
"hasAlpha": true,
|
||||||
"redirect": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
|
"redirect": "3832782c-3213-48e7-954d-7a4faba8c748@f9941",
|
||||||
"fixAlphaTransparencyArtifacts": false
|
"fixAlphaTransparencyArtifacts": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,134 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.0.26",
|
"ver": "1.0.26",
|
||||||
"importer": "image",
|
"importer": "image",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
|
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
|
||||||
"files": [
|
"files": [
|
||||||
".json",
|
".json",
|
||||||
".png"
|
".png"
|
||||||
],
|
],
|
||||||
"subMetas": {
|
"subMetas": {
|
||||||
"6c48a": {
|
"6c48a": {
|
||||||
"importer": "texture",
|
"importer": "texture",
|
||||||
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
|
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
|
||||||
"displayName": "weihutips",
|
"displayName": "weihutips",
|
||||||
"id": "6c48a",
|
"id": "6c48a",
|
||||||
"name": "texture",
|
"name": "texture",
|
||||||
"userData": {
|
"userData": {
|
||||||
"minfilter": "linear",
|
"minfilter": "linear",
|
||||||
"magfilter": "linear",
|
"magfilter": "linear",
|
||||||
"wrapModeT": "clamp-to-edge",
|
"wrapModeT": "clamp-to-edge",
|
||||||
"wrapModeS": "clamp-to-edge",
|
"wrapModeS": "clamp-to-edge",
|
||||||
"mipfilter": "none",
|
"mipfilter": "none",
|
||||||
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
|
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200",
|
||||||
"anisotropy": 0,
|
"anisotropy": 0,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"ver": "1.0.22",
|
"ver": "1.0.22",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
},
|
},
|
||||||
"f9941": {
|
"f9941": {
|
||||||
"importer": "sprite-frame",
|
"importer": "sprite-frame",
|
||||||
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
|
"uuid": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
|
||||||
"displayName": "weihutips",
|
"displayName": "weihutips",
|
||||||
"id": "f9941",
|
"id": "f9941",
|
||||||
"name": "spriteFrame",
|
"name": "spriteFrame",
|
||||||
"userData": {
|
"userData": {
|
||||||
"trimType": "auto",
|
"trimType": "auto",
|
||||||
"trimThreshold": 1,
|
"trimThreshold": 1,
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 52,
|
"width": 52,
|
||||||
"height": 52,
|
"height": 52,
|
||||||
"rawWidth": 52,
|
"rawWidth": 52,
|
||||||
"rawHeight": 52,
|
"rawHeight": 52,
|
||||||
"borderTop": 24,
|
"borderTop": 24,
|
||||||
"borderBottom": 24,
|
"borderBottom": 24,
|
||||||
"borderLeft": 24,
|
"borderLeft": 24,
|
||||||
"borderRight": 24,
|
"borderRight": 24,
|
||||||
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
|
"imageUuidOrDatabaseUri": "d6d8e25e-7ddd-482c-b801-9c96b777c200@6c48a",
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"isUuid": true,
|
"isUuid": true,
|
||||||
"atlasUuid": "",
|
"atlasUuid": "",
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
"pivotY": 0.5,
|
"pivotY": 0.5,
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-26,
|
-26,
|
||||||
-26,
|
-26,
|
||||||
0,
|
0,
|
||||||
26,
|
26,
|
||||||
-26,
|
-26,
|
||||||
0,
|
0,
|
||||||
-26,
|
-26,
|
||||||
26,
|
26,
|
||||||
0,
|
0,
|
||||||
26,
|
26,
|
||||||
26,
|
26,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
3
|
3
|
||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
52,
|
52,
|
||||||
52,
|
52,
|
||||||
52,
|
52,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
52,
|
52,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-26,
|
-26,
|
||||||
-26,
|
-26,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
26,
|
26,
|
||||||
26,
|
26,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ver": "1.0.12",
|
"ver": "1.0.12",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {}
|
"subMetas": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"userData": {
|
"userData": {
|
||||||
"type": "sprite-frame",
|
"type": "sprite-frame",
|
||||||
"hasAlpha": true,
|
"hasAlpha": true,
|
||||||
"redirect": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
|
"redirect": "d6d8e25e-7ddd-482c-b801-9c96b777c200@f9941",
|
||||||
"fixAlphaTransparencyArtifacts": false
|
"fixAlphaTransparencyArtifacts": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "70b910ca-b87d-4278-9655-44e7d8081ece",
|
"uuid": "70b910ca-b87d-4278-9655-44e7d8081ece",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.1.50",
|
"ver": "1.1.50",
|
||||||
"importer": "prefab",
|
"importer": "prefab",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "dab2a5cf-b505-4ac7-9513-7b512b9450bf",
|
"uuid": "dab2a5cf-b505-4ac7-9513-7b512b9450bf",
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"syncNodeName": "ProgressPrefab"
|
"syncNodeName": "ProgressPrefab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "c8a17a26-1000-4175-ba1a-4e73204b652c",
|
"uuid": "c8a17a26-1000-4175-ba1a-4e73204b652c",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "4b615b43-bedb-4b3b-9958-8939a4d446d1",
|
"uuid": "4b615b43-bedb-4b3b-9958-8939a4d446d1",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.1.50",
|
"ver": "1.1.50",
|
||||||
"importer": "prefab",
|
"importer": "prefab",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "2fdbeee9-cb7d-44ab-9ce7-f73b19d0f4fc",
|
"uuid": "2fdbeee9-cb7d-44ab-9ce7-f73b19d0f4fc",
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"syncNodeName": "FishWikiItem"
|
"syncNodeName": "FishWikiItem"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "90f06d6d-eb00-41cc-8c68-7e27d67312c5",
|
"uuid": "90f06d6d-eb00-41cc-8c68-7e27d67312c5",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,365 +1,363 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"__type__": "cc.Prefab",
|
"__type__": "cc.Prefab",
|
||||||
"_name": "ScorePrefab",
|
"_name": "ScorePrefab",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"_native": "",
|
"_native": "",
|
||||||
"data": {
|
"data": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"optimizationPolicy": 0,
|
"optimizationPolicy": 0,
|
||||||
"asyncLoadAssets": false,
|
"asyncLoadAssets": false,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"persistent": false
|
"persistent": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "ScorePrefab",
|
"_name": "ScorePrefab",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"_parent": null,
|
"_parent": null,
|
||||||
"_children": [
|
"_children": [
|
||||||
{
|
{
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 14
|
"__id__": 14
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 16
|
"__id__": 16
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 18
|
"__id__": 18
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": {
|
"_prefab": {
|
||||||
"__id__": 20
|
"__id__": 20
|
||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_lrot": {
|
"_lrot": {
|
||||||
"__type__": "cc.Quat",
|
"__type__": "cc.Quat",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0,
|
"z": 0,
|
||||||
"w": 1
|
"w": 1
|
||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 1,
|
||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
"_skewX": 0,
|
||||||
"_skewY": 0,
|
"_skewY": 0,
|
||||||
"_is3DNode": false,
|
"_is3DNode": false,
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Node",
|
"__type__": "cc.Node",
|
||||||
"_name": "txtScore",
|
"_name": "txtScore",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 3
|
"__id__": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 5
|
"__id__": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 7
|
"__id__": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 9
|
"__id__": 9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 11
|
"__id__": 11
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": {
|
"_prefab": {
|
||||||
"__id__": 13
|
"__id__": 13
|
||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_lrot": {
|
"_lrot": {
|
||||||
"__type__": "cc.Quat",
|
"__type__": "cc.Quat",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0,
|
"z": 0,
|
||||||
"w": 1
|
"w": 1
|
||||||
},
|
},
|
||||||
"_lscale": {
|
"_lscale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 1,
|
"x": 1,
|
||||||
"y": 1,
|
"y": 1,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
"_layer": 1,
|
"_layer": 1,
|
||||||
"_euler": {
|
"_euler": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_skewX": 0,
|
"_skewX": 0,
|
||||||
"_skewY": 0,
|
"_skewY": 0,
|
||||||
"_is3DNode": false,
|
"_is3DNode": false,
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.Label",
|
"__type__": "cc.Label",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 2
|
"__id__": 2
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 4
|
"__id__": 4
|
||||||
},
|
},
|
||||||
"_customMaterial": {
|
"_customMaterial": {
|
||||||
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
"__uuid__": "fda095cb-831d-4601-ad94-846013963de8"
|
||||||
},
|
},
|
||||||
"_visFlags": 0,
|
"_visFlags": 0,
|
||||||
"_srcBlendFactor": 2,
|
"_srcBlendFactor": 2,
|
||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
"__type__": "cc.Color",
|
"__type__": "cc.Color",
|
||||||
"r": 255,
|
"r": 255,
|
||||||
"g": 82,
|
"g": 82,
|
||||||
"b": 0,
|
"b": 0,
|
||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_useOriginalSize": false,
|
"_useOriginalSize": false,
|
||||||
"_string": "100",
|
"_string": "100",
|
||||||
"_horizontalAlign": 1,
|
"_horizontalAlign": 1,
|
||||||
"_verticalAlign": 1,
|
"_verticalAlign": 1,
|
||||||
"_actualFontSize": 0,
|
"_actualFontSize": 0,
|
||||||
"_fontSize": 40,
|
"_fontSize": 40,
|
||||||
"_fontFamily": "Arial",
|
"_fontFamily": "Arial",
|
||||||
"_lineHeight": 40,
|
"_lineHeight": 40,
|
||||||
"_overflow": 0,
|
"_overflow": 0,
|
||||||
"_enableWrapText": true,
|
"_enableWrapText": true,
|
||||||
"_font": null,
|
"_font": null,
|
||||||
"_isSystemFontUsed": true,
|
"_isSystemFontUsed": true,
|
||||||
"_isItalic": false,
|
"_isItalic": false,
|
||||||
"_isBold": false,
|
"_isBold": false,
|
||||||
"_isUnderline": false,
|
"_isUnderline": false,
|
||||||
"_underlineHeight": 0,
|
"_underlineHeight": 0,
|
||||||
"_cacheMode": 0,
|
"_cacheMode": 0,
|
||||||
"_spacingX": 0,
|
"_spacingX": 0,
|
||||||
"_batchAsBitmap": false,
|
"_batchAsBitmap": false,
|
||||||
"_id": "",
|
"_id": "",
|
||||||
"_enableOutline": true,
|
"_enableOutline": true,
|
||||||
"_outlineWidth": 2,
|
"_outlineColor": {
|
||||||
"_outlineColor": {
|
"__type__": "cc.Color",
|
||||||
"__type__": "cc.Color",
|
"r": 0,
|
||||||
"r": 255,
|
"g": 0,
|
||||||
"g": 255,
|
"b": 0,
|
||||||
"b": 255,
|
"a": 255
|
||||||
"a": 255
|
},
|
||||||
},
|
"_enableShadow": true,
|
||||||
"_enableShadow": true,
|
"_shadowOffset": {
|
||||||
"_shadowBlur": 2,
|
"__type__": "cc.Vec2",
|
||||||
"_shadowOffset": {
|
"x": 2,
|
||||||
"__type__": "cc.Vec2",
|
"y": 2
|
||||||
"x": 2,
|
},
|
||||||
"y": 2
|
"_shadowColor": {
|
||||||
},
|
"__type__": "cc.Color",
|
||||||
"_shadowColor": {
|
"r": 0,
|
||||||
"__type__": "cc.Color",
|
"g": 0,
|
||||||
"r": 250,
|
"b": 0,
|
||||||
"g": 250,
|
"a": 255
|
||||||
"b": 250,
|
}
|
||||||
"a": 255
|
},
|
||||||
}
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "daaGzagltLmYPlAm/pJwV8"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "daaGzagltLmYPlAm/pJwV8"
|
{
|
||||||
},
|
"__type__": "cc.LabelOutline",
|
||||||
{
|
"_name": "",
|
||||||
"__type__": "cc.LabelOutline",
|
"_objFlags": 0,
|
||||||
"_name": "",
|
"node": {
|
||||||
"_objFlags": 0,
|
"__id__": 2
|
||||||
"node": {
|
},
|
||||||
"__id__": 2
|
"_enabled": true,
|
||||||
},
|
"__prefab": {
|
||||||
"_enabled": true,
|
"__id__": 6
|
||||||
"__prefab": {
|
},
|
||||||
"__id__": 6
|
"_id": ""
|
||||||
},
|
},
|
||||||
"_id": ""
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "d7zHQDdWFHRZVq/DT+WHoY"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "d7zHQDdWFHRZVq/DT+WHoY"
|
{
|
||||||
},
|
"__type__": "cc.LabelShadow",
|
||||||
{
|
"_name": "",
|
||||||
"__type__": "cc.LabelShadow",
|
"_objFlags": 0,
|
||||||
"_name": "",
|
"node": {
|
||||||
"_objFlags": 0,
|
"__id__": 2
|
||||||
"node": {
|
},
|
||||||
"__id__": 2
|
"_enabled": true,
|
||||||
},
|
"__prefab": {
|
||||||
"_enabled": true,
|
"__id__": 8
|
||||||
"__prefab": {
|
},
|
||||||
"__id__": 8
|
"_id": ""
|
||||||
},
|
},
|
||||||
"_id": ""
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "44iuI1yMdC/5FtjKBKlVsi"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "44iuI1yMdC/5FtjKBKlVsi"
|
{
|
||||||
},
|
"__type__": "cc.UIOpacity",
|
||||||
{
|
"_name": "",
|
||||||
"__type__": "cc.UIOpacity",
|
"_objFlags": 0,
|
||||||
"_name": "",
|
"node": {
|
||||||
"_objFlags": 0,
|
"__id__": 2
|
||||||
"node": {
|
},
|
||||||
"__id__": 2
|
"_enabled": true,
|
||||||
},
|
"__prefab": {
|
||||||
"_enabled": true,
|
"__id__": 10
|
||||||
"__prefab": {
|
},
|
||||||
"__id__": 10
|
"_opacity": 255
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "8c6c+Ki5hNsY9S558PXdyS"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "8c6c+Ki5hNsY9S558PXdyS"
|
{
|
||||||
},
|
"__type__": "cc.UITransform",
|
||||||
{
|
"_name": "",
|
||||||
"__type__": "cc.UITransform",
|
"_objFlags": 0,
|
||||||
"_name": "",
|
"node": {
|
||||||
"_objFlags": 0,
|
"__id__": 2
|
||||||
"node": {
|
},
|
||||||
"__id__": 2
|
"_enabled": true,
|
||||||
},
|
"__prefab": {
|
||||||
"_enabled": true,
|
"__id__": 12
|
||||||
"__prefab": {
|
},
|
||||||
"__id__": 12
|
"_priority": 0,
|
||||||
},
|
"_contentSize": {
|
||||||
"_priority": 0,
|
"__type__": "cc.Size",
|
||||||
"_contentSize": {
|
"width": 70.74,
|
||||||
"__type__": "cc.Size",
|
"height": 54.4
|
||||||
"width": 70.74,
|
},
|
||||||
"height": 54.4
|
"_anchorPoint": {
|
||||||
},
|
"__type__": "cc.Vec2",
|
||||||
"_anchorPoint": {
|
"x": 0.5,
|
||||||
"__type__": "cc.Vec2",
|
"y": 0.5
|
||||||
"x": 0.5,
|
}
|
||||||
"y": 0.5
|
},
|
||||||
}
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "efuD+JKuBC75fHccjDZJY9"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "efuD+JKuBC75fHccjDZJY9"
|
{
|
||||||
},
|
"__type__": "cc.PrefabInfo",
|
||||||
{
|
"root": {
|
||||||
"__type__": "cc.PrefabInfo",
|
"__id__": 1
|
||||||
"root": {
|
},
|
||||||
"__id__": 1
|
"asset": {
|
||||||
},
|
"__id__": 0
|
||||||
"asset": {
|
},
|
||||||
"__id__": 0
|
"fileId": "e01cesJHBM4K+M5EU41LQG"
|
||||||
},
|
},
|
||||||
"fileId": "e01cesJHBM4K+M5EU41LQG"
|
{
|
||||||
},
|
"__type__": "465f6PMtv5OqZoQeSVPvmfM",
|
||||||
{
|
"_name": "",
|
||||||
"__type__": "465f6PMtv5OqZoQeSVPvmfM",
|
"_objFlags": 0,
|
||||||
"_name": "",
|
"node": {
|
||||||
"_objFlags": 0,
|
"__id__": 1
|
||||||
"node": {
|
},
|
||||||
"__id__": 1
|
"_enabled": true,
|
||||||
},
|
"txtScore": {
|
||||||
"_enabled": true,
|
"__id__": 3
|
||||||
"txtScore": {
|
},
|
||||||
"__id__": 3
|
"_id": "",
|
||||||
},
|
"__prefab": {
|
||||||
"_id": "",
|
"__id__": 15
|
||||||
"__prefab": {
|
}
|
||||||
"__id__": 15
|
},
|
||||||
}
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "3etBVQ8q9DiaShLXS1py9u"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "3etBVQ8q9DiaShLXS1py9u"
|
{
|
||||||
},
|
"__type__": "cc.UIOpacity",
|
||||||
{
|
"_name": "",
|
||||||
"__type__": "cc.UIOpacity",
|
"_objFlags": 0,
|
||||||
"_name": "",
|
"node": {
|
||||||
"_objFlags": 0,
|
"__id__": 1
|
||||||
"node": {
|
},
|
||||||
"__id__": 1
|
"_enabled": true,
|
||||||
},
|
"__prefab": {
|
||||||
"_enabled": true,
|
"__id__": 17
|
||||||
"__prefab": {
|
},
|
||||||
"__id__": 17
|
"_opacity": 255
|
||||||
},
|
},
|
||||||
"_opacity": 255
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "bdqeLc2vJI5KCb7AEi819K"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "bdqeLc2vJI5KCb7AEi819K"
|
{
|
||||||
},
|
"__type__": "cc.UITransform",
|
||||||
{
|
"_name": "",
|
||||||
"__type__": "cc.UITransform",
|
"_objFlags": 0,
|
||||||
"_name": "",
|
"node": {
|
||||||
"_objFlags": 0,
|
"__id__": 1
|
||||||
"node": {
|
},
|
||||||
"__id__": 1
|
"_enabled": true,
|
||||||
},
|
"__prefab": {
|
||||||
"_enabled": true,
|
"__id__": 19
|
||||||
"__prefab": {
|
},
|
||||||
"__id__": 19
|
"_priority": 0,
|
||||||
},
|
"_contentSize": {
|
||||||
"_priority": 0,
|
"__type__": "cc.Size",
|
||||||
"_contentSize": {
|
"width": 0,
|
||||||
"__type__": "cc.Size",
|
"height": 0
|
||||||
"width": 0,
|
},
|
||||||
"height": 0
|
"_anchorPoint": {
|
||||||
},
|
"__type__": "cc.Vec2",
|
||||||
"_anchorPoint": {
|
"x": 0.5,
|
||||||
"__type__": "cc.Vec2",
|
"y": 0.5
|
||||||
"x": 0.5,
|
}
|
||||||
"y": 0.5
|
},
|
||||||
}
|
{
|
||||||
},
|
"__type__": "cc.CompPrefabInfo",
|
||||||
{
|
"fileId": "7724Uz4qlOn6IBBfm0mtGt"
|
||||||
"__type__": "cc.CompPrefabInfo",
|
},
|
||||||
"fileId": "7724Uz4qlOn6IBBfm0mtGt"
|
{
|
||||||
},
|
"__type__": "cc.PrefabInfo",
|
||||||
{
|
"root": {
|
||||||
"__type__": "cc.PrefabInfo",
|
"__id__": 1
|
||||||
"root": {
|
},
|
||||||
"__id__": 1
|
"asset": {
|
||||||
},
|
"__id__": 0
|
||||||
"asset": {
|
},
|
||||||
"__id__": 0
|
"fileId": "dfcn+8f4NCm5oGvRMh0moR"
|
||||||
},
|
}
|
||||||
"fileId": "dfcn+8f4NCm5oGvRMh0moR"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.1.50",
|
"ver": "1.1.50",
|
||||||
"importer": "prefab",
|
"importer": "prefab",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "463abd5d-c3b8-4354-b614-012540a2dfb8",
|
"uuid": "463abd5d-c3b8-4354-b614-012540a2dfb8",
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"syncNodeName": "ScorePrefab"
|
"syncNodeName": "ScorePrefab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "57936fc7-b814-41c9-9228-307c74f8d958",
|
"uuid": "57936fc7-b814-41c9-9228-307c74f8d958",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.1.50",
|
"ver": "1.1.50",
|
||||||
"importer": "scene",
|
"importer": "scene",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "49f37487-196e-48a5-ad7e-0f3f4fcc8496",
|
"uuid": "49f37487-196e-48a5-ad7e-0f3f4fcc8496",
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {}
|
"userData": {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.1.50",
|
"ver": "1.1.50",
|
||||||
"importer": "scene",
|
"importer": "scene",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "3deca686-356b-4a89-97e0-d255f6a637b7",
|
"uuid": "3deca686-356b-4a89-97e0-d255f6a637b7",
|
||||||
"files": [
|
"files": [
|
||||||
".json"
|
".json"
|
||||||
],
|
],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {}
|
"userData": {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "026faff5-3eb3-480a-9009-1bcc021dce03",
|
"uuid": "026faff5-3eb3-480a-9009-1bcc021dce03",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "1f75e345-9236-4518-97a3-9862de267a19",
|
"uuid": "1f75e345-9236-4518-97a3-9862de267a19",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"ver": "1.2.0",
|
"ver": "1.2.0",
|
||||||
"importer": "directory",
|
"importer": "directory",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "79470a7f-2ce8-48ce-86d3-e2662124378f",
|
"uuid": "79470a7f-2ce8-48ce-86d3-e2662124378f",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"compressionType": {},
|
"compressionType": {},
|
||||||
"isRemoteBundle": {}
|
"isRemoteBundle": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
import { _decorator } from 'cc'
|
import { _decorator } from 'cc'
|
||||||
|
|
||||||
const { ccclass, property } = _decorator
|
const { ccclass, property } = _decorator
|
||||||
|
|
||||||
@ccclass('CommonEvent')
|
@ccclass('CommonEvent')
|
||||||
export default class CommonEvent {
|
export default class CommonEvent {
|
||||||
public static Event_FrameUpdate: string = 'Event_FrameUpdate'
|
public static Event_FrameUpdate: string = 'Event_FrameUpdate'
|
||||||
public static Event_ConnectTimeOut: string = 'Event_ConnectTimeOut'
|
public static Event_ConnectTimeOut: string = 'Event_ConnectTimeOut'
|
||||||
public static Event_ResourceLoader: string = 'Event_ResourceLoader'
|
public static Event_ResourceLoader: string = 'Event_ResourceLoader'
|
||||||
public static Event_CheckUpdate: string = 'Event_CheckUpdate'
|
public static Event_CheckUpdate: string = 'Event_CheckUpdate'
|
||||||
public static Event_Scene_Switch: string = 'Event_Scene_Switch'
|
public static Event_Scene_Switch: string = 'Event_Scene_Switch'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"ver": "4.0.23",
|
"ver": "4.0.23",
|
||||||
"importer": "typescript",
|
"importer": "typescript",
|
||||||
"imported": true,
|
"imported": true,
|
||||||
"uuid": "76f96525-e455-4a24-9d2b-27a0cb2fdfd2",
|
"uuid": "76f96525-e455-4a24-9d2b-27a0cb2fdfd2",
|
||||||
"files": [],
|
"files": [],
|
||||||
"subMetas": {},
|
"subMetas": {},
|
||||||
"userData": {
|
"userData": {
|
||||||
"simulateGlobals": []
|
"simulateGlobals": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||