76 Commits

Author SHA1 Message Date
d8ba69aada 还有好多错误 2025-10-17 00:29:34 +08:00
559ddfb653 dd 2025-10-16 23:40:12 +08:00
d486d87676 dd 2025-10-16 16:53:34 +08:00
d0cd9c1326 buff需要重置 2025-10-16 16:52:27 +08:00
31eedceeb3 技能设置清理 2025-10-16 11:14:28 +08:00
7ec02c4b9e 添加新技能 2025-10-15 22:56:55 +08:00
9e2ae6f30f 继续技能系统重构 2025-10-15 17:28:16 +08:00
2e2c9d82f9 继续新技能系统 2025-10-15 08:01:11 +08:00
070346fbe4 技能重构开始 2025-10-14 16:58:07 +08:00
7441e94419 开始重构技能系统 2025-10-14 10:53:14 +08:00
43561fa1cc 技能ui 调整 2025-10-14 08:44:31 +08:00
22726eed3b fix(skills): 修正技能预制体锚点并添加调试日志
- 将atk1和atk2技能预制体的锚点y值从0.5改为0
- 在SkillConComp中加载技能时添加uuid为6001时的起始坐标日志输出
- 在Skill加载函数中,uuid为6001时输出加载起始坐标日志
- 在SkillCom组件中,uuid为6001时输出起始位置日志
- 删除HeroPageComp中load_hero函数的实现内容,保留函数体
- 修正Skill加载时节点父级赋值逻辑,确保正确设置父节点
2025-10-13 13:27:40 +08:00
c86fac4ce7 refactor(hero): 删除英雄属性增长与升级资源相关代码
- 移除 heroSet.ts 中职业属性增长配置和全局属性增长配置
- 删除计算英雄属性等级的相关函数及升级资源配置
- Hero.ts 中初始化英雄属性时,改用静态 HeroInfo 数据赋值
- map/HInfoComp.ts 中移除未使用的属性增长及升级资源相关导入
- 简化英雄属性管理,减少复杂成长逻辑,提高数据维护效率
2025-10-13 09:54:22 +08:00
a1a5c37ad0 清理掉一些错误, 重新开始设计 2025-10-12 22:39:10 +08:00
797cf72a09 清理 ui1 ui2 精简到ui3 和ui4 2025-10-12 14:58:52 +08:00
d628829718 refactor(gui): 首页 英雄选择信息更新 初步 完成 2025-10-11 15:36:42 +08:00
f6322688dd fix(asset):
1.首页就是英雄选择页面,战斗后直接进入战斗页面, 不再有其他页面,采用肉鸽模式,每局都是新的开始,
2.获得奖励可以解锁更多英雄
3.战斗中获得随机奖励,但是需要消化 金币,金币由怪物掉落
4.战斗中可以升级,最高5级,后续可以开放10级,或地图不同最高等级不同
2025-10-10 23:59:12 +08:00
5ed5579142 refactor(heroUi): 精简和优化英雄界面预制资源
heriui载入 还有问题
- 移除了大量冗余节点和组件,减小预制体体积
- 调整部分节点名称和层级结构,更加清晰易维护
- 优化部分节点位置和尺寸属性,提升界面表现一致性
- 更新部分精灵资源引用及颜色配置,保证视觉效果正确
- 删除无用的动画剪辑和挂载组件,提升加载性能
- 重新整理属性覆盖信息,保持配置整洁规范
2025-10-10 16:55:01 +08:00
577f43042b dd 2025-09-20 09:49:22 +08:00
3435f76f5d Merge branch '814' of https://e.coding.net/walker_pan/heros/heros into 814 2025-09-10 22:30:39 +08:00
138f6b4da0 dd 2025-09-10 22:30:36 +08:00
34db348707 Merge branch '814' of https://e.coding.net/walker_pan/heros/heros into 814 2025-09-06 20:03:19 +08:00
9fca82703b dd 2025-09-06 20:03:16 +08:00
5b9c00fa7a dd 2025-09-03 10:58:29 +08:00
8e044fcf3c dd 2025-09-01 17:27:24 +08:00
da0237d49c dd 2025-09-01 10:36:33 +08:00
a9e940b166 dd 2025-08-29 16:01:39 +08:00
543be1111a dd 2025-08-28 17:08:51 +08:00
09c86944ac ui调整 2025-08-26 10:55:15 +08:00
c3b9977b0c 引导完善+ 说小贴士 2025-08-25 23:42:31 +08:00
6c95b3acc3 引导 基本完成 2025-08-25 17:28:02 +08:00
6a29821a7b 引导系统基本完成,开始制作 引导步骤 2025-08-24 23:40:37 +08:00
d693499397 开始新手引导 2025-08-21 22:57:29 +08:00
213149881c 去掉大部分 调试信息 2025-08-21 14:33:42 +08:00
92faa0fe09 腾讯云函数对应更新,英雄升级资源消耗,分开处理 2025-08-21 14:05:44 +08:00
1b56cb7a8c 初始版本可以去申请电子版权和软著了 2025-08-21 13:54:28 +08:00
0a654d130a 商店商品++ 2025-08-20 23:27:32 +08:00
77075b2650 商店 基本完成 2025-08-20 20:51:17 +08:00
1896b5fab0 开始商店 脚本和ui 2025-08-20 17:46:06 +08:00
b531948d4d 永久数据不再mvvm显示 2025-08-20 14:02:14 +08:00
dbe2da2927 奖励结算++ 2025-08-20 09:59:01 +08:00
bee97b4fe8 掉落加双倍处理 基本完成 2025-08-19 23:22:59 +08:00
c47ecc21e6 金币经验掉落 2025-08-19 22:30:59 +08:00
854affeaae 奖励已经双倍奖励 2025-08-19 19:40:34 +08:00
22f35893d7 升级 消耗经验和金币,需要本地和网络同步,又要减少操作 2025-08-19 08:56:18 +08:00
18248fdcd7 dd 2025-08-19 08:44:08 +08:00
6365464a1b ui调整 2025-08-19 08:42:19 +08:00
f5a13de4b5 添加物品 2025-08-18 21:13:10 +08:00
9e1459973c 品质统一在boxset设定 2025-08-18 21:03:47 +08:00
3884b35829 dd 2025-08-18 17:47:06 +08:00
a824d9a124 云环境和本地调试 添加 2025-08-18 17:00:40 +08:00
addc61e2a9 dd 2025-08-18 00:37:34 +08:00
cb8c37c23a 添加微信云开发环境 2025-08-18 00:27:57 +08:00
18874ddbf2 dd 2025-08-17 22:31:45 +08:00
c24961171f skillcon_timers 问题修复 2025-08-17 22:16:09 +08:00
db79fbf9e0 微信云开发插件 2025-08-17 22:15:07 +08:00
939e6d553d ui 2025-08-17 22:08:00 +08:00
b6ec65741a 关卡调整 2025-08-17 21:12:35 +08:00
1a25a566c8 英雄出战选择 +英雄相关 ui 改变 2025-08-17 20:40:03 +08:00
ba61724a08 dd 2025-08-17 12:28:38 +08:00
e5874bf936 护盾改为 护甲值 2025-08-17 12:25:22 +08:00
6288d4e4bb dd 2025-08-16 22:20:26 +08:00
eeeeecacc5 buff动画 2025-08-16 21:13:52 +08:00
9ccd63be3c 血条扣血特效 2025-08-16 15:32:39 +08:00
0d3f789bdc 技能清理技能完成, 完全使用帧动画 2025-08-16 14:21:05 +08:00
364371d952 todo 技能清理, 清理所有的spine技能已经 都改成像素形式 2025-08-15 17:07:07 +08:00
eddc1cadde 英雄召唤精简+ 清理无用技能文件 2025-08-15 17:06:18 +08:00
a2db298fcd dd 2025-08-15 16:33:25 +08:00
739600de89 hero 升级 2025-08-15 16:33:02 +08:00
94231cb3b1 英雄信息弹窗 2025-08-15 09:25:09 +08:00
cbac432bb6 英雄信息 2025-08-15 00:26:37 +08:00
5d8e43175e 改成位图字体 2025-08-14 21:04:03 +08:00
59b255b85d 英雄卡牌++ 2025-08-14 17:22:46 +08:00
7203a4ab07 英雄展示页面++ 2025-08-14 17:10:36 +08:00
6adff46fd1 清理 老的 没用的组件 2025-08-14 16:39:06 +08:00
f539cf9b7b 解决错误回滚 2025-08-14 15:54:19 +08:00
3488 changed files with 1011489 additions and 422651 deletions

4
.gitignore vendored
View File

@@ -19,4 +19,6 @@ native
#//////////////////////////
# WebStorm
#//////////////////////////
.idea/
.idea/
extensions/
extensions/oops-plugin-framework

View File

@@ -18,22 +18,19 @@
"__id__": 1
},
{
"__id__": 11
},
{
"__id__": 23
"__id__": 13
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 34
"__id__": 24
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.VectorTrack",
"__type__": "cc.animation.ColorTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
@@ -42,9 +39,6 @@
"proxy": null
},
"_channels": [
{
"__id__": 3
},
{
"__id__": 5
},
@@ -53,212 +47,9 @@
},
{
"__id__": 9
}
],
"_nComponents": 3
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
"position"
]
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 4
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
1.25
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
1.25
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 400,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 400,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 700,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 8
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
1.25
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 0,
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 10
}
},
{
"__type__": "cc.RealCurve",
"_times": [],
"_values": [],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.ColorTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 12
},
"proxy": null
},
"_channels": [
{
"__id__": 15
},
{
"__id__": 17
},
{
"__id__": 19
},
{
"__id__": 21
"__id__": 11
}
]
},
@@ -266,10 +57,10 @@
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 13
"__id__": 3
},
{
"__id__": 14
"__id__": 4
},
"color"
]
@@ -285,14 +76,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 16
"__id__": 6
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -306,7 +97,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -318,7 +111,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -330,7 +125,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,
@@ -339,14 +136,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 18
"__id__": 8
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -360,7 +157,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -372,7 +171,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -384,7 +185,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,
@@ -393,14 +196,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 20
"__id__": 10
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -414,7 +217,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -426,7 +231,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -438,7 +245,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,
@@ -447,14 +256,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 22
"__id__": 12
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -468,7 +277,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -480,7 +291,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -492,7 +305,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,
@@ -503,22 +318,22 @@
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 24
"__id__": 14
},
"proxy": null
},
"_channels": [
{
"__id__": 26
"__id__": 16
},
{
"__id__": 28
"__id__": 18
},
{
"__id__": 30
"__id__": 20
},
{
"__id__": 32
"__id__": 22
}
]
},
@@ -526,7 +341,7 @@
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 25
"__id__": 15
},
"color"
]
@@ -538,14 +353,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 27
"__id__": 17
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -559,7 +374,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -571,7 +388,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -583,7 +402,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,
@@ -592,14 +413,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 29
"__id__": 19
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -613,7 +434,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -625,7 +448,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -637,7 +462,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,
@@ -646,14 +473,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 31
"__id__": 21
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -667,7 +494,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -679,7 +508,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -691,7 +522,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,
@@ -700,14 +533,14 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 33
"__id__": 23
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.8333333134651184,
0.8333333333333334,
1.25
],
"_values": [
@@ -721,7 +554,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -733,7 +568,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -745,7 +582,9 @@
"leftTangent": 0,
"leftTangentWeight": 0,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"broken": null
}
}
],
"preExtrapolation": 1,

View File

@@ -345,7 +345,7 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@23c37",
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@23c37",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
@@ -360,7 +360,10 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +0,0 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "2849e90f-15b2-4082-a7b6-1ff1362f537b",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "card"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +0,0 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "0cb93380-70e6-4188-a773-764e6ee6e2ad",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "lcard"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +0,0 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "82cf9b7c-ba74-4bcb-8ad4-f8aa14805c77",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "pan"
}
}

View File

@@ -0,0 +1,664 @@
[
{
"__type__": "cc.Prefab",
"_name": "sk_icon",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "sk_icon",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
},
{
"__id__": 10
},
{
"__id__": 18
}
],
"_active": true,
"_components": [
{
"__id__": 26
},
{
"__id__": 28
}
],
"_prefab": {
"__id__": 30
},
"_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": 0.8,
"y": 0.8,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "bg",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
},
{
"__id__": 7
}
],
"_prefab": {
"__id__": 9
},
"_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": 135,
"height": 135
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "adntylfrROloP7vo2LzAH4"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@d8db6",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "f1OTm0OThGFZzp+YLNRcFG"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"_alignFlags": 45,
"_target": null,
"_left": 2.5,
"_right": 2.5,
"_top": 2.5,
"_bottom": 2.5,
"_horizontalCenter": 0,
"_verticalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 56,
"_originalHeight": 58,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aedrvlsOxAGp6VXerRbKLt"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "7cVB53T31NLo22RbaCA7ql",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "icon",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 15
}
],
"_prefab": {
"__id__": 17
},
"_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__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 12
},
"_contentSize": {
"__type__": "cc.Size",
"width": 132,
"height": 132
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5152Jn1KZNxrkaxrJK7yXj"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 14
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "1e96391c-f89b-4628-9fff-ef53afa3d9eb@44914",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "1e96391c-f89b-4628-9fff-ef53afa3d9eb",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "2fFa4GesdM2p/ML/2AbN7T"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 16
},
"_alignFlags": 45,
"_target": null,
"_left": 4,
"_right": 4,
"_top": 4,
"_bottom": 4,
"_horizontalCenter": 0,
"_verticalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 150,
"_originalHeight": 150,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "53HPKZ69lJMrkqoJgNPM8l"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "e9MjwYczZNdrBnCpBMYdPV",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "q1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 19
},
{
"__id__": 21
},
{
"__id__": 23
}
],
"_prefab": {
"__id__": 25
},
"_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__": 18
},
"_enabled": true,
"__prefab": {
"__id__": 20
},
"_contentSize": {
"__type__": "cc.Size",
"width": 140,
"height": 140
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "edyZvHnF5Lcab4UOtHncMX"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
},
"_enabled": true,
"__prefab": {
"__id__": 22
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@654c0",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0aVwvYotJL4aQ3FoVv7lvf"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
},
"_enabled": true,
"__prefab": {
"__id__": 24
},
"_alignFlags": 45,
"_target": null,
"_left": 0,
"_right": 0,
"_top": 0,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 56,
"_originalHeight": 58,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "7aTrl9o3pFuIH9IcBkvGXI"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "16mfUd/GFI+JC5rHJlJWul",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 27
},
"_contentSize": {
"__type__": "cc.Size",
"width": 140,
"height": 140
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "ad7mHgHv1ARoE+IBKBq8mu"
},
{
"__type__": "ba89eVxDcVPzoeSrTDJZ0qX",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 29
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "849+9EmhRCDqpsHa5khJhs"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "06dJs2kCVCZZtwEzj7YWLy",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "faebb14c-5fe2-42df-a8e9-4511d2404e35",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "sk_icon"
}
}

View File

@@ -1,113 +0,0 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "skillmax",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 18,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.4444444444444444,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 4
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.05555555555555555,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889
],
"_values": [
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@332e3",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@8be96",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@8179e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@08735",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@59ed7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@759c4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@2451b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@56d29",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -1,13 +0,0 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "c53295c0-2e3a-4037-aeb6-bc39cac22acf",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "skillmax"
}
}

View File

@@ -1,90 +0,0 @@
Witcher Blue.png
size: 281,309
format: RGBA8888
filter: Linear,Linear
repeat: none
Body
rotate: false
xy: 116, 45
size: 84, 84
orig: 128, 128
offset: 22, 22
index: -1
Face 01
rotate: true
xy: 226, 65
size: 112, 53
orig: 160, 128
offset: 24, 25
index: -1
Face 02
rotate: true
xy: 202, 24
size: 105, 15
orig: 160, 128
offset: 29, 35
index: -1
Face 03
rotate: false
xy: 2, 55
size: 112, 74
orig: 160, 128
offset: 23, 13
index: -1
Head
rotate: false
xy: 2, 131
size: 222, 176
orig: 260, 260
offset: 19, 42
index: -1
Left Arm
rotate: true
xy: 106, 2
size: 41, 45
orig: 64, 64
offset: 11, 9
index: -1
Left Hand
rotate: false
xy: 219, 18
size: 48, 45
orig: 64, 64
offset: 8, 7
index: -1
Left Leg
rotate: true
xy: 52, 13
size: 40, 52
orig: 64, 64
offset: 12, 6
index: -1
Right Leg
rotate: true
xy: 52, 13
size: 40, 52
orig: 64, 64
offset: 12, 6
index: -1
Right Arm
rotate: true
xy: 153, 2
size: 41, 45
orig: 64, 64
offset: 11, 9
index: -1
Right Hand
rotate: false
xy: 2, 9
size: 48, 44
orig: 64, 64
offset: 8, 10
index: -1
Weapon
rotate: true
xy: 226, 179
size: 128, 48
orig: 160, 80
offset: 16, 16
index: -1

View File

@@ -1,12 +0,0 @@
{
"ver": "1.0.1",
"importer": "*",
"imported": true,
"uuid": "adfb03d7-df68-4fad-a2c5-bb8748c56178",
"files": [
".atlas",
".json"
],
"subMetas": {},
"userData": {}
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +0,0 @@
{
"ver": "1.2.6",
"importer": "spine-data",
"imported": true,
"uuid": "20991da5-b5bb-4e03-ac38-f54eac44688b",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,42 +0,0 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "58cd412f-678d-4054-b59a-e96635196a4e",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "58cd412f-678d-4054-b59a-e96635196a4e@6c48a",
"displayName": "Witcher Blue",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "repeat",
"wrapModeT": "repeat",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "58cd412f-678d-4054-b59a-e96635196a4e",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"hasAlpha": true,
"type": "texture",
"fixAlphaTransparencyArtifacts": false,
"redirect": "58cd412f-678d-4054-b59a-e96635196a4e@6c48a"
}
}

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "0474d69a-4ed2-4470-a797-19d9f23c09b0",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "15588387-53dc-4224-bf79-8427e1cc1e9a",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "2b4c7ab0-b58d-4893-ade9-d8e56e03cf86",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "f35115b6-daca-417b-b2e3-059e6760e173",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "3403fbf1-f543-4e09-a6ec-24425bc59177",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "459d724d-7610-4d02-bd68-031a7a628d12",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "ddee9ebe-e001-473c-850a-3650df821ca5",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "7a7b06c8-a066-4238-869c-cec4f7621361",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "ea52be76-7907-4118-941a-822a9cda1966",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

View File

@@ -1,42 +0,0 @@
{
"ver": "1.0.26",
"importer": "image",
"imported": true,
"uuid": "ff2de696-adce-4f5d-8fca-d6d66d3746a7",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "ff2de696-adce-4f5d-8fca-d6d66d3746a7@6c48a",
"displayName": "herois",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "repeat",
"wrapModeT": "repeat",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "ff2de696-adce-4f5d-8fca-d6d66d3746a7",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"hasAlpha": true,
"type": "texture",
"fixAlphaTransparencyArtifacts": false,
"redirect": "ff2de696-adce-4f5d-8fca-d6d66d3746a7@6c48a"
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -25,53 +25,47 @@
"__id__": 11
},
{
"__id__": 26
"__id__": 21
},
{
"__id__": 36
"__id__": 33
},
{
"__id__": 48
"__id__": 44
},
{
"__id__": 59
},
{
"__id__": 68
},
{
"__id__": 77
"__id__": 53
}
],
"_active": true,
"_components": [
{
"__id__": 85
"__id__": 62
},
{
"__id__": 87
"__id__": 64
},
{
"__id__": 89
"__id__": 66
},
{
"__id__": 91
"__id__": 68
},
{
"__id__": 93
"__id__": 70
},
{
"__id__": 95
"__id__": 72
},
{
"__id__": 97
"__id__": 74
},
{
"__id__": 99
"__id__": 76
}
],
"_prefab": {
"__id__": 101
"__id__": 78
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -119,10 +113,10 @@
"__id__": 2
},
"asset": {
"__uuid__": "198e9c93-3ac9-4564-9d0e-63c9836e509a",
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "54R/aYBglLI4Jn5pm++Jx8",
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 4
},
@@ -130,7 +124,7 @@
},
{
"__type__": "cc.PrefabInstance",
"fileId": "cdIK+ocxBJRLNeMROksdDi",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
@@ -163,140 +157,6 @@
"propertyPath": [
"_name"
],
"value": "max"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"54R/aYBglLI4Jn5pm++Jx8"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": -4.526,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 12
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 11
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 13
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 17
},
{
"__id__": 18
},
{
"__id__": 19
},
{
"__id__": 20
},
{
"__id__": 22
},
{
"__id__": 24
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 15
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
@@ -308,7 +168,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 15
"__id__": 6
},
"propertyPath": [
"_lpos"
@@ -323,7 +183,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 15
"__id__": 6
},
"propertyPath": [
"_lrot"
@@ -339,7 +199,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 15
"__id__": 6
},
"propertyPath": [
"_euler"
@@ -354,64 +214,13 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 15
"__id__": 6
},
"propertyPath": [
"_active"
],
"value": true
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 21
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.TargetInfo",
"localID": [
"06rIMEZhtCFqxn+0HUwA7U",
"aeAW4zjwBDyJD3EFyy6QyB"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 23
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.TargetInfo",
"localID": [
"32p0FTAsdPS6U4aymzjUkA",
"aeAW4zjwBDyJD3EFyy6QyB"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 25
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.TargetInfo",
"localID": [
"d4PzngPStAI4kvOSezL4iM",
"aeAW4zjwBDyJD3EFyy6QyB"
]
},
{
"__type__": "cc.Node",
"_name": "anm",
@@ -424,20 +233,20 @@
"_active": true,
"_components": [
{
"__id__": 27
"__id__": 12
},
{
"__id__": 29
"__id__": 14
},
{
"__id__": 31
"__id__": 16
},
{
"__id__": 33
"__id__": 18
}
],
"_prefab": {
"__id__": 35
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -474,11 +283,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
"__id__": 11
},
"_enabled": true,
"__prefab": {
"__id__": 28
"__id__": 13
},
"_contentSize": {
"__type__": "cc.Size",
@@ -502,11 +311,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
"__id__": 11
},
"_enabled": true,
"__prefab": {
"__id__": 30
"__id__": 15
},
"_id": ""
},
@@ -520,11 +329,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
"__id__": 11
},
"_enabled": true,
"__prefab": {
"__id__": 32
"__id__": 17
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -565,11 +374,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
"__id__": 11
},
"_enabled": true,
"__prefab": {
"__id__": 34
"__id__": 19
},
"playOnLoad": true,
"_clips": [
@@ -632,14 +441,14 @@
"__id__": 1
},
"_prefab": {
"__id__": 37
"__id__": 22
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 36
"__id__": 21
},
"asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -647,7 +456,7 @@
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": {
"__id__": 38
"__id__": 23
},
"targetOverrides": null
},
@@ -661,25 +470,25 @@
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 39
"__id__": 24
},
{
"__id__": 41
"__id__": 26
},
{
"__id__": 42
"__id__": 27
},
{
"__id__": 43
"__id__": 28
},
{
"__id__": 44
"__id__": 29
},
{
"__id__": 45
"__id__": 30
},
{
"__id__": 47
"__id__": 32
}
],
"removedComponents": []
@@ -687,7 +496,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 40
"__id__": 25
},
"propertyPath": [
"_name"
@@ -703,7 +512,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 40
"__id__": 25
},
"propertyPath": [
"_lpos"
@@ -718,7 +527,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 40
"__id__": 25
},
"propertyPath": [
"_lrot"
@@ -734,7 +543,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 40
"__id__": 25
},
"propertyPath": [
"_euler"
@@ -749,7 +558,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 40
"__id__": 25
},
"propertyPath": [
"_active"
@@ -759,7 +568,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 46
"__id__": 31
},
"propertyPath": [
"_contentSize"
@@ -779,7 +588,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 40
"__id__": 25
},
"propertyPath": [
"_lscale"
@@ -798,14 +607,14 @@
"__id__": 1
},
"_prefab": {
"__id__": 49
"__id__": 34
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 48
"__id__": 33
},
"asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -813,7 +622,7 @@
},
"fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": {
"__id__": 50
"__id__": 35
},
"targetOverrides": null
},
@@ -827,22 +636,22 @@
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 51
"__id__": 36
},
{
"__id__": 53
"__id__": 38
},
{
"__id__": 54
"__id__": 39
},
{
"__id__": 55
"__id__": 40
},
{
"__id__": 56
"__id__": 41
},
{
"__id__": 58
"__id__": 43
}
],
"removedComponents": []
@@ -850,7 +659,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 52
"__id__": 37
},
"propertyPath": [
"_name"
@@ -866,7 +675,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 52
"__id__": 37
},
"propertyPath": [
"_lpos"
@@ -881,7 +690,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 52
"__id__": 37
},
"propertyPath": [
"_lrot"
@@ -897,7 +706,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 52
"__id__": 37
},
"propertyPath": [
"_euler"
@@ -912,7 +721,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 57
"__id__": 42
},
"propertyPath": [
"_lpos"
@@ -933,7 +742,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 52
"__id__": 37
},
"propertyPath": [
"_lscale"
@@ -952,14 +761,14 @@
"__id__": 1
},
"_prefab": {
"__id__": 60
"__id__": 45
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 59
"__id__": 44
},
"asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
@@ -967,7 +776,7 @@
},
"fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": {
"__id__": 61
"__id__": 46
},
"targetOverrides": null
},
@@ -981,19 +790,19 @@
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 62
"__id__": 47
},
{
"__id__": 64
"__id__": 49
},
{
"__id__": 65
"__id__": 50
},
{
"__id__": 66
"__id__": 51
},
{
"__id__": 67
"__id__": 52
}
],
"removedComponents": []
@@ -1001,7 +810,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 63
"__id__": 48
},
"propertyPath": [
"_name"
@@ -1017,7 +826,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 63
"__id__": 48
},
"propertyPath": [
"_lpos"
@@ -1032,7 +841,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 63
"__id__": 48
},
"propertyPath": [
"_lrot"
@@ -1048,7 +857,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 63
"__id__": 48
},
"propertyPath": [
"_euler"
@@ -1063,7 +872,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 63
"__id__": 48
},
"propertyPath": [
"_active"
@@ -1077,14 +886,14 @@
"__id__": 1
},
"_prefab": {
"__id__": 69
"__id__": 54
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 68
"__id__": 53
},
"asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
@@ -1092,7 +901,7 @@
},
"fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": {
"__id__": 70
"__id__": 55
},
"targetOverrides": null
},
@@ -1106,19 +915,19 @@
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 71
"__id__": 56
},
{
"__id__": 73
"__id__": 58
},
{
"__id__": 74
"__id__": 59
},
{
"__id__": 75
"__id__": 60
},
{
"__id__": 76
"__id__": 61
}
],
"removedComponents": []
@@ -1126,7 +935,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 72
"__id__": 57
},
"propertyPath": [
"_name"
@@ -1142,7 +951,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 72
"__id__": 57
},
"propertyPath": [
"_lpos"
@@ -1157,7 +966,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 72
"__id__": 57
},
"propertyPath": [
"_lrot"
@@ -1173,7 +982,7 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 72
"__id__": 57
},
"propertyPath": [
"_euler"
@@ -1188,125 +997,13 @@
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 72
"__id__": 57
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 78
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 77
},
"asset": {
"__uuid__": "afb84e4d-b478-4ab6-8f14-4f69d7a2c57f",
"__expectedType__": "cc.Prefab"
},
"fileId": "733PKzwANLyJWD2ume4u5f",
"instance": {
"__id__": 79
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "bberDW5uVI9LIIaIMnA/2E",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 80
},
{
"__id__": 82
},
{
"__id__": 83
},
{
"__id__": 84
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 81
},
"propertyPath": [
"_name"
],
"value": "wind"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"733PKzwANLyJWD2ume4u5f"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 81
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 81
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 81
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "cc.UITransform",
"_name": "",
@@ -1317,7 +1014,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 86
"__id__": 63
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1345,10 +1042,10 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 65
},
"anm": {
"__id__": 29
"__id__": 14
},
"_id": ""
},
@@ -1366,7 +1063,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 67
},
"_id": ""
},
@@ -1384,7 +1081,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 92
"__id__": 69
},
"_id": ""
},
@@ -1402,7 +1099,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 94
"__id__": 71
},
"enabledContactListener": true,
"bullet": false,
@@ -1436,7 +1133,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 96
"__id__": 73
},
"tag": 0,
"_group": 4,
@@ -1470,7 +1167,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 98
"__id__": 75
},
"_id": ""
},
@@ -1488,7 +1185,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 100
"__id__": 77
},
"_id": ""
},
@@ -1509,22 +1206,16 @@
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 77
"__id__": 53
},
{
"__id__": 68
"__id__": 44
},
{
"__id__": 59
"__id__": 33
},
{
"__id__": 48
},
{
"__id__": 36
},
{
"__id__": 11
"__id__": 21
},
{
"__id__": 2

View File

@@ -35,40 +35,34 @@
},
{
"__id__": 53
},
{
"__id__": 62
},
{
"__id__": 70
}
],
"_active": true,
"_components": [
{
"__id__": 79
"__id__": 62
},
{
"__id__": 81
"__id__": 64
},
{
"__id__": 83
"__id__": 66
},
{
"__id__": 85
"__id__": 68
},
{
"__id__": 87
"__id__": 70
},
{
"__id__": 89
"__id__": 72
},
{
"__id__": 91
"__id__": 74
}
],
"_prefab": {
"__id__": 93
"__id__": 76
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -116,10 +110,10 @@
"__id__": 2
},
"asset": {
"__uuid__": "198e9c93-3ac9-4564-9d0e-63c9836e509a",
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "54R/aYBglLI4Jn5pm++Jx8",
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 4
},
@@ -127,7 +121,7 @@
},
{
"__type__": "cc.PrefabInstance",
"fileId": "cdIK+ocxBJRLNeMROksdDi",
"fileId": "ffJnb68N5GLo4rlQEHVfYl",
"prefabRootNode": {
"__id__": 1
},
@@ -160,12 +154,12 @@
"propertyPath": [
"_name"
],
"value": "max"
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"54R/aYBglLI4Jn5pm++Jx8"
"65v9q/98dMjafRlb094Ctr"
]
},
{
@@ -179,7 +173,7 @@
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": -4.526,
"y": 0,
"z": 0
}
},
@@ -364,7 +358,10 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_atlas": {
"__uuid__": "9e1b429f-da49-4fbb-a36b-373f9d64b4b4",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
@@ -1007,243 +1004,6 @@
],
"value": false
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 63
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 62
},
"asset": {
"__uuid__": "afb84e4d-b478-4ab6-8f14-4f69d7a2c57f",
"__expectedType__": "cc.Prefab"
},
"fileId": "733PKzwANLyJWD2ume4u5f",
"instance": {
"__id__": 64
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "47KQOpvWFHbaGv93Q6KG6I",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 65
},
{
"__id__": 67
},
{
"__id__": 68
},
{
"__id__": 69
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 66
},
"propertyPath": [
"_name"
],
"value": "wind"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"733PKzwANLyJWD2ume4u5f"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 66
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 66
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 66
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 71
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 70
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 72
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "ffJnb68N5GLo4rlQEHVfYl",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 73
},
{
"__id__": 75
},
{
"__id__": 76
},
{
"__id__": 77
},
{
"__id__": 78
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 74
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 74
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 74
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 74
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 74
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.UITransform",
"_name": "",
@@ -1254,7 +1014,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 80
"__id__": 63
},
"_contentSize": {
"__type__": "cc.Size",
@@ -1282,7 +1042,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 82
"__id__": 65
},
"anm": {
"__id__": 14
@@ -1303,7 +1063,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 84
"__id__": 67
},
"_id": ""
},
@@ -1321,7 +1081,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 86
"__id__": 69
},
"_id": ""
},
@@ -1339,7 +1099,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 88
"__id__": 71
},
"enabledContactListener": true,
"bullet": false,
@@ -1373,7 +1133,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 90
"__id__": 73
},
"tag": 0,
"_group": 2,
@@ -1407,7 +1167,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 92
"__id__": 75
},
"_id": ""
},
@@ -1427,12 +1187,6 @@
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 70
},
{
"__id__": 62
},
{
"__id__": 53
},

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "c3578585-1456-4045-b18d-96a2367dfe3e",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "50fa0bab-1535-4892-94a8-c44c7b4736db",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "3842ed73-2247-4cb4-bd02-b1dfd3b0a2af",

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "1cc562dd-d004-41b6-ba70-bef23074076a",

View File

@@ -22,17 +22,17 @@
"__id__": 2
},
{
"__id__": 8
"__id__": 24
}
],
"_active": true,
"_components": [
{
"__id__": 14
"__id__": 32
}
],
"_prefab": {
"__id__": 16
"__id__": 34
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -71,18 +71,25 @@
"_parent": {
"__id__": 1
},
"_children": [],
"_children": [
{
"__id__": 3
}
],
"_active": true,
"_components": [
{
"__id__": 3
"__id__": 17
},
{
"__id__": 5
"__id__": 19
},
{
"__id__": 21
}
],
"_prefab": {
"__id__": 7
"__id__": 23
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -113,6 +120,327 @@
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Button_Border_Circle_H53_White_Bg",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 2
},
"_children": [
{
"__id__": 4
}
],
"_active": true,
"_components": [
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
}
],
"_prefab": {
"__id__": 16
},
"_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": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "BubbleFrame_01_ArrowBg",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 3
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 5
},
{
"__id__": 7
}
],
"_prefab": {
"__id__": 9
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 70.583,
"y": -43.963,
"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": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 4
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_contentSize": {
"__type__": "cc.Size",
"width": 31,
"height": 37
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0cSf9kAD1DFbHiUjMIIH+g"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 4
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@8b3ab",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "837tIFMjhFy6LI1VDae3SQ"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9bbsSellpJ/7mfHLWpToGK",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 3
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_contentSize": {
"__type__": "cc.Size",
"width": 228,
"height": 73
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "55OEMGRiREoarVbxxS4xtp"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 3
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@df277",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "de5EHTIPtGUoEgaAHAhhfE"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 3
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"_alignFlags": 45,
"_target": null,
"_left": 1,
"_right": 1,
"_top": 1,
"_bottom": 1,
"_horizontalCenter": 0,
"_verticalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 50,
"_originalHeight": 53,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "53LMej0GtNaJyk91eOlrcd"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "79W04mlENAn6oQ1y1oZyNg",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
@@ -123,12 +451,12 @@
},
"_enabled": true,
"__prefab": {
"__id__": 4
"__id__": 18
},
"_contentSize": {
"__type__": "cc.Size",
"width": 100,
"height": 50
"width": 230,
"height": 75
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -151,7 +479,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 6
"__id__": 20
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -183,6 +511,42 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "09S6er24tADYna5lfOQEkl"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 22
},
"_alignFlags": 45,
"_target": null,
"_left": 0,
"_right": 0,
"_top": 0,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 100,
"_originalHeight": 50,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "3b5Bvues1P/qDyLQHYI8J7"
},
{
"__type__": "cc.PrefabInfo",
"root": {
@@ -208,14 +572,17 @@
"_active": true,
"_components": [
{
"__id__": 9
"__id__": 25
},
{
"__id__": 11
"__id__": 27
},
{
"__id__": 29
}
],
"_prefab": {
"__id__": 13
"__id__": 31
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -252,16 +619,16 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 8
"__id__": 24
},
"_enabled": true,
"__prefab": {
"__id__": 10
"__id__": 26
},
"_contentSize": {
"__type__": "cc.Size",
"width": 63,
"height": 21.9
"width": 220,
"height": 65
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -280,11 +647,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 8
"__id__": 24
},
"_enabled": true,
"__prefab": {
"__id__": 12
"__id__": 28
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -296,13 +663,13 @@
"b": 255,
"a": 255
},
"_string": "这是喊话",
"_string": "点我可以调整出战英雄",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 15,
"_fontSize": 15,
"_actualFontSize": 21,
"_fontSize": 20,
"_fontFamily": "Arial",
"_lineHeight": 15,
"_lineHeight": 25,
"_overflow": 2,
"_enableWrapText": true,
"_font": null,
@@ -342,6 +709,42 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "6e8rPYem5HYojc44/ZRvP+"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 24
},
"_enabled": true,
"__prefab": {
"__id__": 30
},
"_alignFlags": 45,
"_target": null,
"_left": 5,
"_right": 5,
"_top": 5,
"_bottom": 5,
"_horizontalCenter": 0,
"_verticalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 63,
"_originalHeight": 59.49999999999999,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "9cjyQ0wVdFkrdMNAqOGW27"
},
{
"__type__": "cc.PrefabInfo",
"root": {
@@ -365,12 +768,12 @@
},
"_enabled": true,
"__prefab": {
"__id__": 15
"__id__": 33
},
"_contentSize": {
"__type__": "cc.Size",
"width": 100,
"height": 100
"width": 230,
"height": 75
},
"_anchorPoint": {
"__type__": "cc.Vec2",

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "db035da2-17ca-4877-9579-1ea97b5d8443",

View File

@@ -17,9 +17,9 @@
<key>spriteSourceSize</key>
<string>{240,135}</string>
<key>textureRect</key>
<string>{{631,1099},{240,135}}</string>
<string>{{1072,871},{240,135}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>47_PixelSky_layer02.png</key>
<dict>
@@ -34,9 +34,9 @@
<key>spriteSourceSize</key>
<string>{240,135}</string>
<key>textureRect</key>
<string>{{768,1099},{240,65}}</string>
<string>{{1576,684},{240,65}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>47_PixelSky_layer03.png</key>
<dict>
@@ -51,7 +51,7 @@
<key>spriteSourceSize</key>
<string>{240,135}</string>
<key>textureRect</key>
<string>{{631,1341},{238,61}}</string>
<string>{{1631,842},{238,61}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -68,7 +68,7 @@
<key>spriteSourceSize</key>
<string>{240,135}</string>
<key>textureRect</key>
<string>{{730,590},{240,135}}</string>
<string>{{1389,751},{240,135}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -85,9 +85,9 @@
<key>spriteSourceSize</key>
<string>{240,135}</string>
<key>textureRect</key>
<string>{{836,727},{240,89}}</string>
<string>{{1631,751},{240,89}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>48_PixelSky_layer03.png</key>
<dict>
@@ -102,7 +102,41 @@
<key>spriteSourceSize</key>
<string>{240,135}</string>
<key>textureRect</key>
<string>{{927,727},{240,45}}</string>
<string>{{1825,441},{240,45}}</string>
<key>textureRotated</key>
<true/>
</dict>
<key>Background_01.png</key>
<dict>
<key>aliases</key>
<array/>
<key>anchor</key>
<string>{0.5,0.5}</string>
<key>spriteOffset</key>
<string>{0,0}</string>
<key>spriteSize</key>
<string>{324,666}</string>
<key>spriteSourceSize</key>
<string>{324,666}</string>
<key>textureRect</key>
<string>{{515,1},{324,666}}</string>
<key>textureRotated</key>
<true/>
</dict>
<key>Background_03.png</key>
<dict>
<key>aliases</key>
<array/>
<key>anchor</key>
<string>{0.5,0.5}</string>
<key>spriteOffset</key>
<string>{0,0}</string>
<key>spriteSize</key>
<string>{324,666}</string>
<key>spriteSourceSize</key>
<string>{324,666}</string>
<key>textureRect</key>
<string>{{1183,1},{324,666}}</string>
<key>textureRotated</key>
<true/>
</dict>
@@ -121,7 +155,7 @@
<key>textureRect</key>
<string>{{1,491},{372,576}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
<key>Env 1 Cloud 1.png</key>
<dict>
@@ -136,9 +170,9 @@
<key>spriteSourceSize</key>
<string>{63,23}</string>
<key>textureRect</key>
<string>{{730,727},{63,23}}</string>
<string>{{435,865},{63,23}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>Env 1 Cloud 2.png</key>
<dict>
@@ -153,7 +187,7 @@
<key>spriteSourceSize</key>
<string>{111,50}</string>
<key>textureRect</key>
<string>{{917,435},{111,50}}</string>
<string>{{1568,888},{111,50}}</string>
<key>textureRotated</key>
<true/>
</dict>
@@ -170,9 +204,9 @@
<key>spriteSourceSize</key>
<string>{324,52}</string>
<key>textureRect</key>
<string>{{782,727},{324,52}}</string>
<string>{{1125,652},{324,52}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>Env 1 Mountains.png</key>
<dict>
@@ -187,9 +221,9 @@
<key>spriteSourceSize</key>
<string>{324,128}</string>
<key>textureRect</key>
<string>{{371,1109},{324,128}}</string>
<string>{{435,895},{324,128}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>Env 1 Trees.png</key>
<dict>
@@ -204,7 +238,7 @@
<key>spriteSourceSize</key>
<string>{324,83}</string>
<key>textureRect</key>
<string>{{371,1435},{324,83}}</string>
<string>{{1013,786},{324,83}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -221,9 +255,9 @@
<key>spriteSourceSize</key>
<string>{432,216}</string>
<key>textureRect</key>
<string>{{753,1},{432,216}}</string>
<string>{{579,677},{432,216}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>Layer_1.png</key>
<dict>
@@ -238,9 +272,9 @@
<key>spriteSourceSize</key>
<string>{432,216}</string>
<key>textureRect</key>
<string>{{291,1069},{374,78}}</string>
<string>{{1013,706},{374,78}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>Layer_2.png</key>
<dict>
@@ -255,9 +289,9 @@
<key>spriteSourceSize</key>
<string>{432,216}</string>
<key>textureRect</key>
<string>{{147,1069},{432,142}}</string>
<string>{{1133,327},{432,142}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>Layer_3.png</key>
<dict>
@@ -272,9 +306,9 @@
<key>spriteSourceSize</key>
<string>{432,216}</string>
<key>textureRect</key>
<string>{{1,1069},{432,144}}</string>
<string>{{1,865},{432,144}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>Panel_InnerGlow.png</key>
<dict>
@@ -289,9 +323,9 @@
<key>spriteSourceSize</key>
<string>{241,244}</string>
<key>textureRect</key>
<string>{{487,547},{241,244}}</string>
<string>{{1579,441},{241,244}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
<key>Panel_Pattern_Gradient.png</key>
<dict>
@@ -306,9 +340,9 @@
<key>spriteSourceSize</key>
<string>{252,319}</string>
<key>textureRect</key>
<string>{{501,1092},{128,309}}</string>
<string>{{761,895},{128,309}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
<key>Pattern_512.png</key>
<dict>
@@ -340,7 +374,7 @@
<key>spriteSourceSize</key>
<string>{96,96}</string>
<key>textureRect</key>
<string>{{835,1207},{96,96}}</string>
<string>{{1620,905},{96,96}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -357,7 +391,7 @@
<key>spriteSourceSize</key>
<string>{62,32}</string>
<key>textureRect</key>
<string>{{291,1445},{62,32}}</string>
<string>{{515,439},{62,32}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -374,7 +408,7 @@
<key>spriteSourceSize</key>
<string>{33,19}</string>
<key>textureRect</key>
<string>{{730,547},{33,19}}</string>
<string>{{1851,1},{33,19}}</string>
<key>textureRotated</key>
<true/>
</dict>
@@ -391,9 +425,9 @@
<key>spriteSourceSize</key>
<string>{46,26}</string>
<key>textureRect</key>
<string>{{487,491},{46,26}}</string>
<string>{{1013,677},{46,26}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>TX Village Props-119.png</key>
<dict>
@@ -408,7 +442,7 @@
<key>spriteSourceSize</key>
<string>{21,15}</string>
<key>textureRect</key>
<string>{{1,1503},{21,15}}</string>
<string>{{1424,635},{21,15}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -425,9 +459,9 @@
<key>spriteSourceSize</key>
<string>{120,138}</string>
<key>textureRect</key>
<string>{{836,969},{120,138}}</string>
<string>{{1314,888},{120,138}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
<key>TX Village Props-146.png</key>
<dict>
@@ -442,9 +476,9 @@
<key>spriteSourceSize</key>
<string>{153,162}</string>
<key>textureRect</key>
<string>{{753,435},{153,162}}</string>
<string>{{1424,471},{153,162}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>TX Village Props-155.png</key>
<dict>
@@ -459,7 +493,7 @@
<key>spriteSourceSize</key>
<string>{16,12}</string>
<key>textureRect</key>
<string>{{822,1504},{16,12}}</string>
<string>{{1,1011},{16,12}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -476,9 +510,9 @@
<key>spriteSourceSize</key>
<string>{5,9}</string>
<key>textureRect</key>
<string>{{631,1092},{5,9}}</string>
<string>{{1818,684},{5,9}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>TX Village Props-162.png</key>
<dict>
@@ -493,7 +527,7 @@
<key>spriteSourceSize</key>
<string>{9,10}</string>
<key>textureRect</key>
<string>{{782,1087},{9,10}}</string>
<string>{{1620,888},{9,10}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -510,9 +544,9 @@
<key>spriteSourceSize</key>
<string>{12,14}</string>
<key>textureRect</key>
<string>{{487,1092},{12,14}}</string>
<string>{{1389,737},{12,14}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
<key>TX Village Props-170.png</key>
<dict>
@@ -527,7 +561,7 @@
<key>spriteSourceSize</key>
<string>{8,8}</string>
<key>textureRect</key>
<string>{{355,1445},{8,8}}</string>
<string>{{1567,441},{8,8}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -544,9 +578,9 @@
<key>spriteSourceSize</key>
<string>{7,6}</string>
<key>textureRect</key>
<string>{{487,539},{7,6}}</string>
<string>{{1125,439},{7,6}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
<key>TX Village Props-172.png</key>
<dict>
@@ -561,7 +595,7 @@
<key>spriteSourceSize</key>
<string>{8,9}</string>
<key>textureRect</key>
<string>{{958,969},{8,9}}</string>
<string>{{1013,871},{8,9}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -578,7 +612,7 @@
<key>spriteSourceSize</key>
<string>{3,4}</string>
<key>textureRect</key>
<string>{{365,1445},{3,4}}</string>
<string>{{435,890},{3,4}}</string>
<key>textureRotated</key>
<true/>
</dict>
@@ -595,9 +629,9 @@
<key>spriteSourceSize</key>
<string>{5,8}</string>
<key>textureRect</key>
<string>{{642,1092},{5,8}}</string>
<string>{{1825,683},{5,8}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>TX Village Props-182.png</key>
<dict>
@@ -612,9 +646,9 @@
<key>spriteSourceSize</key>
<string>{31,34}</string>
<key>textureRect</key>
<string>{{835,1305},{31,34}}</string>
<string>{{1718,983},{31,34}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
<key>TX Village Props-184.png</key>
<dict>
@@ -629,7 +663,7 @@
<key>spriteSourceSize</key>
<string>{57,29}</string>
<key>textureRect</key>
<string>{{501,1403},{57,29}}</string>
<string>{{1389,706},{57,29}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -646,7 +680,7 @@
<key>spriteSourceSize</key>
<string>{89,36}</string>
<key>textureRect</key>
<string>{{871,1305},{89,36}}</string>
<string>{{1818,905},{89,36}}</string>
<key>textureRotated</key>
<true/>
</dict>
@@ -663,9 +697,9 @@
<key>spriteSourceSize</key>
<string>{95,37}</string>
<key>textureRect</key>
<string>{{933,1207},{95,37}}</string>
<string>{{1454,986},{95,37}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>clouds.png</key>
<dict>
@@ -680,9 +714,9 @@
<key>spriteSourceSize</key>
<string>{544,236}</string>
<key>textureRect</key>
<string>{{515,1},{544,236}}</string>
<string>{{579,439},{544,236}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>far-grounds.png</key>
<dict>
@@ -697,9 +731,9 @@
<key>spriteSourceSize</key>
<string>{616,110}</string>
<key>textureRect</key>
<string>{{375,491},{616,110}}</string>
<string>{{515,327},{616,110}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>logo.png</key>
<dict>
@@ -714,9 +748,9 @@
<key>spriteSourceSize</key>
<string>{333,187}</string>
<key>textureRect</key>
<string>{{487,793},{297,179}}</string>
<string>{{1125,471},{297,179}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>objects-0.png</key>
<dict>
@@ -731,9 +765,9 @@
<key>spriteSourceSize</key>
<string>{98,76}</string>
<key>textureRect</key>
<string>{{822,1404},{98,76}}</string>
<string>{{1718,905},{98,76}}</string>
<key>textureRotated</key>
<true/>
<false/>
</dict>
<key>objects-1.png</key>
<dict>
@@ -748,7 +782,7 @@
<key>spriteSourceSize</key>
<string>{32,32}</string>
<key>textureRect</key>
<string>{{917,548},{32,32}}</string>
<string>{{1754,983},{32,32}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -765,7 +799,7 @@
<key>spriteSourceSize</key>
<string>{48,32}</string>
<key>textureRect</key>
<string>{{782,1053},{48,32}}</string>
<string>{{1339,827},{48,32}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -782,7 +816,7 @@
<key>spriteSourceSize</key>
<string>{48,39}</string>
<key>textureRect</key>
<string>{{291,1479},{48,39}}</string>
<string>{{1339,786},{48,39}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -799,7 +833,7 @@
<key>spriteSourceSize</key>
<string>{123,114}</string>
<key>textureRect</key>
<string>{{697,1404},{123,114}}</string>
<string>{{1451,635},{123,114}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -816,7 +850,7 @@
<key>spriteSourceSize</key>
<string>{112,96}</string>
<key>textureRect</key>
<string>{{835,1109},{112,96}}</string>
<string>{{1454,888},{112,96}}</string>
<key>textureRotated</key>
<false/>
</dict>
@@ -833,9 +867,9 @@
<key>spriteSourceSize</key>
<string>{112,304}</string>
<key>textureRect</key>
<string>{{668,793},{112,304}}</string>
<string>{{1567,327},{112,304}}</string>
<key>textureRotated</key>
<false/>
<true/>
</dict>
</dict>
<key>metadata</key>
@@ -849,9 +883,9 @@
<key>realTextureFileName</key>
<string>mp.png</string>
<key>size</key>
<string>{973,1519}</string>
<string>{1872,1024}</string>
<key>smartupdate</key>
<string>$TexturePacker:SmartUpdate:adc3deba1cdd1b52eace362aaaa61f71:319ee526c4dfd3977f0bd2631c8fc423:ec8f585ed16a427e6080bdaa0c10caef$</string>
<string>$TexturePacker:SmartUpdate:cfb7548384005096e102c15fc2e0ce2b:bfee31182ce6e37da6cfe628eab20d38:ec8f585ed16a427e6080bdaa0c10caef$</string>
<key>textureFileName</key>
<string>mp.png</string>
</dict>

View File

@@ -16,11 +16,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 487,
"trimY": 1092,
"trimX": 1389,
"trimY": 737,
"width": 12,
"height": 14,
"rawWidth": 12,
@@ -62,11 +62,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": -23,
"trimX": 836,
"trimY": 727,
"trimX": 1631,
"trimY": 751,
"width": 240,
"height": 89,
"rawWidth": 240,
@@ -108,7 +108,7 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 1,
@@ -157,8 +157,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 835,
"trimY": 1109,
"trimX": 1454,
"trimY": 888,
"width": 112,
"height": 96,
"rawWidth": 112,
@@ -200,11 +200,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 35,
"trimX": 768,
"trimY": 1099,
"trimX": 1576,
"trimY": 684,
"width": 240,
"height": 65,
"rawWidth": 240,
@@ -246,11 +246,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 631,
"trimY": 1099,
"trimX": 1072,
"trimY": 871,
"width": 240,
"height": 135,
"rawWidth": 240,
@@ -295,8 +295,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 7,
"trimX": 631,
"trimY": 1341,
"trimX": 1631,
"trimY": 842,
"width": 238,
"height": 61,
"rawWidth": 240,
@@ -341,8 +341,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 730,
"trimY": 590,
"trimX": 1389,
"trimY": 751,
"width": 240,
"height": 135,
"rawWidth": 240,
@@ -387,8 +387,8 @@
"rotated": true,
"offsetX": 0,
"offsetY": 45,
"trimX": 927,
"trimY": 727,
"trimX": 1825,
"trimY": 441,
"width": 240,
"height": 45,
"rawWidth": 240,
@@ -421,6 +421,98 @@
],
"subMetas": {}
},
"8b868": {
"importer": "sprite-frame",
"uuid": "e674de94-f5be-431e-832b-88b308a47271@8b868",
"displayName": "",
"id": "8b868",
"name": "Background_01",
"userData": {
"trimThreshold": 1,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 515,
"trimY": 1,
"width": 324,
"height": 666,
"rawWidth": 324,
"rawHeight": 666,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [],
"indexes": [],
"uv": [],
"nuv": [],
"minPos": [],
"maxPos": []
},
"isUuid": true,
"imageUuidOrDatabaseUri": "099a81bb-31a5-4d85-b854-9f2a8b60d279@6c48a",
"atlasUuid": "e674de94-f5be-431e-832b-88b308a47271",
"trimType": "auto"
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"b45e4": {
"importer": "sprite-frame",
"uuid": "e674de94-f5be-431e-832b-88b308a47271@b45e4",
"displayName": "",
"id": "b45e4",
"name": "Background_03",
"userData": {
"trimThreshold": 1,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 1183,
"trimY": 1,
"width": 324,
"height": 666,
"rawWidth": 324,
"rawHeight": 666,
"borderTop": 0,
"borderBottom": 625,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [],
"indexes": [],
"uv": [],
"nuv": [],
"minPos": [],
"maxPos": []
},
"isUuid": true,
"imageUuidOrDatabaseUri": "099a81bb-31a5-4d85-b854-9f2a8b60d279@6c48a",
"atlasUuid": "e674de94-f5be-431e-832b-88b308a47271",
"trimType": "auto"
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"4f5be": {
"importer": "sprite-frame",
"uuid": "e674de94-f5be-431e-832b-88b308a47271@4f5be",
@@ -430,11 +522,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 730,
"trimY": 727,
"trimX": 435,
"trimY": 865,
"width": 63,
"height": 23,
"rawWidth": 63,
@@ -479,8 +571,8 @@
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 917,
"trimY": 435,
"trimX": 1568,
"trimY": 888,
"width": 111,
"height": 50,
"rawWidth": 111,
@@ -522,11 +614,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 782,
"trimY": 727,
"trimX": 1125,
"trimY": 652,
"width": 324,
"height": 52,
"rawWidth": 324,
@@ -568,11 +660,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 371,
"trimY": 1109,
"trimX": 435,
"trimY": 895,
"width": 324,
"height": 128,
"rawWidth": 324,
@@ -617,8 +709,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 371,
"trimY": 1435,
"trimX": 1013,
"trimY": 786,
"width": 324,
"height": 83,
"rawWidth": 324,
@@ -660,11 +752,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 753,
"trimY": 1,
"trimX": 579,
"trimY": 677,
"width": 432,
"height": 216,
"rawWidth": 432,
@@ -706,11 +798,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 8,
"offsetY": 52,
"trimX": 291,
"trimY": 1069,
"trimX": 1013,
"trimY": 706,
"width": 374,
"height": 78,
"rawWidth": 432,
@@ -752,11 +844,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": -37,
"trimX": 147,
"trimY": 1069,
"trimX": 1133,
"trimY": 327,
"width": 432,
"height": 142,
"rawWidth": 432,
@@ -798,11 +890,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": -36,
"trimX": 1,
"trimY": 1069,
"trimY": 865,
"width": 432,
"height": 144,
"rawWidth": 432,
@@ -844,11 +936,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 487,
"trimY": 547,
"trimX": 1579,
"trimY": 441,
"width": 241,
"height": 244,
"rawWidth": 241,
@@ -890,11 +982,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": -62,
"offsetY": -5,
"trimX": 501,
"trimY": 1092,
"trimX": 761,
"trimY": 895,
"width": 128,
"height": 309,
"rawWidth": 252,
@@ -985,8 +1077,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 835,
"trimY": 1207,
"trimX": 1620,
"trimY": 905,
"width": 96,
"height": 96,
"rawWidth": 96,
@@ -1031,8 +1123,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 291,
"trimY": 1445,
"trimX": 515,
"trimY": 439,
"width": 62,
"height": 32,
"rawWidth": 62,
@@ -1077,8 +1169,8 @@
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 730,
"trimY": 547,
"trimX": 1851,
"trimY": 1,
"width": 33,
"height": 19,
"rawWidth": 33,
@@ -1120,11 +1212,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 487,
"trimY": 491,
"trimX": 1013,
"trimY": 677,
"width": 46,
"height": 26,
"rawWidth": 46,
@@ -1169,8 +1261,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 1,
"trimY": 1503,
"trimX": 1424,
"trimY": 635,
"width": 21,
"height": 15,
"rawWidth": 21,
@@ -1212,11 +1304,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 836,
"trimY": 969,
"trimX": 1314,
"trimY": 888,
"width": 120,
"height": 138,
"rawWidth": 120,
@@ -1258,11 +1350,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 753,
"trimY": 435,
"trimX": 1424,
"trimY": 471,
"width": 153,
"height": 162,
"rawWidth": 153,
@@ -1307,8 +1399,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 822,
"trimY": 1504,
"trimX": 1,
"trimY": 1011,
"width": 16,
"height": 12,
"rawWidth": 16,
@@ -1350,11 +1442,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 631,
"trimY": 1092,
"trimX": 1818,
"trimY": 684,
"width": 5,
"height": 9,
"rawWidth": 5,
@@ -1399,8 +1491,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 782,
"trimY": 1087,
"trimX": 1620,
"trimY": 888,
"width": 9,
"height": 10,
"rawWidth": 9,
@@ -1445,8 +1537,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 355,
"trimY": 1445,
"trimX": 1567,
"trimY": 441,
"width": 8,
"height": 8,
"rawWidth": 8,
@@ -1488,11 +1580,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 487,
"trimY": 539,
"trimX": 1125,
"trimY": 439,
"width": 7,
"height": 6,
"rawWidth": 7,
@@ -1537,8 +1629,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 958,
"trimY": 969,
"trimX": 1013,
"trimY": 871,
"width": 8,
"height": 9,
"rawWidth": 8,
@@ -1583,8 +1675,8 @@
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 365,
"trimY": 1445,
"trimX": 435,
"trimY": 890,
"width": 3,
"height": 4,
"rawWidth": 3,
@@ -1626,11 +1718,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 642,
"trimY": 1092,
"trimX": 1825,
"trimY": 683,
"width": 5,
"height": 8,
"rawWidth": 5,
@@ -1672,11 +1764,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 835,
"trimY": 1305,
"trimX": 1718,
"trimY": 983,
"width": 31,
"height": 34,
"rawWidth": 31,
@@ -1721,8 +1813,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 501,
"trimY": 1403,
"trimX": 1389,
"trimY": 706,
"width": 57,
"height": 29,
"rawWidth": 57,
@@ -1767,8 +1859,8 @@
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 871,
"trimY": 1305,
"trimX": 1818,
"trimY": 905,
"width": 89,
"height": 36,
"rawWidth": 89,
@@ -1810,11 +1902,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 933,
"trimY": 1207,
"trimX": 1454,
"trimY": 986,
"width": 95,
"height": 37,
"rawWidth": 95,
@@ -1856,11 +1948,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 515,
"trimY": 1,
"trimX": 579,
"trimY": 439,
"width": 544,
"height": 236,
"rawWidth": 544,
@@ -1902,11 +1994,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 375,
"trimY": 491,
"trimX": 515,
"trimY": 327,
"width": 616,
"height": 110,
"rawWidth": 616,
@@ -1948,11 +2040,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 487,
"trimY": 793,
"trimX": 1125,
"trimY": 471,
"width": 297,
"height": 179,
"rawWidth": 333,
@@ -1994,11 +2086,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": true,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 822,
"trimY": 1404,
"trimX": 1718,
"trimY": 905,
"width": 98,
"height": 76,
"rawWidth": 98,
@@ -2043,8 +2135,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 917,
"trimY": 548,
"trimX": 1754,
"trimY": 983,
"width": 32,
"height": 32,
"rawWidth": 32,
@@ -2089,8 +2181,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 782,
"trimY": 1053,
"trimX": 1339,
"trimY": 827,
"width": 48,
"height": 32,
"rawWidth": 48,
@@ -2135,8 +2227,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 291,
"trimY": 1479,
"trimX": 1339,
"trimY": 786,
"width": 48,
"height": 39,
"rawWidth": 48,
@@ -2181,8 +2273,8 @@
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 697,
"trimY": 1404,
"trimX": 1451,
"trimY": 635,
"width": 123,
"height": 114,
"rawWidth": 123,
@@ -2224,11 +2316,11 @@
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"rotated": true,
"offsetX": 0,
"offsetY": 0,
"trimX": 668,
"trimY": 793,
"trimX": 1567,
"trimY": 327,
"width": 112,
"height": 304,
"rawWidth": 112,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

@@ -1,5 +1,5 @@
{
"ver": "1.0.26",
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "099a81bb-31a5-4d85-b854-9f2a8b60d279",

View File

@@ -3607,8 +3607,6 @@
"__id__": 0
},
"fileId": "c4IqMKgXNExa5w4EAciRxE",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
@@ -3697,7 +3695,7 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": "b66NtMUq9JsrMS7a2uXNZv"
"_id": "a9O91cLlJGoY5y1TC9zgB9"
},
{
"__type__": "cc.CompPrefabInfo",
@@ -4838,10 +4836,7 @@
"__prefab": {
"__id__": 214
},
"light": {
"__uuid__": "319c7eb8-9826-48b6-81e4-82559dbf82a8",
"__expectedType__": "cc.Prefab"
},
"light": null,
"_id": ""
},
{

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "594171b5-ceb3-4313-b54f-3da5f9ec9962",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "17169af7-4532-4892-a40f-101ca425e2dd",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -0,0 +1,100 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk1",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 15,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.26666666666666666,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.06666666666666667,
0.13333333333333333,
0.2
],
"_values": [
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@a22e7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@20740",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@35944",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@b9343",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "5bec4860-3cc5-40ca-bac8-e04a29cd04bd",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "atk1"
}
}

View File

@@ -0,0 +1,155 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "boom1",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 60,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.25,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.016666666666666666,
0.03333333333333333,
0.05,
0.06666666666666667,
0.08333333333333333,
0.1,
0.11666666666666667,
0.13333333333333333,
0.15,
0.16666666666666666,
0.18333333333333332,
0.2,
0.21666666666666667,
0.23333333333333334
],
"_values": [
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d0d9e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@a4482",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@0a281",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@5449d",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@0f0c3",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@84275",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@eb951",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@7cc4a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@af9f6",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@47dca",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6d189",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@57967",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@943ab",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@951e6",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6c890",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "08ee9331-d203-4948-b49e-b906ef43bc4c",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "boom1"
}
}

View File

@@ -0,0 +1,125 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "ready1",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 24,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.375,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.041666666666666664,
0.08333333333333333,
0.125,
0.16666666666666666,
0.20833333333333334,
0.25,
0.2916666666666667,
0.3333333333333333
],
"_values": [
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@4a442",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@8f9b0",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@7cc7f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@373cf",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3e926",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d974e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3b694",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3dcb2",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@b4ba2",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "517fed99-d09a-416a-b37d-607dd4dd7e9d",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "ready1"
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "67e47971-0c35-4445-bf87-1f16671a8091",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -0,0 +1,343 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_fires",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_fires",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 3
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 2
},
"asset": {
"__uuid__": "43a67d73-b426-4f20-9a1f-1aaae1c82bd0",
"__expectedType__": "cc.Prefab"
},
"fileId": "cfqCWnxbFLNoQMedQXsav3",
"instance": {
"__id__": 4
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "51heDVa6dNC5JOz0aq5R7A",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_name"
],
"value": "ready"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"cfqCWnxbFLNoQMedQXsav3"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 6.112,
"y": 45.573,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": -0.7071067811865475,
"w": 0.7071067811865476
}
},
{
"__type__": "cc.TargetInfo",
"localID": [
"feOW1uSctLKYCw3esMiuox"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 1.2,
"z": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_active"
],
"value": true
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
}
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "fa24e/W24dKOpV/zeDMOkBU",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"atkPrefab": {
"__uuid__": "26ff5f8c-e160-4977-bf1b-0b6153052bef",
"__expectedType__": "cc.Prefab"
},
"hasReady": true,
"ReadyTime": 0.1,
"runType": 0,
"ready_y": 200,
"atk_x": 10,
"atk_y": 40,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "71M8fD8N5EuYBVRGv+zaXd"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 2
}
]
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "845d0141-6de8-4498-9363-efacbc9a63e6",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_fires"
}
}

View File

@@ -0,0 +1,342 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_s1",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_s1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 3
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 2
},
"asset": {
"__uuid__": "43a67d73-b426-4f20-9a1f-1aaae1c82bd0",
"__expectedType__": "cc.Prefab"
},
"fileId": "cfqCWnxbFLNoQMedQXsav3",
"instance": {
"__id__": 4
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "51heDVa6dNC5JOz0aq5R7A",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_name"
],
"value": "ready"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"cfqCWnxbFLNoQMedQXsav3"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 6.112,
"y": 45.573,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": -0.7071067811865475,
"w": 0.7071067811865476
}
},
{
"__type__": "cc.TargetInfo",
"localID": [
"feOW1uSctLKYCw3esMiuox"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 1.2,
"z": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
}
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "fa24e/W24dKOpV/zeDMOkBU",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"atkPrefab": {
"__uuid__": "551c634e-b486-4ff5-a302-279e365751ee",
"__expectedType__": "cc.Prefab"
},
"runType": 2,
"hasReady": false,
"ReadyTime": 0.1,
"ready_y": 0,
"atk_x": 10,
"atk_y": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "71M8fD8N5EuYBVRGv+zaXd"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 2
}
]
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "a29fa44a-a7d4-4476-989b-63fdcdf414d1",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_s1"
}
}

View File

@@ -0,0 +1,343 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_s2",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_s2",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 3
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 2
},
"asset": {
"__uuid__": "43a67d73-b426-4f20-9a1f-1aaae1c82bd0",
"__expectedType__": "cc.Prefab"
},
"fileId": "cfqCWnxbFLNoQMedQXsav3",
"instance": {
"__id__": 4
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "51heDVa6dNC5JOz0aq5R7A",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_name"
],
"value": "ready"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"cfqCWnxbFLNoQMedQXsav3"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 6.112,
"y": 45.573,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": -0.7071067811865475,
"w": 0.7071067811865476
}
},
{
"__type__": "cc.TargetInfo",
"localID": [
"feOW1uSctLKYCw3esMiuox"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 1.2,
"z": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
}
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "fa24e/W24dKOpV/zeDMOkBU",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"atkPrefab": {
"__uuid__": "6ccc9250-6e7a-48a9-8a8d-75d6c9406d21",
"__expectedType__": "cc.Prefab"
},
"runType": 2,
"hasReady": false,
"ReadyTime": 0.1,
"ready_y": 0,
"atk_x": 10,
"atk_y": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "71M8fD8N5EuYBVRGv+zaXd"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 2
}
]
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "dce11b51-ebee-49f3-be9e-7e061d08f1e8",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_s2"
}
}

View File

@@ -0,0 +1,343 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_s3",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_s3",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 3
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 2
},
"asset": {
"__uuid__": "43a67d73-b426-4f20-9a1f-1aaae1c82bd0",
"__expectedType__": "cc.Prefab"
},
"fileId": "cfqCWnxbFLNoQMedQXsav3",
"instance": {
"__id__": 4
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "51heDVa6dNC5JOz0aq5R7A",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_name"
],
"value": "ready"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"cfqCWnxbFLNoQMedQXsav3"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 6.112,
"y": 45.573,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": -0.7071067811865475,
"w": 0.7071067811865476
}
},
{
"__type__": "cc.TargetInfo",
"localID": [
"feOW1uSctLKYCw3esMiuox"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 11
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 1.2,
"z": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lscale"
],
"value": {
"__type__": "cc.Vec3",
"x": 2,
"y": 2,
"z": 1
}
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "fa24e/W24dKOpV/zeDMOkBU",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"atkPrefab": {
"__uuid__": "940ebade-65c5-4af0-b3ef-99b339fb81d1",
"__expectedType__": "cc.Prefab"
},
"runType": 2,
"hasReady": false,
"ReadyTime": 0.1,
"ready_y": 0,
"atk_x": 10,
"atk_y": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "71M8fD8N5EuYBVRGv+zaXd"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 2
}
]
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "96031e6d-7853-4ab2-8621-7ae5e9154386",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_s3"
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

View File

@@ -0,0 +1,42 @@
{
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "c512fd74-f613-447c-aa48-c2c68e3a64b7",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "c512fd74-f613-447c-aa48-c2c68e3a64b7@6c48a",
"displayName": "nskill1",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "repeat",
"wrapModeT": "repeat",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "c512fd74-f613-447c-aa48-c2c68e3a64b7",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "texture",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "c512fd74-f613-447c-aa48-c2c68e3a64b7@6c48a"
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "079458b7-6dbd-42d1-9291-05916ee27400",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -0,0 +1,408 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_fire_1",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_fire_1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Node",
"_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.7071067811865475,
"w": 0.7071067811865476
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 90
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 64,
"height": 64
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0bXCTL/l1A5YZuQAHcNimF"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@a22e7",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b9QUlReiVJ7ZDxbXwpC4IM"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9fUsJF0/xIH6lvrQ3ar5z7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__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.7,
"y": 0.5
},
"_size": {
"__type__": "cc.Size",
"width": 29.5,
"height": 10.8
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81sJPuCINN3rZBRiuXBK3i"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"enabledContactListener": true,
"bullet": false,
"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": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bT+t24ixB5JXaf1K0opLg"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.1,
"controlPointRandomness": 0,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5bdTSRB61JvJ58crjmM55d"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "5bec4860-3cc5-40ca-bac8-e04a29cd04bd",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "5bec4860-3cc5-40ca-bac8-e04a29cd04bd",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81ijmfBpBLBYwxa+xOAd0J"
},
{
"__type__": "411a8xY2rNF1JLZn+Qgqfqg",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"anmEnd": false,
"cbox": true,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "7frqHFRhdHXbaDJ490Ea1E"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "26ff5f8c-e160-4977-bf1b-0b6153052bef",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_fire_1"
}
}

View File

@@ -0,0 +1,392 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_s_1",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_s_1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Node",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 9
}
],
"_prefab": {
"__id__": 11
},
"_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": 87,
"height": 97
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "93pNmvtQlLSqtTgIepyEmA"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@29211",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "12eKc8gltBz50frJCS5+ww"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"enabledContactListener": false,
"bullet": false,
"awakeOnLoad": true,
"_group": 1,
"_type": 2,
"_allowSleep": true,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "98cPYmJhNA4J/GZdhUWQGv"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 10
},
"tag": 0,
"_group": 1,
"_density": 1,
"_sensor": false,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 43.5,
"y": 48.5
},
"_size": {
"__type__": "cc.Size",
"width": 87,
"height": 97
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63V4BzNKRDzYi3gYIKcuRs"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "3arqAMBz1MvoXBzeDaL5M/",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_contentSize": {
"__type__": "cc.Size",
"width": 240,
"height": 100
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "45017156-064b-43f2-a24e-176b6ce17ad8",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "45017156-064b-43f2-a24e-176b6ce17ad8",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c2RDvksalG2acL3tyGCY0t"
},
{
"__type__": "411a8xY2rNF1JLZn+Qgqfqg",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"anmEnd": true,
"cbox": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "157f8YWOhK6pBg6CBgHHww"
},
{
"__type__": "b1d8e1ZA0dLtqufhidnFK/K",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "eeypCqftdF9bW7NF55WalQ"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "551c634e-b486-4ff5-a302-279e365751ee",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_s_1"
}
}

View File

@@ -0,0 +1,392 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_s_2",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_s_2",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Node",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 9
}
],
"_prefab": {
"__id__": 11
},
"_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": 87,
"height": 97
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "93pNmvtQlLSqtTgIepyEmA"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@aa3e6",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "12eKc8gltBz50frJCS5+ww"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"enabledContactListener": false,
"bullet": false,
"awakeOnLoad": true,
"_group": 1,
"_type": 2,
"_allowSleep": true,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "98cPYmJhNA4J/GZdhUWQGv"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 10
},
"tag": 0,
"_group": 1,
"_density": 1,
"_sensor": false,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 43.5,
"y": 48.5
},
"_size": {
"__type__": "cc.Size",
"width": 87,
"height": 97
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63V4BzNKRDzYi3gYIKcuRs"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "3arqAMBz1MvoXBzeDaL5M/",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_contentSize": {
"__type__": "cc.Size",
"width": 240,
"height": 100
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "45017156-064b-43f2-a24e-176b6ce17ad8",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "45017156-064b-43f2-a24e-176b6ce17ad8",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c2RDvksalG2acL3tyGCY0t"
},
{
"__type__": "411a8xY2rNF1JLZn+Qgqfqg",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"anmEnd": true,
"cbox": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "157f8YWOhK6pBg6CBgHHww"
},
{
"__type__": "b1d8e1ZA0dLtqufhidnFK/K",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "eeypCqftdF9bW7NF55WalQ"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "6ccc9250-6e7a-48a9-8a8d-75d6c9406d21",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_s_2"
}
}

View File

@@ -0,0 +1,392 @@
[
{
"__type__": "cc.Prefab",
"_name": "atk_s_3",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "atk_s_3",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Node",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 9
}
],
"_prefab": {
"__id__": 11
},
"_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": 87,
"height": 97
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "93pNmvtQlLSqtTgIepyEmA"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@91931",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "12eKc8gltBz50frJCS5+ww"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"enabledContactListener": false,
"bullet": false,
"awakeOnLoad": true,
"_group": 1,
"_type": 2,
"_allowSleep": true,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "98cPYmJhNA4J/GZdhUWQGv"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 10
},
"tag": 0,
"_group": 1,
"_density": 1,
"_sensor": false,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 43.5,
"y": 48.5
},
"_size": {
"__type__": "cc.Size",
"width": 87,
"height": 97
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63V4BzNKRDzYi3gYIKcuRs"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "3arqAMBz1MvoXBzeDaL5M/",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_contentSize": {
"__type__": "cc.Size",
"width": 240,
"height": 100
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "45017156-064b-43f2-a24e-176b6ce17ad8",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "45017156-064b-43f2-a24e-176b6ce17ad8",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c2RDvksalG2acL3tyGCY0t"
},
{
"__type__": "411a8xY2rNF1JLZn+Qgqfqg",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"anmEnd": true,
"cbox": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "157f8YWOhK6pBg6CBgHHww"
},
{
"__type__": "b1d8e1ZA0dLtqufhidnFK/K",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "eeypCqftdF9bW7NF55WalQ"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "940ebade-65c5-4af0-b3ef-99b339fb81d1",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "atk_s_3"
}
}

View File

@@ -0,0 +1,292 @@
[
{
"__type__": "cc.Prefab",
"_name": "boom1",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "boom1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
}
],
"_prefab": {
"__id__": 14
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 6.112,
"y": 45.573,
"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": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Node",
"_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": 2,
"y": 2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_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": 64,
"height": 64
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "ddhDbko4FLmKZGY46brX7z"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d0d9e",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c3vPZUzCRINL3sICnCZKIr"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "feOW1uSctLKYCw3esMiuox",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 104,
"height": 75
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "a7pn5tzA1BSI1AfdpVsHh7"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "08ee9331-d203-4948-b49e-b906ef43bc4c",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "08ee9331-d203-4948-b49e-b906ef43bc4c",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63z5ZyjTNKYbn+kEVB1s3W"
},
{
"__type__": "0f3c4JhFbFO2rEFqBJJ7hFv",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "32SLcINL1JHZ+vIyextzaC"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "cfqCWnxbFLNoQMedQXsav3",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "dc4cc0a7-a040-4e87-9f75-0f20e3e25db9",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "boom1"
}
}

View File

@@ -0,0 +1,295 @@
[
{
"__type__": "cc.Prefab",
"_name": "ready1",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "ready1",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
}
],
"_prefab": {
"__id__": 14
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 6.112,
"y": 45.573,
"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": 1,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "Node",
"_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": 2,
"y": 2,
"z": 1
},
"_mobility": 0,
"_layer": 1,
"_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": 77,
"height": 77
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "ddhDbko4FLmKZGY46brX7z"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3e926",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c3vPZUzCRINL3sICnCZKIr"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "feOW1uSctLKYCw3esMiuox",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 104,
"height": 75
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "a7pn5tzA1BSI1AfdpVsHh7"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "517fed99-d09a-416a-b37d-607dd4dd7e9d",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "517fed99-d09a-416a-b37d-607dd4dd7e9d",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63z5ZyjTNKYbn+kEVB1s3W"
},
{
"__type__": "be4ce0BvYZAT7jwDh/8uEKc",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "43LhUxREVP5o28vKbBCWcd"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "cfqCWnxbFLNoQMedQXsav3",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "43a67d73-b426-4f20-9a1f-1aaae1c82bd0",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "ready1"
}
}

View File

@@ -0,0 +1,403 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_blue",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_blue",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_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.7071067811865475,
"w": 0.7071067811865476
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 0.8,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 139,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0bXCTL/l1A5YZuQAHcNimF"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@48223",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b9QUlReiVJ7ZDxbXwpC4IM"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9fUsJF0/xIH6lvrQ3ar5z7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcCcCZuuJMgIWRgtrud9x7"
},
{
"__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.7,
"y": 0.5
},
"_size": {
"__type__": "cc.Size",
"width": 29.5,
"height": 10.8
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81sJPuCINN3rZBRiuXBK3i"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"enabledContactListener": true,
"bullet": false,
"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": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bT+t24ixB5JXaf1K0opLg"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.1,
"controlPointRandomness": 0,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5bdTSRB61JvJ58crjmM55d"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "1c9c8ff5-02a0-46fb-96f6-dbf283731c9f",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "1c9c8ff5-02a0-46fb-96f6-dbf283731c9f",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81ijmfBpBLBYwxa+xOAd0J"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "8f169859-9ba0-4da4-b26a-a4176294e8a2",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_blue"
}
}

View File

@@ -0,0 +1,403 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_fire",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_fire",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_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": 1,
"w": 6.123233995736766e-17
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.3,
"y": 0.3,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 180
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 170,
"height": 238
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49367133720771417,
"y": 0.5723333146837023
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "43ucwKXvZIjpuRMb6AMdcx"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "62kIaCLMJIDKY/ceTYVdJH"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "b05wpkPXFJqK6/PzoIxCfr",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 120,
"height": 80
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "8ahZv91itPcYJm8S0veHYl"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "f2338276-3fe1-4b8b-9a73-02540d9c17a9",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "f2338276-3fe1-4b8b-9a73-02540d9c17a9",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "16LYpWaddLdZBFsLWFfMKv"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.7,
"controlPointRandomness": 0.1,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "29TlPeJcdIy4wZXKhtLbdr"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"enabledContactListener": true,
"bullet": false,
"awakeOnLoad": true,
"_group": 1,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "58tC4fIN9CO56Y1QXCUmEk"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 2.1,
"y": 6.2
},
"_size": {
"__type__": "cc.Size",
"width": 20.5,
"height": 50
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "06iYFbB9lCdoNl1MeEo3h4"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "f9a7ccb6-d45d-452f-81b7-5bf3cb9920b7",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_fire"
}
}

View File

@@ -0,0 +1,404 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_ice",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_ice",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_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.7071067811865475,
"w": 0.7071067811865476
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 0.8,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 107,
"height": 71
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0bXCTL/l1A5YZuQAHcNimF"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@6350b",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b9QUlReiVJ7ZDxbXwpC4IM"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9fUsJF0/xIH6lvrQ3ar5z7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcCcCZuuJMgIWRgtrud9x7"
},
{
"__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.3,
"y": 9
},
"_size": {
"__type__": "cc.Size",
"width": 31.5,
"height": 12.7
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81sJPuCINN3rZBRiuXBK3i"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"enabledContactListener": true,
"bullet": false,
"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": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bT+t24ixB5JXaf1K0opLg"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.1,
"controlPointRandomness": 0,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5bdTSRB61JvJ58crjmM55d"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"playOnLoad": true,
"_clips": [
null,
{
"__uuid__": "059f0942-820b-4ec5-b537-b4e6384f7b74",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "059f0942-820b-4ec5-b537-b4e6384f7b74",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81ijmfBpBLBYwxa+xOAd0J"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "6c4fdfd2-d7ff-4f07-a890-4149c44e25ae",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_ice"
}
}

View File

@@ -0,0 +1,403 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_yellow",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_yellow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_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.7071067811865475,
"w": 0.7071067811865476
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.5,
"y": 0.5,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 139,
"height": 127
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0bXCTL/l1A5YZuQAHcNimF"
},
{
"__type__": "cc.Sprite",
"_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
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@df4cf",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b9QUlReiVJ7ZDxbXwpC4IM"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9fUsJF0/xIH6lvrQ3ar5z7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcCcCZuuJMgIWRgtrud9x7"
},
{
"__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.7,
"y": 0.5
},
"_size": {
"__type__": "cc.Size",
"width": 29.5,
"height": 10.8
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81sJPuCINN3rZBRiuXBK3i"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"enabledContactListener": true,
"bullet": false,
"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": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bT+t24ixB5JXaf1K0opLg"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.1,
"controlPointRandomness": 0,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5bdTSRB61JvJ58crjmM55d"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "ed6cf35f-840b-406b-b1c0-442ec6b52218",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "ed6cf35f-840b-406b-b1c0-442ec6b52218",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "e1u2A/8GJEhKdc+zvPwRLJ"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "50b9cd2d-a41d-4955-97e5-587dfb07bab1",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_yellow"
}
}

View File

@@ -0,0 +1,90 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "am_blue",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 12,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.16666666666666666,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@48223",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@19d79",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "1c9c8ff5-02a0-46fb-96f6-dbf283731c9f",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "am_blue"
}
}

View File

@@ -0,0 +1,90 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "am_ice",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 12,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.16666666666666666,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@6350b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@e3e3b",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "059f0942-820b-4ec5-b537-b4e6384f7b74",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "am_ice"
}
}

View File

@@ -0,0 +1,90 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "am_yellow",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 12,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.16666666666666666,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@df4cf",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@372f8",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "ed6cf35f-840b-406b-b1c0-442ec6b52218",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "am_yellow"
}
}

View File

@@ -0,0 +1,166 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk_dian",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 18,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.8333333333333334,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.3333333333333333,
"func": "",
"params": []
},
{
"frame": 0.3333333333333333,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.05555555555555555,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889,
0.4444444444444444,
0.5,
0.5555555555555556,
0.6111111111111112,
0.6666666666666666,
0.7222222222222222,
0.7777777777777778
],
"_values": [
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@813c5",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@821e0",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@33a20",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1f6a0",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@0d15e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@585d7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e54e2",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@06857",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@bf8fe",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@53534",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1b0bb",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8d306",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b44d9",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8364b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b1f2c",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

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