Enemies Player Drops Effects

This commit is contained in:
Vladislav
2022-12-19 16:14:30 +04:00
parent e8fc5a1ec9
commit d4714e9bb6
68 changed files with 4377 additions and 270 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.25",
"importer": "image",
"imported": true,
"uuid": "5a4486c7-4d66-464c-ad81-6627c758eca2",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "5a4486c7-4d66-464c-ad81-6627c758eca2@6c48a",
"displayName": "Button",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "nearest",
"magfilter": "nearest",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "5a4486c7-4d66-464c-ad81-6627c758eca2",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "5a4486c7-4d66-464c-ad81-6627c758eca2@f9941",
"displayName": "Button",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 18,
"height": 18,
"rawWidth": 18,
"rawHeight": 18,
"borderTop": 8,
"borderBottom": 8,
"borderLeft": 8,
"borderRight": 8,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-9,
-9,
0,
9,
-9,
0,
-9,
9,
0,
9,
9,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
18,
18,
18,
0,
0,
18,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-9,
-9,
0
],
"maxPos": [
9,
9,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "5a4486c7-4d66-464c-ad81-6627c758eca2@6c48a",
"atlasUuid": ""
},
"ver": "1.0.11",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"fixAlphaTransparencyArtifacts": true,
"hasAlpha": true,
"redirect": "5a4486c7-4d66-464c-ad81-6627c758eca2@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.25",
"importer": "image",
"imported": true,
"uuid": "273f0551-3e8b-4346-b1b9-9a93514ec0c1",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "273f0551-3e8b-4346-b1b9-9a93514ec0c1@6c48a",
"displayName": "ExpBarBg",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "nearest",
"magfilter": "nearest",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "273f0551-3e8b-4346-b1b9-9a93514ec0c1",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "273f0551-3e8b-4346-b1b9-9a93514ec0c1@f9941",
"displayName": "ExpBarBg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 12,
"height": 12,
"rawWidth": 12,
"rawHeight": 12,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 6,
"borderRight": 6,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-6,
-6,
0,
6,
-6,
0,
-6,
6,
0,
6,
6,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
12,
12,
12,
0,
0,
12,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-6,
-6,
0
],
"maxPos": [
6,
6,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "273f0551-3e8b-4346-b1b9-9a93514ec0c1@6c48a",
"atlasUuid": ""
},
"ver": "1.0.11",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"fixAlphaTransparencyArtifacts": true,
"hasAlpha": true,
"redirect": "273f0551-3e8b-4346-b1b9-9a93514ec0c1@f9941"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

View File

@@ -0,0 +1,134 @@
{
"ver": "1.0.25",
"importer": "image",
"imported": true,
"uuid": "e06153a0-2451-4c64-884a-3e41e1b21bfa",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "e06153a0-2451-4c64-884a-3e41e1b21bfa@6c48a",
"displayName": "ExpBarFill",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "nearest",
"magfilter": "nearest",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "e06153a0-2451-4c64-884a-3e41e1b21bfa",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "e06153a0-2451-4c64-884a-3e41e1b21bfa@f9941",
"displayName": "ExpBarFill",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 8,
"height": 8,
"rawWidth": 8,
"rawHeight": 8,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 4,
"borderRight": 4,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-4,
-4,
0,
4,
-4,
0,
-4,
4,
0,
4,
4,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
8,
8,
8,
0,
0,
8,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-4,
-4,
0
],
"maxPos": [
4,
4,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "e06153a0-2451-4c64-884a-3e41e1b21bfa@6c48a",
"atlasUuid": ""
},
"ver": "1.0.11",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"fixAlphaTransparencyArtifacts": true,
"hasAlpha": true,
"redirect": "e06153a0-2451-4c64-884a-3e41e1b21bfa@f9941"
}
}

View File

@@ -8,6 +8,30 @@
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "29bf4d7b-909b-472f-839a-bbb94136bab3@6c48a",
"displayName": "HealthBarBg",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "nearest",
"magfilter": "nearest",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "29bf4d7b-909b-472f-839a-bbb94136bab3",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "29bf4d7b-909b-472f-839a-bbb94136bab3@f9941",
@@ -99,30 +123,6 @@
".json"
],
"subMetas": {}
},
"6c48a": {
"importer": "texture",
"uuid": "29bf4d7b-909b-472f-839a-bbb94136bab3@6c48a",
"displayName": "HealthBarBg",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "nearest",
"magfilter": "nearest",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "29bf4d7b-909b-472f-839a-bbb94136bab3",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {

View File

@@ -8,6 +8,30 @@
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "0ca53d61-de26-4d01-9770-eec0e3ac06ae@6c48a",
"displayName": "HealthBarFill",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "nearest",
"magfilter": "nearest",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "0ca53d61-de26-4d01-9770-eec0e3ac06ae",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "0ca53d61-de26-4d01-9770-eec0e3ac06ae@f9941",
@@ -99,30 +123,6 @@
".json"
],
"subMetas": {}
},
"6c48a": {
"importer": "texture",
"uuid": "0ca53d61-de26-4d01-9770-eec0e3ac06ae@6c48a",
"displayName": "HealthBarFill",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"minfilter": "nearest",
"magfilter": "nearest",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "0ca53d61-de26-4d01-9770-eec0e3ac06ae",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {