Merge pull request #6 from MartinKral/Enemies-Player-Drops-Effects

Enemies Player Drops Effects
This commit is contained in:
Martin Král
2022-12-19 13:17:54 +01:00
committed by GitHub
68 changed files with 4377 additions and 270 deletions

View File

@@ -0,0 +1,12 @@
{
"ver": "1.1.0",
"importer": "directory",
"imported": true,
"uuid": "1f31308f-3f5b-4721-b13d-196f7991d329",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

View File

@@ -0,0 +1,173 @@
[
{
"__type__": "cc.Prefab",
"_name": "DamageFlash",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false,
"asyncLoadAssets": false
},
{
"__type__": "cc.Node",
"_name": "DamageFlash",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
"_components": [
{
"__id__": 2
},
{
"__id__": 4
},
{
"__id__": 6
}
],
"_prefab": {
"__id__": 8
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
},
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 3
},
"_contentSize": {
"__type__": "cc.Size",
"width": 25,
"height": 23
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.32,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c3Jb8uGT9DFpm574XDqiKL"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 5
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "9c1bdd59-282f-4cf9-b35d-39b3a1805d16@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "cfXyVJoitMGp/0liEUZfNP"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "b4603283-fa01-4626-9b00-996f5732908f",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "b4603283-fa01-4626-9b00-996f5732908f",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "3ag4rexLNJW6A/sp6OpwZ8"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "405dEytktEvavOK8J9RVEp"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.40",
"importer": "prefab",
"imported": true,
"uuid": "33559f93-a351-4249-a775-f8ee7f31714c",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "DamageFlash"
}
}

View File

@@ -0,0 +1,173 @@
[
{
"__type__": "cc.Prefab",
"_name": "PickBonus",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false,
"asyncLoadAssets": false
},
{
"__type__": "cc.Node",
"_name": "PickBonus",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
"_components": [
{
"__id__": 2
},
{
"__id__": 4
},
{
"__id__": 6
}
],
"_prefab": {
"__id__": 8
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
},
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 3
},
"_contentSize": {
"__type__": "cc.Size",
"width": 16,
"height": 15
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.32,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c3Jb8uGT9DFpm574XDqiKL"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 5
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "801c7b4c-907e-4930-89f8-f7a33d2ba33a@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "cfXyVJoitMGp/0liEUZfNP"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "2780a416-51d8-4d86-b3ef-5df4fb759098",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "2780a416-51d8-4d86-b3ef-5df4fb759098",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "3ag4rexLNJW6A/sp6OpwZ8"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "405dEytktEvavOK8J9RVEp"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.40",
"importer": "prefab",
"imported": true,
"uuid": "37b789e2-6452-48fe-a2fe-efec6ea89d5c",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "PickBonus"
}
}

View File

@@ -0,0 +1,201 @@
[
{
"__type__": "cc.Prefab",
"_name": "Enemy1",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false,
"asyncLoadAssets": false
},
{
"__type__": "cc.Node",
"_name": "Enemy1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
"_components": [
{
"__id__": 2
},
{
"__id__": 4
},
{
"__id__": 6
},
{
"__id__": 8
}
],
"_prefab": {
"__id__": 10
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
},
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 3
},
"_contentSize": {
"__type__": "cc.Size",
"width": 25,
"height": 26
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bbsWYc2MNCLLweNFP7pjHF"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 5
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "3f50fc78-d3ed-4ee3-bb28-519d4e5100ed@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bfkBAEWOZDbILym05Q5wrx"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 6.9
},
"_size": {
"__type__": "cc.Size",
"width": 27,
"height": 14.9
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5dR8969SVAfLXx5AY1X9B5"
},
{
"__type__": "7f8b6NKHsNNW5nLY3fwejhw",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"collider": {
"__id__": 6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b5ONKVkchBpaoqReE981lo"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "b3GFrfkl5AR4Q9jndybzln"
}
]

View File

@@ -8,6 +8,6 @@
],
"subMetas": {},
"userData": {
"syncNodeName": "Enemy"
"syncNodeName": "Enemy1"
}
}

View File

@@ -1,7 +1,7 @@
[
{
"__type__": "cc.Prefab",
"_name": "Enemy",
"_name": "Enemy2",
"_objFlags": 0,
"_native": "",
"data": {
@@ -13,7 +13,7 @@
},
{
"__type__": "cc.Node",
"_name": "Enemy",
"_name": "Enemy2",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
@@ -51,8 +51,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 2,
"y": 2,
"z": 1
},
"_layer": 33554432,
@@ -71,14 +71,14 @@
"node": {
"__id__": 1
},
"_enabled": true,
"_enabled": false,
"__prefab": {
"__id__": 3
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
"width": 25,
"height": 28
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -107,13 +107,13 @@
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 192,
"g": 192,
"b": 192,
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
"__uuid__": "33d89c47-02a5-4484-b8bf-7a1161ee44af@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
@@ -159,8 +159,8 @@
},
"_size": {
"__type__": "cc.Size",
"width": 40,
"height": 40
"width": 27,
"height": 27.4
},
"_id": ""
},

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.40",
"importer": "prefab",
"imported": true,
"uuid": "29d85a71-476d-4a52-bfac-a43c53b616cb",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "Enemy2"
}
}

View File

@@ -0,0 +1,201 @@
[
{
"__type__": "cc.Prefab",
"_name": "Enemy3",
"_objFlags": 0,
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false,
"asyncLoadAssets": false
},
{
"__type__": "cc.Node",
"_name": "Enemy3",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [],
"_active": true,
"_components": [
{
"__id__": 2
},
{
"__id__": 4
},
{
"__id__": 6
},
{
"__id__": 8
}
],
"_prefab": {
"__id__": 10
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
},
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 3
},
"_contentSize": {
"__type__": "cc.Size",
"width": 34,
"height": 33
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bbsWYc2MNCLLweNFP7pjHF"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 5
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "af7fa4be-ec1d-48b4-ad35-5aa44db9438a@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bfkBAEWOZDbILym05Q5wrx"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 35.4,
"height": 33.2
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5dR8969SVAfLXx5AY1X9B5"
},
{
"__type__": "7f8b6NKHsNNW5nLY3fwejhw",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"collider": {
"__id__": 6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b5ONKVkchBpaoqReE981lo"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "b3GFrfkl5AR4Q9jndybzln"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.40",
"importer": "prefab",
"imported": true,
"uuid": "6135fac4-6678-4e23-b655-b4ff7fb42026",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "Enemy3"
}
}

View File

@@ -31,17 +31,17 @@
"_active": true,
"_components": [
{
"__id__": 100
"__id__": 106
},
{
"__id__": 102
"__id__": 108
},
{
"__id__": 104
"__id__": 110
}
],
"_prefab": {
"__id__": 106
"__id__": 112
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -842,11 +842,11 @@
"_active": true,
"_components": [
{
"__id__": 97
"__id__": 103
}
],
"_prefab": {
"__id__": 99
"__id__": 105
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -888,35 +888,35 @@
"__id__": 42
},
{
"__id__": 50
"__id__": 56
},
{
"__id__": 58
"__id__": 64
},
{
"__id__": 66
"__id__": 72
},
{
"__id__": 74
"__id__": 80
},
{
"__id__": 82
"__id__": 88
}
],
"_active": true,
"_components": [
{
"__id__": 90
"__id__": 96
},
{
"__id__": 92
"__id__": 98
},
{
"__id__": 94
"__id__": 100
}
],
"_prefab": {
"__id__": 96
"__id__": 102
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -953,25 +953,29 @@
"_parent": {
"__id__": 41
},
"_children": [],
"_children": [
{
"__id__": 43
}
],
"_active": true,
"_components": [
{
"__id__": 43
"__id__": 49
},
{
"__id__": 45
"__id__": 51
},
{
"__id__": 47
"__id__": 53
}
],
"_prefab": {
"__id__": 49
"__id__": 55
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 70.758,
"x": 70,
"y": 0,
"z": 0
},
@@ -979,8 +983,57 @@
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0.7071067811865475,
"w": 0.7071067811865476
"z": 1,
"w": 6.123233995736766e-17
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
},
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 180
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Trace",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 42
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 44
},
{
"__id__": 46
}
],
"_prefab": {
"__id__": 48
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 35,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 1,
"w": 6.123233995736766e-17
},
"_lscale": {
"__type__": "cc.Vec3",
@@ -993,10 +1046,91 @@
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 90
"z": 180
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 43
},
"_enabled": true,
"__prefab": {
"__id__": 45
},
"_contentSize": {
"__type__": "cc.Size",
"width": 104,
"height": 104
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "45ZhK+xoVA8qIE+fgph6FK"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 43
},
"_enabled": true,
"__prefab": {
"__id__": 47
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 125
},
"_spriteFrame": {
"__uuid__": "f12a23c4-b924-4322-a260-3d982428f1e8@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 3,
"_fillType": 2,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_fillStart": 0,
"_fillRange": 0.2,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "14hY7yYWJH2paib5cFzhSP"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "51+94RiA1N+bRK4Ah9XR9U"
},
{
"__type__": "cc.UITransform",
"_name": "",
@@ -1006,16 +1140,16 @@
},
"_enabled": true,
"__prefab": {
"__id__": 44
"__id__": 50
},
"_contentSize": {
"__type__": "cc.Size",
"width": 20,
"height": 60
"width": 39,
"height": 11
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"x": 0.42,
"y": 0.5
},
"_id": ""
@@ -1033,7 +1167,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 46
"__id__": 52
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -1041,17 +1175,17 @@
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 10,
"b": 10,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
"__uuid__": "4c91d983-ff7f-4425-a427-2cd8dd83e48e@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_type": 1,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
@@ -1077,7 +1211,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 48
"__id__": 54
},
"tag": 0,
"_group": 8,
@@ -1092,8 +1226,8 @@
},
"_size": {
"__type__": "cc.Size",
"width": 20,
"height": 60
"width": 30,
"height": 10
},
"_id": ""
},
@@ -1119,20 +1253,20 @@
"__id__": 41
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 51
"__id__": 57
},
{
"__id__": 53
"__id__": 59
},
{
"__id__": 55
"__id__": 61
}
],
"_prefab": {
"__id__": 57
"__id__": 63
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1167,11 +1301,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 50
"__id__": 56
},
"_enabled": true,
"__prefab": {
"__id__": 52
"__id__": 58
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1194,11 +1328,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 50
"__id__": 56
},
"_enabled": true,
"__prefab": {
"__id__": 54
"__id__": 60
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -1238,11 +1372,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 50
"__id__": 56
},
"_enabled": true,
"__prefab": {
"__id__": 56
"__id__": 62
},
"tag": 0,
"_group": 8,
@@ -1284,20 +1418,20 @@
"__id__": 41
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 59
"__id__": 65
},
{
"__id__": 61
"__id__": 67
},
{
"__id__": 63
"__id__": 69
}
],
"_prefab": {
"__id__": 65
"__id__": 71
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1332,11 +1466,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 58
"__id__": 64
},
"_enabled": true,
"__prefab": {
"__id__": 60
"__id__": 66
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1359,11 +1493,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 58
"__id__": 64
},
"_enabled": true,
"__prefab": {
"__id__": 62
"__id__": 68
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -1403,11 +1537,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 58
"__id__": 64
},
"_enabled": true,
"__prefab": {
"__id__": 64
"__id__": 70
},
"tag": 0,
"_group": 8,
@@ -1449,20 +1583,20 @@
"__id__": 41
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 67
"__id__": 73
},
{
"__id__": 69
"__id__": 75
},
{
"__id__": 71
"__id__": 77
}
],
"_prefab": {
"__id__": 73
"__id__": 79
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1497,11 +1631,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 66
"__id__": 72
},
"_enabled": true,
"__prefab": {
"__id__": 68
"__id__": 74
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1524,11 +1658,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 66
"__id__": 72
},
"_enabled": true,
"__prefab": {
"__id__": 70
"__id__": 76
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -1568,11 +1702,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 66
"__id__": 72
},
"_enabled": true,
"__prefab": {
"__id__": 72
"__id__": 78
},
"tag": 0,
"_group": 8,
@@ -1614,20 +1748,20 @@
"__id__": 41
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 75
"__id__": 81
},
{
"__id__": 77
"__id__": 83
},
{
"__id__": 79
"__id__": 85
}
],
"_prefab": {
"__id__": 81
"__id__": 87
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1662,11 +1796,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 74
"__id__": 80
},
"_enabled": true,
"__prefab": {
"__id__": 76
"__id__": 82
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1689,11 +1823,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 74
"__id__": 80
},
"_enabled": true,
"__prefab": {
"__id__": 78
"__id__": 84
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -1733,11 +1867,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 74
"__id__": 80
},
"_enabled": true,
"__prefab": {
"__id__": 80
"__id__": 86
},
"tag": 0,
"_group": 8,
@@ -1779,20 +1913,20 @@
"__id__": 41
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 83
"__id__": 89
},
{
"__id__": 85
"__id__": 91
},
{
"__id__": 87
"__id__": 93
}
],
"_prefab": {
"__id__": 89
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1827,11 +1961,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 82
"__id__": 88
},
"_enabled": true,
"__prefab": {
"__id__": 84
"__id__": 90
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1854,11 +1988,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 82
"__id__": 88
},
"_enabled": true,
"__prefab": {
"__id__": 86
"__id__": 92
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -1898,11 +2032,11 @@
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 82
"__id__": 88
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 94
},
"tag": 0,
"_group": 8,
@@ -1945,7 +2079,7 @@
},
"_enabled": false,
"__prefab": {
"__id__": 91
"__id__": 97
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1972,7 +2106,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 93
"__id__": 99
},
"playOnLoad": false,
"_clips": [
@@ -2000,26 +2134,26 @@
},
"_enabled": true,
"__prefab": {
"__id__": 95
"__id__": 101
},
"colliders": [
{
"__id__": 47
"__id__": 53
},
{
"__id__": 55
"__id__": 61
},
{
"__id__": 63
"__id__": 69
},
{
"__id__": 71
"__id__": 77
},
{
"__id__": 79
"__id__": 85
},
{
"__id__": 87
"__id__": 93
}
],
"_id": ""
@@ -2047,13 +2181,13 @@
},
"_enabled": true,
"__prefab": {
"__id__": 98
"__id__": 104
},
"weaponAnimation": {
"__id__": 92
"__id__": 98
},
"upgradableCollider": {
"__id__": 94
"__id__": 100
},
"_id": ""
},
@@ -2078,9 +2212,9 @@
"node": {
"__id__": 1
},
"_enabled": true,
"_enabled": false,
"__prefab": {
"__id__": 101
"__id__": 107
},
"_contentSize": {
"__type__": "cc.Size",
@@ -2107,16 +2241,16 @@
},
"_enabled": true,
"__prefab": {
"__id__": 103
"__id__": 109
},
"collider": {
"__id__": 104
"__id__": 110
},
"playerUI": {
"__id__": 37
},
"weapon": {
"__id__": 97
"__id__": 103
},
"playerGraphics": {
"__id__": 2
@@ -2139,7 +2273,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 105
"__id__": 111
},
"tag": 0,
"_group": 2,