2 Commits
one ... new2025

Author SHA1 Message Date
walkpan
bffbb9077e dd 2025-02-01 00:14:25 +08:00
walkpan
c5c01c6cf4 使用ecs系统进行重构 2025-01-31 21:50:59 +08:00
237 changed files with 54462 additions and 16531 deletions

View File

@@ -1,13 +0,0 @@
# 进度更新
- 重构了动画结束处理逻辑,统一使用 EndAnmCom 组件
- 简化了技能组件代码,移除了重复的动画处理逻辑
- 修复了 SkillCom.ts 中的静态方法调用错误
- 将 this.bezierTo 改为 SkillCom.bezierTo 以正确访问静态方法
- 添加了 fixedStart 和 fixedEnd 两种新的技能移动方式
- 完善了技能移动系统,使其与配置表定义的 AnimType 完全匹配
- 为固定位置类型技能添加了动画结束endType.animationEnd支持
- 实现了动画播放完成后的技能销毁逻辑
- 修改了直线技能的结束条件,改为到达目标点时销毁
- 移除了不必要的屏幕边界检测
- 优化了技能伤害延迟计算逻辑
- 为抛物线类型技能添加了基于距离和速度的动态延迟计算

View File

@@ -1,21 +0,0 @@
# 项目状态报告
## 已完成工作
- 统一了动画结束事件的处理方式
- 优化了代码结构,减少了重复代码
- 实现了直线技能的屏幕边界检测
- 优化了技能销毁逻辑
- 优化了直线技能的结束条件判断
- 确保技能行为符合设计意图
- 实现了抛物线技能的动态伤害延迟计算
- 保持了其他类型技能的默认延迟时间
## 下一步工作建议
- 测试 EndAnmCom 组件在不同类型技能上的表现
- 确保动画结束事件能正确触发技能销毁
- 确认屏幕尺寸配置是否正确
- 测试直线技能在不同方向上的边界检测
- 测试直线技能到达目标点时的销毁效果
- 验证不同距离和速度下的技能表现
- 测试抛物线技能在不同距离下的伤害延迟表现
- 验证伤害时机是否与技能动画同步
- 考虑是否需要为其他类型技能添加自定义延迟计算

File diff suppressed because it is too large Load Diff

View File

@@ -1482,7 +1482,7 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.7,
"x": 1,
"y": 1,
"z": 1
},
@@ -1786,7 +1786,7 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.7,
"x": 1,
"y": 1,
"z": 1
},
@@ -2063,7 +2063,7 @@
"__id__": 97
}
],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 103
@@ -2453,7 +2453,7 @@
"__id__": 113
}
],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 119

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,279 @@
[
{
"__type__": "cc.Prefab",
"_name": "Hero",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "Hero",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
}
],
"_prefab": {
"__id__": 12
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Spine",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 100,
"height": 100
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "eavoxMfTVNTZQ5Ncin8/IA"
},
{
"__type__": "sp.Skeleton",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_skeletonData": null,
"defaultSkin": "",
"defaultAnimation": "",
"_premultipliedAlpha": true,
"_timeScale": 1,
"_preCacheMode": -1,
"_cacheMode": 0,
"_sockets": [],
"_useTint": false,
"_debugMesh": false,
"_debugBones": false,
"_debugSlots": false,
"_enableBatch": false,
"loop": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcFVRht+5DyZogkN152H5x"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "d4UPOWdrxLOq8+0uki2YgO",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "9em5Qd7IJDLK7bBlRbsBHx"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63wUCNn+RFvo5PEvaO4kQ5"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -2,12 +2,12 @@
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "2849e90f-15b2-4082-a7b6-1ff1362f537b",
"uuid": "6254c3d4-6f68-45c7-934c-7056d25a93d3",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "card"
"syncNodeName": "Hero"
}
}

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 90
},
{
"__id__": 92
},
{
"__id__": 94
}
],
"_prefab": {
"__id__": 92
"__id__": 96
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1360,7 +1366,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1371,6 +1377,74 @@
"__prefab": {
"__id__": 87
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 89
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 91
},
"anm": {
"__id__": 22
},
@@ -1390,7 +1464,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 89
"__id__": 93
},
"_id": ""
},
@@ -1408,7 +1482,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 91
"__id__": 95
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 90
},
{
"__id__": 92
},
{
"__id__": 94
}
],
"_prefab": {
"__id__": 92
"__id__": 96
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1360,7 +1366,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1371,6 +1377,74 @@
"__prefab": {
"__id__": 87
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 89
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 91
},
"anm": {
"__id__": 22
},
@@ -1390,7 +1464,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 89
"__id__": 93
},
"_id": ""
},
@@ -1408,7 +1482,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 91
"__id__": 95
},
"_id": ""
},

View File

@@ -2,7 +2,7 @@
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "7d9b27df-701e-44ee-8732-b53f9d22cca2",
"uuid": "a280e152-6b3d-45e5-8fe4-b5f2984ad21d",
"files": [],
"subMetas": {},
"userData": {}

View File

@@ -0,0 +1,90 @@
k1.png
size: 454,208
format: RGBA8888
filter: Linear,Linear
repeat: none
Body
rotate: false
xy: 321, 60
size: 84, 88
orig: 128, 128
offset: 22, 18
index: -1
Face 01
rotate: false
xy: 207, 20
size: 112, 52
orig: 200, 128
offset: 51, 28
index: -1
Face 02
rotate: false
xy: 207, 2
size: 104, 16
orig: 200, 128
offset: 56, 34
index: -1
Face 03
rotate: false
xy: 207, 74
size: 112, 74
orig: 200, 128
offset: 50, 13
index: -1
Head
rotate: false
xy: 2, 3
size: 203, 203
orig: 280, 280
offset: 37, 28
index: -1
Left Arm
rotate: false
xy: 375, 13
size: 41, 45
orig: 64, 64
offset: 11, 9
index: -1
Left Hand
rotate: false
xy: 383, 161
size: 48, 45
orig: 64, 64
offset: 8, 7
index: -1
Left Leg
rotate: true
xy: 321, 18
size: 40, 52
orig: 64, 64
offset: 12, 6
index: -1
Right Leg
rotate: true
xy: 321, 18
size: 40, 52
orig: 64, 64
offset: 12, 6
index: -1
Right Arm
rotate: false
xy: 407, 64
size: 41, 45
orig: 64, 64
offset: 11, 9
index: -1
Right Hand
rotate: true
xy: 407, 111
size: 48, 45
orig: 64, 64
offset: 8, 10
index: -1
Weapon
rotate: false
xy: 207, 150
size: 174, 56
orig: 180, 64
offset: 3, 5
index: -1

View File

@@ -0,0 +1 @@
{"ver":"1.0.1","importer":"*","imported":true,"uuid":"1c73817e-2607-44cd-838a-01ae45bbd135","files":[".atlas",".json"],"subMetas":{},"userData":{}}

View File

@@ -0,0 +1,580 @@
{
"skeleton": {
"hash": "gb+/032H6y/yhUHAxZJyKUrXWfw=",
"spine": "3.8.75",
"x": -151.92,
"y": -10.85,
"width": 294.8,
"height": 336.35,
"fps": 10,
"images": "./items/Knight Gray/Vector Parts/",
"audio": "D:/Game/games/spine/items/Knight Gray/Vector Parts"
},
"bones": [
{ "name": "root" },
{ "name": "root-bone_006", "parent": "root", "length": 56.22, "rotation": 89.4, "x": 0.14, "y": 33.73 },
{ "name": "root-bone_005", "parent": "root", "length": 35.46, "rotation": 261.59, "x": -17.93, "y": 37.64 },
{ "name": "root-bone_004", "parent": "root", "length": 34.35, "rotation": 275.19, "x": 19.35, "y": 36.24 },
{ "name": "root-bone_006-ext_Body", "parent": "root-bone_006", "rotation": 270.6, "x": 25.27, "y": -0.21 },
{ "name": "root-bone_004-ext_Left Leg", "parent": "root-bone_004", "rotation": 91.37, "x": 11.74, "y": 0.49 },
{ "name": "root-bone_006-bone_000", "parent": "root-bone_006", "length": 29.84, "rotation": 259.65, "x": 43.93, "y": -17.8 },
{ "name": "root-bone_006-bone_002", "parent": "root-bone_006", "length": 31.19, "rotation": 148.48, "x": 41.59, "y": 27.83 },
{ "name": "root-bone_006-bone_007", "parent": "root-bone_006", "length": 151.15, "rotation": 357.24, "x": 56.22 },
{ "name": "root-bone_005-ext_Right Leg", "parent": "root-bone_005", "rotation": 91.78, "x": 12.69, "y": 0.71 },
{ "name": "root-bone_006-bone_000-ext_Left Arm", "parent": "root-bone_006-bone_000", "rotation": 100.44, "x": 9.61, "y": -1.42 },
{ "name": "root-bone_006-bone_007-ext_Head", "parent": "root-bone_006-bone_007", "rotation": 273.37, "x": 94.64, "y": 18.24 },
{ "name": "root-bone_006-bone_002-bone_003", "parent": "root-bone_006-bone_002", "length": 18.89, "rotation": 358.5, "x": 31.19 },
{ "name": "root-bone_006-bone_007-ext_Face 01", "parent": "root-bone_006-bone_007", "rotation": 273.37, "x": 50.67, "y": -8.19 },
{ "name": "root-bone_006-bone_002-ext_Right Arm", "parent": "root-bone_006-bone_002", "rotation": 100.91, "x": 9.76, "y": -1.83 },
{ "name": "root-bone_006-bone_000-bone_001", "parent": "root-bone_006-bone_000", "length": 23.33, "rotation": 358.01, "x": 29.84 },
{ "name": "root-bone_006-bone_002-bone_003-bone_008", "parent": "root-bone_006-bone_002-bone_003", "length": 27.4, "rotation": 213.62, "x": 2.91, "y": -4.01 },
{ "name": "root-bone_006-bone_000-bone_001-ext_Weapon", "parent": "root-bone_006-bone_000-bone_001", "rotation": 83.05, "x": 21.41, "y": 60.75 },
{ "name": "root-bone_006-bone_000-bone_001-ext_Left Hand", "parent": "root-bone_006-bone_000-bone_001", "rotation": 102.43, "x": 9.48, "y": 0.28 },
{ "name": "root-bone_006-bone_002-bone_003-ext_Right Hand", "parent": "root-bone_006-bone_002-bone_003", "rotation": 102.41, "x": 7.46, "y": 1.31 }
],
"slots": [
{ "name": "root-bone_006-bone_000-ext_Left Arm", "bone": "root-bone_006-bone_000-ext_Left Arm", "attachment": "Left Arm" },
{ "name": "root-bone_006-bone_000-bone_001-ext_Weapon", "bone": "root-bone_006-bone_000-bone_001-ext_Weapon", "attachment": "Weapon" },
{ "name": "root-bone_006-bone_000-bone_001-ext_Left Hand", "bone": "root-bone_006-bone_000-bone_001-ext_Left Hand", "attachment": "Left Hand" },
{ "name": "root-bone_004-ext_Left Leg", "bone": "root-bone_004-ext_Left Leg", "attachment": "Left Leg" },
{ "name": "root-bone_005-ext_Right Leg", "bone": "root-bone_005-ext_Right Leg", "attachment": "Right Leg" },
{ "name": "root-bone_006-ext_Body", "bone": "root-bone_006-ext_Body", "attachment": "Body" },
{ "name": "root-bone_006-bone_007-ext_Head", "bone": "root-bone_006-bone_007-ext_Head", "attachment": "Head" },
{ "name": "root-bone_006-bone_007-ext_Face 01", "bone": "root-bone_006-bone_007-ext_Face 01", "attachment": "Face 01" },
{ "name": "root-bone_006-bone_002-bone_003-ext_Right Hand", "bone": "root-bone_006-bone_002-bone_003-ext_Right Hand", "attachment": "Right Hand" },
{ "name": "root-bone_006-bone_002-ext_Right Arm", "bone": "root-bone_006-bone_002-ext_Right Arm", "attachment": "Right Arm" }
],
"skins": [
{
"name": "default",
"attachments": {
"root-bone_006-bone_000-bone_001-ext_Left Hand": {
"Left Hand": { "width": 64, "height": 64 }
},
"root-bone_006-ext_Body": {
"Body": { "width": 128, "height": 128 }
},
"root-bone_006-bone_007-ext_Head": {
"Head": { "width": 280, "height": 280 }
},
"root-bone_006-bone_002-ext_Right Arm": {
"Right Arm": { "width": 64, "height": 64 }
},
"root-bone_006-bone_002-bone_003-ext_Right Hand": {
"Right Hand": { "width": 64, "height": 64 }
},
"root-bone_006-bone_000-bone_001-ext_Weapon": {
"Weapon": { "width": 180, "height": 64 }
},
"root-bone_005-ext_Right Leg": {
"Right Leg": { "width": 64, "height": 64 }
},
"root-bone_006-bone_000-ext_Left Arm": {
"Left Arm": { "width": 64, "height": 64 }
},
"root-bone_006-bone_007-ext_Face 01": {
"Face 01": { "width": 200, "height": 128 },
"Face 02": { "width": 200, "height": 128 },
"Face 03": { "width": 200, "height": 128 }
},
"root-bone_004-ext_Left Leg": {
"Left Leg": { "width": 64, "height": 64 }
}
}
}
],
"animations": {
"Attacking": {
"bones": {
"root-bone_006": {
"rotate": [
{},
{ "time": 0.1, "angle": 4.2 },
{ "time": 0.2, "angle": 4.48 },
{ "time": 0.275, "angle": -13.49 },
{ "time": 0.3, "angle": -14.54 },
{ "time": 0.4 }
],
"translate": [
{},
{ "time": 0.1, "x": -1.12, "y": 3.35 },
{ "time": 0.2, "x": -1.6, "y": 4.31 },
{ "time": 0.275, "x": 0.8, "y": -2.1 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000": {
"rotate": [
{},
{ "time": 0.1, "angle": 47.01 },
{ "time": 0.2, "angle": 48.51 },
{ "time": 0.275, "angle": -28.36 },
{ "time": 0.3, "angle": -25.38 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000-bone_001": {
"rotate": [
{},
{ "time": 0.1, "angle": 16.78, "curve": "stepped" },
{ "time": 0.2, "angle": 16.78 },
{ "time": 0.275, "angle": -27.03 },
{ "time": 0.3, "angle": -23.87 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002": {
"rotate": [
{},
{ "time": 0.1, "angle": -7.81 },
{ "time": 0.2, "angle": -10.58 },
{ "time": 0.275, "angle": -26.88 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002-bone_003-bone_008": {
"rotate": [
{},
{ "time": 0.1, "angle": 3.62 },
{ "time": 0.2, "angle": 6.1 },
{ "time": 0.275, "angle": 40.37 },
{ "time": 0.3, "angle": 41.41 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_007": {
"rotate": [
{},
{ "time": 0.1, "angle": 5.61 },
{ "time": 0.2, "angle": 6.48 },
{ "time": 0.275, "angle": 0.87 },
{ "time": 0.4 }
],
"translate": [
{ "time": 0.1 },
{ "time": 0.2, "x": 1.94, "y": 1.11 },
{ "time": 0.275, "x": 0.97, "y": 0.56 },
{ "time": 0.4 }
]
}
}
},
"Hurt": {
"slots": {
"root-bone_006-bone_007-ext_Face 01": {
"attachment": [
{ "name": "Face 03" }
]
}
},
"bones": {
"root-bone_004": {
"rotate": [
{},
{ "time": 0.1, "angle": 27.58 },
{ "time": 0.4 }
],
"translate": [
{},
{ "time": 0.1, "x": -2.95, "y": 7.87 },
{ "time": 0.4 }
]
},
"root-bone_006": {
"rotate": [
{},
{ "time": 0.1, "angle": 11.65 },
{ "time": 0.4 }
],
"translate": [
{},
{ "time": 0.1, "x": -0.86, "y": 6.16 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000": {
"rotate": [
{},
{ "time": 0.1, "angle": 15.45 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000-bone_001": {
"rotate": [
{},
{ "time": 0.1, "angle": -5.6 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002": {
"rotate": [
{},
{ "time": 0.05, "angle": 8.94 },
{ "time": 0.1, "angle": -4.58 },
{ "time": 0.15, "angle": -18.09 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002-bone_003-bone_008": {
"rotate": [
{},
{ "time": 0.05, "angle": -8.94 },
{ "time": 0.1, "angle": 4.58 },
{ "time": 0.15, "angle": 18.09 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_007": {
"rotate": [
{},
{ "time": 0.05, "angle": -9.85 },
{ "time": 0.1, "angle": 1.01 },
{ "time": 0.15, "angle": 11.87 },
{ "time": 0.4 }
]
}
}
},
"Idle": {
"bones": {
"root-bone_006": {
"rotate": [
{},
{ "time": 0.2, "angle": 2.13 },
{ "time": 0.4 }
],
"translate": [
{},
{ "time": 0.2, "x": -0.4, "y": 2.83 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000": {
"rotate": [
{},
{ "time": 0.2, "angle": 3.4 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000-bone_001": {
"rotate": [
{},
{ "time": 0.2, "angle": 6.25 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002": {
"rotate": [
{},
{ "time": 0.2, "angle": -11.19 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002-bone_003-bone_008": {
"rotate": [
{},
{ "time": 0.2, "angle": 9.06 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_007": {
"rotate": [
{},
{ "time": 0.05, "angle": -2.83 },
{ "time": 0.2, "angle": 3.15 },
{ "time": 0.25, "angle": 5.15 },
{ "time": 0.4 }
],
"translate": [
{},
{ "time": 0.05, "x": -2.31, "y": -1.39 },
{ "time": 0.2, "x": 2.68, "y": -0.61 },
{ "time": 0.25, "x": 4.35, "y": -0.35 },
{ "time": 0.4 }
]
}
}
},
"Idle Blink": {
"slots": {
"root-bone_006-bone_007-ext_Face 01": {
"attachment": [
{ "time": 0.3, "name": "Face 02" }
]
}
},
"bones": {
"root-bone_006": {
"rotate": [
{},
{ "time": 0.2, "angle": 2.13 },
{ "time": 0.4 }
],
"translate": [
{},
{ "time": 0.2, "x": -0.4, "y": 2.83 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000": {
"rotate": [
{},
{ "time": 0.2, "angle": 3.4 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_000-bone_001": {
"rotate": [
{},
{ "time": 0.2, "angle": 6.25 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002": {
"rotate": [
{},
{ "time": 0.2, "angle": -11.19 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_002-bone_003-bone_008": {
"rotate": [
{},
{ "time": 0.2, "angle": 9.06 },
{ "time": 0.4 }
]
},
"root-bone_006-bone_007": {
"rotate": [
{},
{ "time": 0.05, "angle": -2.83 },
{ "time": 0.25, "angle": 5.15 },
{ "time": 0.4 }
],
"translate": [
{},
{ "time": 0.05, "x": -2.31, "y": -1.39 },
{ "time": 0.25, "x": 4.35, "y": -0.35 },
{ "time": 0.4 }
]
}
}
},
"Taunt": {
"bones": {
"root-bone_004": {
"rotate": [
{},
{ "time": 0.1, "angle": -12.01 },
{ "time": 0.3, "angle": -9.61 },
{ "time": 0.5, "angle": -12.01 },
{ "time": 0.6 }
],
"translate": [
{},
{ "time": 0.1, "x": 5.7, "y": 0.39 },
{ "time": 0.3, "x": 4.56, "y": 0.31 },
{ "time": 0.5, "x": 5.7, "y": 0.39 },
{ "time": 0.6 }
]
},
"root-bone_005": {
"rotate": [
{},
{ "time": 0.1, "angle": -17.76 },
{ "time": 0.3, "angle": -14.21 },
{ "time": 0.5, "angle": -17.76 },
{ "time": 0.6 }
],
"translate": [
{},
{ "time": 0.1, "x": 6.07, "y": 0.58 },
{ "time": 0.3, "x": 4.86, "y": 0.47 },
{ "time": 0.5, "x": 6.07, "y": 0.58 },
{ "time": 0.6 }
]
},
"root-bone_006": {
"rotate": [
{},
{ "time": 0.1, "angle": 3.8 },
{ "time": 0.3, "angle": 3.04 },
{ "time": 0.5, "angle": 3.8 },
{ "time": 0.6 }
],
"translate": [
{},
{ "time": 0.1, "x": 6.46, "y": 7.45 },
{ "time": 0.3, "x": 5.17, "y": 5.96 },
{ "time": 0.5, "x": 6.46, "y": 7.45 },
{ "time": 0.6 }
]
},
"root-bone_006-bone_000": {
"rotate": [
{},
{ "time": 0.1, "angle": 17.07 },
{ "time": 0.3, "angle": 13.66 },
{ "time": 0.5, "angle": 17.07 },
{ "time": 0.6 }
],
"translate": [
{},
{ "time": 0.1, "y": -6.99 },
{ "time": 0.3, "y": -5.59 },
{ "time": 0.5, "y": -6.99 },
{ "time": 0.6 }
]
},
"root-bone_006-bone_000-bone_001": {
"rotate": [
{},
{ "time": 0.1, "angle": -19.79 },
{ "time": 0.3, "angle": -15.83 },
{ "time": 0.5, "angle": -19.79 },
{ "time": 0.6 }
],
"translate": [
{},
{ "time": 0.1, "x": 3.53, "y": 1.56 },
{ "time": 0.3, "x": 2.83, "y": 1.25 },
{ "time": 0.5, "x": 3.53, "y": 1.56 },
{ "time": 0.6 }
]
},
"root-bone_006-bone_002": {
"rotate": [
{},
{ "time": 0.1, "angle": -30.01 },
{ "time": 0.3, "angle": -24.01 },
{ "time": 0.5, "angle": -30.01 },
{ "time": 0.6 }
]
},
"root-bone_006-bone_002-bone_003-bone_008": {
"rotate": [
{},
{ "time": 0.1, "angle": 44.75 },
{ "time": 0.3, "angle": 35.8 },
{ "time": 0.5, "angle": 44.75 },
{ "time": 0.6 }
]
},
"root-bone_006-bone_007": {
"rotate": [
{},
{ "time": 0.1, "angle": 7.67 },
{ "time": 0.3, "angle": 6.13 },
{ "time": 0.5, "angle": 7.67 },
{ "time": 0.6 }
],
"translate": [
{},
{ "time": 0.1, "x": 3.4, "y": 1.56 },
{ "time": 0.3, "x": 2.72, "y": 1.24 },
{ "time": 0.5, "x": 3.4, "y": 1.56 },
{ "time": 0.6 }
]
}
}
},
"Walking": {
"bones": {
"root-bone_004": {
"rotate": [
{ "angle": -34.88 },
{ "time": 0.15, "angle": -6.9 },
{ "time": 0.3, "angle": 15.46 },
{ "time": 0.45, "angle": -6.9 },
{ "time": 0.6, "angle": -34.88 }
]
},
"root-bone_005": {
"rotate": [
{ "angle": 40.24 },
{ "time": 0.15, "angle": 6.17 },
{ "time": 0.3, "angle": -13.58 },
{ "time": 0.45, "angle": 6.17 },
{ "time": 0.6, "angle": 40.24 }
]
},
"root-bone_006": {
"rotate": [
{ "angle": -4.72 },
{ "time": 0.15, "angle": 1.64 },
{ "time": 0.3, "angle": -4.72 },
{ "time": 0.45, "angle": 1.64 },
{ "time": 0.6, "angle": -4.72 }
],
"translate": [
{},
{ "time": 0.15, "y": 4.41 },
{ "time": 0.3 },
{ "time": 0.45, "y": 4.41 },
{ "time": 0.6 }
]
},
"root-bone_006-bone_000": {
"rotate": [
{ "angle": -26.08 },
{ "time": 0.15, "angle": -48.44 },
{ "time": 0.3, "angle": -70.79 },
{ "time": 0.45, "angle": -48.44 },
{ "time": 0.6, "angle": -26.08 }
]
},
"root-bone_006-bone_000-bone_001": {
"rotate": [
{ "angle": 10.29 },
{ "time": 0.15, "angle": 16.39 },
{ "time": 0.3, "angle": 22.49 },
{ "time": 0.45, "angle": 16.39 },
{ "time": 0.6, "angle": 10.29 }
]
},
"root-bone_006-bone_002": {
"rotate": [
{},
{ "time": 0.15, "angle": 39.98 },
{ "time": 0.3, "angle": 79.95 },
{ "time": 0.45, "angle": 39.98 },
{ "time": 0.6 }
]
},
"root-bone_006-bone_002-bone_003-bone_008": {
"rotate": [
{ "angle": 4.72 },
{ "time": 0.15, "angle": -35.26 },
{ "time": 0.3, "angle": -75.24 },
{ "time": 0.45, "angle": -35.26 },
{ "time": 0.6, "angle": 4.72 }
]
},
"root-bone_006-bone_007": {
"rotate": [
{ "angle": -1.29 },
{ "time": 0.05, "angle": -6.45 },
{ "time": 0.15, "angle": -0.47 },
{ "time": 0.2, "angle": 2.53 },
{ "time": 0.3, "angle": -2.13 },
{ "time": 0.35, "angle": -4.45 },
{ "time": 0.45, "angle": 1 },
{ "time": 0.5, "angle": 3.72 },
{ "time": 0.6, "angle": -1.29 }
],
"translate": [
{},
{ "time": 0.05, "x": -2.12, "y": -0.12 },
{ "time": 0.15, "x": 0.7, "y": 0.34 },
{ "time": 0.2, "x": 2.12, "y": 0.57 },
{ "time": 0.3, "x": -1.06, "y": 0.09 },
{ "time": 0.35, "x": -2.66, "y": -0.15 },
{ "time": 0.45, "x": 0.53, "y": -0.02 },
{ "time": 0.5, "x": 2.13, "y": 0.04 },
{ "time": 0.6 }
]
}
}
}
}
}

View File

@@ -0,0 +1,11 @@
{
"ver": "1.2.6",
"importer": "spine-data",
"imported": true,
"uuid": "1fd0e272-fdc4-42ee-8576-eef38128235a",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,42 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "696b70ef-b479-40f7-9375-6ad93c67aaf5",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "696b70ef-b479-40f7-9375-6ad93c67aaf5@6c48a",
"displayName": "k1",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "repeat",
"wrapModeT": "repeat",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "696b70ef-b479-40f7-9375-6ad93c67aaf5",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"hasAlpha": true,
"type": "texture",
"fixAlphaTransparencyArtifacts": false,
"redirect": "696b70ef-b479-40f7-9375-6ad93c67aaf5@6c48a"
}
}

View File

@@ -25,13 +25,13 @@
"__id__": 8
},
{
"__id__": 16
"__id__": 17
},
{
"__id__": 28
"__id__": 25
},
{
"__id__": 39
"__id__": 37
},
{
"__id__": 48
@@ -41,25 +41,34 @@
},
{
"__id__": 66
},
{
"__id__": 75
}
],
"_active": true,
"_components": [
{
"__id__": 75
"__id__": 84
},
{
"__id__": 77
"__id__": 86
},
{
"__id__": 79
"__id__": 88
},
{
"__id__": 81
"__id__": 90
},
{
"__id__": 92
},
{
"__id__": 94
}
],
"_prefab": {
"__id__": 83
"__id__": 96
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -226,6 +235,131 @@
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 9
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 8
},
"asset": {
"__uuid__": "198e9c93-3ac9-4564-9d0e-63c9836e509a",
"__expectedType__": "cc.Prefab"
},
"fileId": "54R/aYBglLI4Jn5pm++Jx8",
"instance": {
"__id__": 10
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "cdIK+ocxBJRLNeMROksdDi",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
},
{
"__id__": 16
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_name"
],
"value": "max"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"54R/aYBglLI4Jn5pm++Jx8"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": -0.07,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.Node",
"_name": "anm",
@@ -238,17 +372,17 @@
"_active": true,
"_components": [
{
"__id__": 9
"__id__": 18
},
{
"__id__": 11
"__id__": 20
},
{
"__id__": 13
"__id__": 22
}
],
"_prefab": {
"__id__": 15
"__id__": 24
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -285,11 +419,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 8
"__id__": 17
},
"_enabled": true,
"__prefab": {
"__id__": 10
"__id__": 19
},
"_contentSize": {
"__type__": "cc.Size",
@@ -313,11 +447,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 8
"__id__": 17
},
"_enabled": true,
"__prefab": {
"__id__": 12
"__id__": 21
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -358,11 +492,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 8
"__id__": 17
},
"_enabled": true,
"__prefab": {
"__id__": 14
"__id__": 23
},
"_id": ""
},
@@ -390,14 +524,14 @@
"__id__": 1
},
"_prefab": {
"__id__": 17
"__id__": 26
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 16
"__id__": 25
},
"asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -405,7 +539,7 @@
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": {
"__id__": 18
"__id__": 27
},
"targetOverrides": null
},
@@ -419,25 +553,25 @@
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 19
"__id__": 28
},
{
"__id__": 21
"__id__": 30
},
{
"__id__": 22
"__id__": 31
},
{
"__id__": 23
"__id__": 32
},
{
"__id__": 24
"__id__": 33
},
{
"__id__": 25
"__id__": 34
},
{
"__id__": 27
"__id__": 36
}
],
"removedComponents": []
@@ -445,7 +579,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 20
"__id__": 29
},
"propertyPath": [
"_name"
@@ -461,7 +595,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 20
"__id__": 29
},
"propertyPath": [
"_lpos"
@@ -476,7 +610,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 20
"__id__": 29
},
"propertyPath": [
"_lrot"
@@ -492,7 +626,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 20
"__id__": 29
},
"propertyPath": [
"_euler"
@@ -507,7 +641,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 20
"__id__": 29
},
"propertyPath": [
"_active"
@@ -517,7 +651,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 26
"__id__": 35
},
"propertyPath": [
"_contentSize"
@@ -537,7 +671,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 20
"__id__": 29
},
"propertyPath": [
"_lscale"
@@ -556,14 +690,14 @@
"__id__": 1
},
"_prefab": {
"__id__": 29
"__id__": 38
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 28
"__id__": 37
},
"asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -571,7 +705,7 @@
},
"fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": {
"__id__": 30
"__id__": 39
},
"targetOverrides": null
},
@@ -585,22 +719,22 @@
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 31
"__id__": 40
},
{
"__id__": 33
"__id__": 42
},
{
"__id__": 34
"__id__": 43
},
{
"__id__": 35
"__id__": 44
},
{
"__id__": 36
"__id__": 45
},
{
"__id__": 38
"__id__": 47
}
],
"removedComponents": []
@@ -608,7 +742,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 32
"__id__": 41
},
"propertyPath": [
"_name"
@@ -624,7 +758,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 32
"__id__": 41
},
"propertyPath": [
"_lpos"
@@ -639,7 +773,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 32
"__id__": 41
},
"propertyPath": [
"_lrot"
@@ -655,7 +789,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 32
"__id__": 41
},
"propertyPath": [
"_euler"
@@ -670,7 +804,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 37
"__id__": 46
},
"propertyPath": [
"_lpos"
@@ -691,7 +825,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 32
"__id__": 41
},
"propertyPath": [
"_lscale"
@@ -703,131 +837,6 @@
"z": 1
}
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 40
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 39
},
"asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
"__expectedType__": "cc.Prefab"
},
"fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": {
"__id__": 41
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "fe79INE+JI1Jy2Hu0iKLMn",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 42
},
{
"__id__": 44
},
{
"__id__": 45
},
{
"__id__": 46
},
{
"__id__": 47
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 43
},
"propertyPath": [
"_name"
],
"value": "tooltip"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"0d6ZXmA5dHkZxoGONDL2sE"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 43
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 4.65,
"y": 129.718,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 43
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 43
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 43
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.Node",
"_objFlags": 0,
@@ -845,10 +854,10 @@
"__id__": 48
},
"asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
"__expectedType__": "cc.Prefab"
},
"fileId": "91yoyAQGNDm5ziI7NUChZ+",
"fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": {
"__id__": 50
},
@@ -856,7 +865,7 @@
},
{
"__type__": "cc.PrefabInstance",
"fileId": "08n1IzuupL3YNn2/tFvc8M",
"fileId": "fe79INE+JI1Jy2Hu0iKLMn",
"prefabRootNode": {
"__id__": 1
},
@@ -889,12 +898,12 @@
"propertyPath": [
"_name"
],
"value": "up"
"value": "tooltip"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"91yoyAQGNDm5ziI7NUChZ+"
"0d6ZXmA5dHkZxoGONDL2sE"
]
},
{
@@ -907,8 +916,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 4.302,
"y": 45.887,
"x": 4.65,
"y": 129.718,
"z": 0
}
},
@@ -970,10 +979,10 @@
"__id__": 57
},
"asset": {
"__uuid__": "afb84e4d-b478-4ab6-8f14-4f69d7a2c57f",
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
"__expectedType__": "cc.Prefab"
},
"fileId": "733PKzwANLyJWD2ume4u5f",
"fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": {
"__id__": 59
},
@@ -981,7 +990,7 @@
},
{
"__type__": "cc.PrefabInstance",
"fileId": "6e93Sa8IZKKa8Fw7xWs/I6",
"fileId": "08n1IzuupL3YNn2/tFvc8M",
"prefabRootNode": {
"__id__": 1
},
@@ -1014,12 +1023,12 @@
"propertyPath": [
"_name"
],
"value": "wind"
"value": "up"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"733PKzwANLyJWD2ume4u5f"
"91yoyAQGNDm5ziI7NUChZ+"
]
},
{
@@ -1032,8 +1041,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"x": 4.302,
"y": 45.887,
"z": 0
}
},
@@ -1095,10 +1104,10 @@
"__id__": 66
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__uuid__": "afb84e4d-b478-4ab6-8f14-4f69d7a2c57f",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"fileId": "733PKzwANLyJWD2ume4u5f",
"instance": {
"__id__": 68
},
@@ -1106,7 +1115,7 @@
},
{
"__type__": "cc.PrefabInstance",
"fileId": "526SUDeQZOCbXYj7Jb2Rfx",
"fileId": "6e93Sa8IZKKa8Fw7xWs/I6",
"prefabRootNode": {
"__id__": 1
},
@@ -1139,12 +1148,12 @@
"propertyPath": [
"_name"
],
"value": "buff"
"value": "wind"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
"733PKzwANLyJWD2ume4u5f"
]
},
{
@@ -1203,6 +1212,131 @@
],
"value": false
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 76
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 75
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 77
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "526SUDeQZOCbXYj7Jb2Rfx",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 78
},
{
"__id__": 80
},
{
"__id__": 81
},
{
"__id__": 82
},
{
"__id__": 83
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 79
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 79
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 79
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 79
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 79
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.UITransform",
"_name": "",
@@ -1213,7 +1347,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 76
"__id__": 85
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1231,6 +1365,74 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 87
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 89
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
@@ -1241,10 +1443,10 @@
},
"_enabled": true,
"__prefab": {
"__id__": 78
"__id__": 91
},
"anm": {
"__id__": 13
"__id__": 22
},
"_id": ""
},
@@ -1262,7 +1464,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 80
"__id__": 93
},
"_id": ""
},
@@ -1280,7 +1482,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 82
"__id__": 95
},
"_id": ""
},
@@ -1300,6 +1502,9 @@
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 75
},
{
"__id__": 66
},
@@ -1310,13 +1515,13 @@
"__id__": 48
},
{
"__id__": 39
"__id__": 37
},
{
"__id__": 28
"__id__": 25
},
{
"__id__": 16
"__id__": 8
}
]
}

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 92
},
{
"__id__": 94
},
{
"__id__": 96
}
],
"_prefab": {
"__id__": 94
"__id__": 98
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1379,7 +1385,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1390,6 +1396,74 @@
"__prefab": {
"__id__": 89
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 91
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 93
},
"anm": {
"__id__": 22
},
@@ -1409,7 +1483,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 91
"__id__": 95
},
"_id": ""
},
@@ -1427,7 +1501,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 93
"__id__": 97
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 92
},
{
"__id__": 94
},
{
"__id__": 96
}
],
"_prefab": {
"__id__": 94
"__id__": 98
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1379,7 +1385,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1390,6 +1396,74 @@
"__prefab": {
"__id__": 89
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 91
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 93
},
"anm": {
"__id__": 22
},
@@ -1409,7 +1483,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 91
"__id__": 95
},
"_id": ""
},
@@ -1427,7 +1501,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 93
"__id__": 97
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 89
},
{
"__id__": 91
},
{
"__id__": 93
}
],
"_prefab": {
"__id__": 91
"__id__": 95
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1347,7 +1353,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1358,6 +1364,74 @@
"__prefab": {
"__id__": 86
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 88
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 90
},
"anm": {
"__id__": 22
},
@@ -1377,7 +1451,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 92
},
"_id": ""
},
@@ -1395,7 +1469,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 94
},
"_id": ""
},

View File

@@ -100,7 +100,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"y": -11.989,
"z": 0
},
"_lrot": {

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 92
},
{
"__id__": 94
},
{
"__id__": 96
}
],
"_prefab": {
"__id__": 94
"__id__": 98
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1379,7 +1385,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1390,6 +1396,74 @@
"__prefab": {
"__id__": 89
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 91
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 93
},
"anm": {
"__id__": 22
},
@@ -1409,7 +1483,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 91
"__id__": 95
},
"_id": ""
},
@@ -1427,7 +1501,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 93
"__id__": 97
},
"_id": ""
},

View File

@@ -59,10 +59,16 @@
},
{
"__id__": 92
},
{
"__id__": 94
},
{
"__id__": 96
}
],
"_prefab": {
"__id__": 94
"__id__": 98
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -1379,7 +1385,7 @@
"fileId": "14OhXRCixNOaApgow/hFbp"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -1390,6 +1396,74 @@
"__prefab": {
"__id__": 89
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8rVs6intBQ7lRU8Dw4zXV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 91
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": false,
"_friction": 1,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -1.8,
"y": 37.7
},
"_size": {
"__type__": "cc.Size",
"width": 50.8,
"height": 78.6
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b2Dt9lJI9FyJCDezkDBPBl"
},
{
"__type__": "a0379fmhvBHcbNcBF/l43O8",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 93
},
"anm": {
"__id__": 22
},
@@ -1409,7 +1483,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 91
"__id__": 95
},
"_id": ""
},
@@ -1427,7 +1501,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 93
"__id__": 97
},
"_id": ""
},

View File

@@ -50,8 +50,8 @@
"height": 250,
"rawWidth": 1775,
"rawHeight": 250,
"borderTop": 57,
"borderBottom": 181,
"borderTop": 227,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,

File diff suppressed because it is too large Load Diff

View File

@@ -95,9 +95,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -162,9 +162,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -229,9 +229,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -347,9 +347,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -414,9 +414,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -545,9 +545,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.4444444477558136
0.16666666666666666,
0.2777777777777778,
0.4444444444444444
],
"_values": [
{
@@ -612,9 +612,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.4444444477558136
0.16666666666666666,
0.2777777777777778,
0.4444444444444444
],
"_values": [
{
@@ -678,8 +678,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.1666666716337204,
0.2777777910232544
0.16666666666666666,
0.2777777777777778
],
"_values": [
{
@@ -771,9 +771,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -838,9 +838,9 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -904,9 +904,9 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.1666666716337204,
0.2777777910232544,
0.6666666865348816
0.16666666666666666,
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -1010,8 +1010,8 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.2777777910232544,
0.5555555820465088
0.2777777777777778,
0.5555555555555556
],
"_values": [
{
@@ -1064,8 +1064,8 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.2777777910232544,
0.5555555820465088
0.2777777777777778,
0.5555555555555556
],
"_values": [
{
@@ -1117,7 +1117,7 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.2777777910232544
0.2777777777777778
],
"_values": [
{
@@ -1196,8 +1196,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.2777777910232544,
0.6666666865348816
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -1237,8 +1237,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.2777777910232544,
0.6666666865348816
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -1278,8 +1278,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.2777777910232544,
0.6666666865348816
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -1370,8 +1370,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.3333333432674408,
0.6666666865348816
0.3333333333333333,
0.6666666666666666
],
"_values": [
{
@@ -1411,8 +1411,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.3333333432674408,
0.6666666865348816
0.3333333333333333,
0.6666666666666666
],
"_values": [
{
@@ -1452,8 +1452,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.3333333432674408,
0.6666666865348816
0.3333333333333333,
0.6666666666666666
],
"_values": [
{
@@ -1544,8 +1544,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.2777777910232544,
0.6666666865348816
0.2777777777777778,
0.6666666666666666
],
"_values": [
{
@@ -1585,8 +1585,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.2777777910232544,
0.6666666865348816
0.2777777777777778,
0.6666666666666666
],
"_values": [
{

View File

@@ -35,10 +35,19 @@
},
{
"__id__": 24
},
{
"__id__": 26
},
{
"__id__": 28
},
{
"__id__": 30
}
],
"_prefab": {
"__id__": 26
"__id__": 32
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -399,7 +408,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -410,6 +419,74 @@
"__prefab": {
"__id__": 23
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 25
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 720,
"height": 60
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 27
},
"_id": ""
},
{
@@ -426,7 +503,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 25
"__id__": 29
},
"playOnLoad": true,
"_clips": [
@@ -445,6 +522,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "684O4uajxIsKmwoOacfpUS"
},
{
"__type__": "9e0d3yayihFMKm6st+kCG3D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 31
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "40ZOnM4A1JXoRtABQW5hQD"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -29,10 +29,22 @@
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 12
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -228,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -239,12 +251,116 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -2.1,
"y": 0.4
},
"_size": {
"__type__": "cc.Size",
"width": 10,
"height": 10
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcCcCZuuJMgIWRgtrud9x7"
},
{
"__type__": "2332a3ShwFGNr2JGE9vSJPe",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "70TqaunGpEF6kOj4KFgq1N"
},
{
"__type__": "20503VOc7ZA84sbp8G72pxZ",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "caJxdB64pLKL+8Y09/9f28"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -32,10 +32,22 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 14
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -228,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -239,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 150
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -255,7 +335,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -274,6 +354,42 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "02vCVFFYtJl6v3JAJsnnzv"
},
{
"__type__": "c92adevMwxBYYbFjVc25eV9",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8IJiZ8qBEYoLJBJzL2Wu2"
},
{
"__type__": "20503VOc7ZA84sbp8G72pxZ",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "945q50VupJu781Zu2mK07/"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -32,10 +32,22 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 14
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -228,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -239,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 150
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -255,7 +335,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -274,6 +354,42 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "02vCVFFYtJl6v3JAJsnnzv"
},
{
"__type__": "c92adevMwxBYYbFjVc25eV9",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d8IJiZ8qBEYoLJBJzL2Wu2"
},
{
"__type__": "20503VOc7ZA84sbp8G72pxZ",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "945q50VupJu781Zu2mK07/"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -32,10 +32,22 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 14
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -231,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -242,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -4.5,
"y": -2
},
"_size": {
"__type__": "cc.Size",
"width": 20,
"height": 30.1
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -258,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -277,6 +357,42 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "0cIZpMAklNUpGWSkPm4J6y"
},
{
"__type__": "2332a3ShwFGNr2JGE9vSJPe",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4eMHumwftHy4v/nD7o8Ys6"
},
{
"__type__": "20503VOc7ZA84sbp8G72pxZ",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "40OmFihABMVpf+JiIpMULa"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -32,10 +32,22 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 14
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -231,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -242,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -4.5,
"y": -2
},
"_size": {
"__type__": "cc.Size",
"width": 20,
"height": 30.1
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -258,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -277,6 +357,42 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "0cIZpMAklNUpGWSkPm4J6y"
},
{
"__type__": "2332a3ShwFGNr2JGE9vSJPe",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "206m+aTHJO2byDoskuS+VO"
},
{
"__type__": "20503VOc7ZA84sbp8G72pxZ",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "9990p7HltMJ4tzRs47Sujy"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -4.5,
"y": -2
},
"_size": {
"__type__": "cc.Size",
"width": 20,
"height": 30.1
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -4.5,
"y": -2
},
"_size": {
"__type__": "cc.Size",
"width": 20,
"height": 30.1
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 16
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 180,
"height": 10
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +333,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +351,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},

View File

@@ -28,10 +28,16 @@
},
{
"__id__": 6
},
{
"__id__": 8
},
{
"__id__": 10
}
],
"_prefab": {
"__id__": 8
"__id__": 12
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -91,7 +97,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -102,6 +108,74 @@
"__prefab": {
"__id__": 5
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 720,
"height": 100
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_id": ""
},
{
@@ -116,9 +190,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 7
"__id__": 11
},
"_id": ""
},

View File

@@ -1,7 +1,7 @@
[
{
"__type__": "cc.Prefab",
"_name": "max_blue",
"_name": "buff_do",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
@@ -13,7 +13,7 @@
},
{
"__type__": "cc.Node",
"_name": "max_blue",
"_name": "buff_do",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
@@ -32,10 +32,16 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"_prefab": {
"__id__": 14
"__id__": 18
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -227,6 +233,74 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 180
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "cc.Animation",
"_name": "",
@@ -237,7 +311,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 11
"__id__": 15
},
"playOnLoad": true,
"_clips": [
@@ -266,7 +340,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},

View File

@@ -8,6 +8,6 @@
],
"subMetas": {},
"userData": {
"syncNodeName": "max_blue"
"syncNodeName": "buff_do"
}
}

View File

@@ -1,7 +1,7 @@
[
{
"__type__": "cc.Prefab",
"_name": "max_red",
"_name": "buff_do2",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
@@ -13,7 +13,7 @@
},
{
"__type__": "cc.Node",
"_name": "max_red",
"_name": "buff_do2",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
@@ -32,10 +32,16 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"_prefab": {
"__id__": 14
"__id__": 18
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -227,6 +233,74 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 180
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "cc.Animation",
"_name": "",
@@ -237,7 +311,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 11
"__id__": 15
},
"playOnLoad": true,
"_clips": [
@@ -266,7 +340,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},

View File

@@ -8,6 +8,6 @@
],
"subMetas": {},
"userData": {
"syncNodeName": "max_red"
"syncNodeName": "buff_do2"
}
}

View File

@@ -31,10 +31,16 @@
},
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
}
],
"_prefab": {
"__id__": 10
"__id__": 14
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -94,7 +100,7 @@
"fileId": "89ju37xNVPJJOPezJpA7XB"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -105,6 +111,74 @@
"__prefab": {
"__id__": 5
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "07uXEQG8ZCE76IrvSTYrAV"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 10,
"height": 10
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "80LDGzzxtKw7YkqT7LlZHv"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_id": ""
},
{
@@ -119,9 +193,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 7
"__id__": 11
},
"_id": ""
},
@@ -137,9 +211,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 9
"__id__": 13
},
"_id": ""
},

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 16
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +240,7 @@
"fileId": "5cF3YtaNJO6arYWX/tn4cL"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bdBL+TclP+79aZSabYtfK"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 60
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 200
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f70rkggRZACZKqkR8MhiBL"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -261,7 +335,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +351,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},

View File

@@ -32,10 +32,16 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"_prefab": {
"__id__": 14
"__id__": 18
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -231,7 +237,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -242,6 +248,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 240,
"height": 64.4
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -256,9 +330,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 16
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 20,
"height": 80
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +333,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +351,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},

View File

@@ -35,10 +35,19 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 16
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 120,
"height": 80
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +336,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +354,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -287,6 +364,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "9eF2PAF/ZE4oLd18R/CcWz"
},
{
"__type__": "38c69ebGPNGs5g0wcmjNHqR",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bfdVeaCtBMqaDUJo24I5td"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 180
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 16
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 180
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +333,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +351,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},

View File

@@ -35,10 +35,19 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 16
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 120,
"height": 80
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +336,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +354,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -287,6 +364,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "9eF2PAF/ZE4oLd18R/CcWz"
},
{
"__type__": "38c69ebGPNGs5g0wcmjNHqR",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bfdVeaCtBMqaDUJo24I5td"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -29,10 +29,25 @@
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 12
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -200,7 +215,7 @@
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -211,6 +226,42 @@
"__prefab": {
"__id__": 9
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0f1YvlzyZOLIAHiCyCBXRz"
},
{
"__type__": "2e239CwoM1FmoR8QJ5eOtPz",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f32He40X9Am4RqvtcwSlvk"
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_contentSize": {
"__type__": "cc.Size",
"width": 150,
@@ -228,7 +279,7 @@
"fileId": "5cF3YtaNJO6arYWX/tn4cL"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -237,13 +288,99 @@
},
"_enabled": true,
"__prefab": {
"__id__": 11
"__id__": 15
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bdBL+TclP+79aZSabYtfK"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 40
},
"_size": {
"__type__": "cc.Size",
"width": 150,
"height": 200
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0f1YvlzyZOLIAHiCyCBXRz"
"fileId": "f70rkggRZACZKqkR8MhiBL"
},
{
"__type__": "6a7fejJxHlM5r/TS8IFF1Kq",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "dfKETtXCZHLrUfWvYgQ2h5"
},
{
"__type__": "38c69ebGPNGs5g0wcmjNHqR",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "42NYkZlwpLzYnt1C/8jzQe"
},
{
"__type__": "cc.PrefabInfo",

View File

@@ -29,10 +29,25 @@
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 12
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -99,8 +114,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 2.2,
"y": 1.8,
"x": 2.5,
"y": 1.2,
"z": 1
},
"_mobility": 0,
@@ -200,7 +215,7 @@
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -211,6 +226,42 @@
"__prefab": {
"__id__": 9
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0f1YvlzyZOLIAHiCyCBXRz"
},
{
"__type__": "2e239CwoM1FmoR8QJ5eOtPz",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f32He40X9Am4RqvtcwSlvk"
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_contentSize": {
"__type__": "cc.Size",
"width": 150,
@@ -228,7 +279,7 @@
"fileId": "5cF3YtaNJO6arYWX/tn4cL"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -237,13 +288,99 @@
},
"_enabled": true,
"__prefab": {
"__id__": 11
"__id__": 15
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bdBL+TclP+79aZSabYtfK"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 120,
"height": 80
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0f1YvlzyZOLIAHiCyCBXRz"
"fileId": "f70rkggRZACZKqkR8MhiBL"
},
{
"__type__": "6a7fejJxHlM5r/TS8IFF1Kq",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b0xxzph7dOs7/fPyaSemba"
},
{
"__type__": "38c69ebGPNGs5g0wcmjNHqR",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "22XcJo1ndJmKVyka5mYPkD"
},
{
"__type__": "cc.PrefabInfo",

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 16
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 200,
"height": 64.4
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +333,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +351,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},

View File

@@ -32,10 +32,16 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"_prefab": {
"__id__": 14
"__id__": 18
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -228,7 +234,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -239,6 +245,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 399.6,
"height": 80
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -253,9 +327,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},

View File

@@ -35,10 +35,19 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 16
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 180
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +336,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +354,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -287,6 +364,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "35q2dGmmZF2J4J5u44z1jv"
},
{
"__type__": "38c69ebGPNGs5g0wcmjNHqR",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81zPueUFdLRbv5pMCz4lFW"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -38,10 +38,19 @@
},
{
"__id__": 21
},
{
"__id__": 23
},
{
"__id__": 25
},
{
"__id__": 27
}
],
"_prefab": {
"__id__": 23
"__id__": 29
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -253,7 +262,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -264,6 +273,74 @@
"__prefab": {
"__id__": 16
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 18
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 500
},
"_size": {
"__type__": "cc.Size",
"width": 10,
"height": 10
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 20
},
"_id": ""
},
{
@@ -280,7 +357,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 18
"__id__": 22
},
"playOnLoad": true,
"_clips": [
@@ -299,6 +376,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "684O4uajxIsKmwoOacfpUS"
},
{
"__type__": "38c69ebGPNGs5g0wcmjNHqR",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 24
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aeKuNdU4RH0aHU657oxakt"
},
{
"__type__": "6a7fejJxHlM5r/TS8IFF1Kq",
"_name": "",
@@ -307,9 +402,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 20
"__id__": 26
},
"_id": ""
},
@@ -325,9 +420,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 22
"__id__": 28
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 22
},
{
"__id__": 24
},
{
"__id__": 26
}
],
"_prefab": {
"__id__": 24
"__id__": 28
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -266,7 +272,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -277,6 +283,74 @@
"__prefab": {
"__id__": 17
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 720,
"height": 60
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
@@ -293,7 +367,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 19
"__id__": 23
},
"playOnLoad": true,
"_clips": [
@@ -320,9 +394,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 21
"__id__": 25
},
"_id": ""
},
@@ -338,9 +412,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 23
"__id__": 27
},
"_id": ""
},

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"_prefab": {
"__id__": 14
"__id__": 18
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -186,7 +192,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -197,6 +203,74 @@
"__prefab": {
"__id__": 9
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0.4,
"y": -0.7
},
"_size": {
"__type__": "cc.Size",
"width": 11.6,
"height": 12.3
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_id": ""
},
{
@@ -213,7 +287,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 11
"__id__": 15
},
"playOnLoad": true,
"_clips": [
@@ -240,9 +314,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 120,
"height": 150
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 120,
"height": 300
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -261,7 +335,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -288,9 +362,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -306,9 +380,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 16
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -234,7 +240,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -245,6 +251,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 27.6
},
"_size": {
"__type__": "cc.Size",
"width": 180,
"height": 100
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -259,9 +333,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -277,9 +351,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},

View File

@@ -32,10 +32,16 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"_prefab": {
"__id__": 14
"__id__": 18
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -231,7 +237,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -242,6 +248,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 200,
"height": 200
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -256,9 +330,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},

View File

@@ -26,13 +26,10 @@
"_components": [
{
"__id__": 8
},
{
"__id__": 10
}
],
"_prefab": {
"__id__": 12
"__id__": 10
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -227,24 +224,6 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "77z0467LpD9JrxJ4yirYik"
},
{
"__type__": "f140bFcc0VDZIGOeHAB+xwZ",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "18p/ymMfpOAYzUdQFqBjOm"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 15,
"height": 15
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 15,
"height": 15
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 15,
"height": 15
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -237,7 +243,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -248,6 +254,74 @@
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 15,
"height": 15
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_id": ""
},
{
@@ -264,7 +338,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"playOnLoad": true,
"_clips": [
@@ -291,9 +365,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -309,9 +383,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -28,10 +28,16 @@
},
{
"__id__": 6
},
{
"__id__": 8
},
{
"__id__": 10
}
],
"_prefab": {
"__id__": 8
"__id__": 12
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -91,7 +97,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -102,6 +108,74 @@
"__prefab": {
"__id__": 5
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 240,
"height": 100
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_id": ""
},
{
@@ -116,9 +190,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 7
"__id__": 11
},
"_id": ""
},

View File

@@ -35,10 +35,16 @@
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"_prefab": {
"__id__": 14
"__id__": 18
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -186,7 +192,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -197,6 +203,74 @@
"__prefab": {
"__id__": 9
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0.4,
"y": -0.7
},
"_size": {
"__type__": "cc.Size",
"width": 11.6,
"height": 12.3
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_id": ""
},
{
@@ -213,7 +287,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 11
"__id__": 15
},
"playOnLoad": true,
"_clips": [
@@ -240,9 +314,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},

View File

@@ -38,10 +38,16 @@
},
{
"__id__": 16
},
{
"__id__": 18
},
{
"__id__": 20
}
],
"_prefab": {
"__id__": 18
"__id__": 22
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -233,6 +239,74 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 11
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 100,
"height": 180
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "cc.Animation",
"_name": "",
@@ -243,7 +317,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 11
"__id__": 15
},
"playOnLoad": true,
"_clips": [
@@ -272,7 +346,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 13
"__id__": 17
},
"_id": ""
},
@@ -288,9 +362,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 19
},
"_id": ""
},
@@ -306,9 +380,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 17
"__id__": 21
},
"_id": ""
},

View File

@@ -41,10 +41,16 @@
},
{
"__id__": 22
},
{
"__id__": 24
},
{
"__id__": 26
}
],
"_prefab": {
"__id__": 24
"__id__": 28
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -373,7 +379,7 @@
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
@@ -384,6 +390,74 @@
"__prefab": {
"__id__": 17
},
"enabledContactListener": true,
"bullet": true,
"awakeOnLoad": true,
"_group": 4,
"_type": 2,
"_allowSleep": false,
"_gravityScale": 0,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1VxV09PdOkofzgGv1tsZE"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_size": {
"__type__": "cc.Size",
"width": 5,
"height": 5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "23eik112JPZYGiI8mJalTK"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 21
},
"_id": ""
},
{
@@ -400,7 +474,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 19
"__id__": 23
},
"playOnLoad": true,
"_clips": [
@@ -427,9 +501,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 21
"__id__": 25
},
"_id": ""
},
@@ -445,9 +519,9 @@
"node": {
"__id__": 1
},
"_enabled": false,
"_enabled": true,
"__prefab": {
"__id__": 23
"__id__": 27
},
"_id": ""
},

View File

@@ -224,9 +224,9 @@
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 172,
"g": 166,
"b": 166,
"r": 255,
"g": 0,
"b": 0,
"a": 255
},
"_string": "10",
@@ -628,7 +628,7 @@
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
@@ -678,7 +678,7 @@
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_layer": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,

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