45 Commits

Author SHA1 Message Date
e32a66cfc9 清理了 一些buff 技能 2025-10-22 17:11:03 +08:00
d987e0806f refactor(animation): 更新动画和预设资源优化表现
- notify.anim 新增位置向量轨迹和关键帧曲线数据,丰富动画表现
- notify.prefab 增加和调整节点、组件及属性,提升UI结构和视觉布局
- hero hc1 的 move.anim 动画时长和帧数据调整,优化动作流畅度
- atk_fires.prefab 添加 withHero 属性以支持技能表现扩展
- 删除了 game/skills 目录下的 buff.prefab 和 buff_iced.prefab 资源,清理无用资源
2025-10-22 16:06:37 +08:00
e1f0492f34 refactor(game-config): 删除过时的配置和简化代码结构
- 移除 BoxSet.ts 中未使用的 HeroConSet 和 QualitySet 枚举定义
- 清理 Mission.ts 中冗余的得分系统及相关计算函数
- 删除 HeroUI、VmInfo 等无用状态对象
- 删除复杂得分计算逻辑及远征奖励配置相关代码
- 简化 heroSet.ts,添加 HeroConf 枚举定义优化配置管理
2025-10-22 11:13:56 +08:00
d01761b604 chore(git): 更新.gitignore文件忽略.codebuddy目录
- 在.gitignore中添加.codebuddy目录忽略规则
- 保持对.vscode和.idea目录的忽略配置
- 整理.gitignore文件空行与注释结构
2025-10-22 10:33:34 +08:00
e011cba047 feat(gui): 优化角色界面Prefab结构与按钮交互
- 调整角色控制器Prefab中节点的组件ID引用
- 修正部分节点的激活状态与位置信息
- 更新按钮组件及点击事件绑定,改进英雄购买交互逻辑
- 替换文本标签组件,新增字体样式与阴影效果提升可读性
- 增加背景与装饰组件,优化界面视觉层次与布局
- 调整图片资源引用,修改部分Sprite颜色及灰度设置
- 优化UITransform组件配置,调整节点尺寸与锚点位置
- 引入新的Widget组件,完善布局自适应能力
- 增加输入事件阻断组件,防止界面误触操作
- 整体提升界面元素结构清晰度与交互体验一致性
2025-10-20 23:37:38 +08:00
5ce02c95f5 refactor(map): 优化英雄切换动画及状态管理
- 将 HInfoComp 组件改为继承自 CCComp 并注册为 ECS 组件
- 新增动画锁定标志 isMoving 防止快速点击引起动画冲突
- 添加 moveTimeoutId 用于管理动画队列异步操作,避免重叠
- 优化英雄切换的移动动画,缩短动画时长为0.2秒
- moveHeroesLeft 与 moveHeroesRight 方法增加动画锁定与异步取消逻辑
- 在切换英雄时调用 smc.updateFihgtHero 以更新当前战斗英雄状态
- 清理和销毁动画节点时更严格以避免残留和内存泄漏
- MissionHomeComp 中 mission_end 方法增加日志输出
- MissionHeroComp 去除了冗余空行,优化代码结构
2025-10-20 22:59:38 +08:00
2e24e1fc64 refactor(map): 优化英雄节点左右移动逻辑
- 调整moveHeroesLeft方法,动画开始前销毁第6个英雄节点,避免重复渲染
- 实现英雄节点向左平滑移动,使用Tween过渡动画
- 延迟重排英雄节点数组,确保动画完成后数组正确更新
- 调整moveHeroesRight方法,动画开始前销毁第0个英雄节点,避免重复渲染
- 实现英雄节点向右平滑移动,使用Tween过渡动画
- 延迟重排英雄节点数组,确保动画完成后数组正确更新
- 移除close方法中无用的节点移除逻辑,改用reset方法销毁节点
- 更新prefab中部分控件位置和尺寸,微调界面布局样式
2025-10-20 20:58:42 +08:00
1e762fb4f7 refactor(gui): 优化角色界面预制件结构和样式
- 更新了多个组件的引用ID,提升资源管理一致性
- 调整节点位置,优化界面布局,使元素排布更合理
- 重命名节点,提升命名的语义化和可识别性
- 替换部分Sprite为Label,改进文字显示效果
- 修改标签字体属性,增强字体样式与可读性
- 更新图片资源及相关SpriteAtlas,优化视觉表现
- 移除冗余组件和节点,减少预制件复杂度
- 调整组件属性,修正控件对齐与缩放问题
- 恢复阴影及描边效果,提升界面细节表现
2025-10-20 16:53:42 +08:00
d67c63b768 refactor(gui): 优化role_controller.prefab结构和视觉表现
- 调整多个组件的__id__以规范资源引用
- 修改部分节点名称以提升可读性和管理
- 优化节点的位置、旋转和缩放参数
- 更新Sprite和Label组件的颜色及资源关联
- 替换部分SpriteFrame资源,提高图像清晰度
- 修改UITransform尺寸和锚点以匹配设计需求
- 添加新的Animation和Widget组件,完善动画与布局
- 调整光源节点的变换参数以改善光照效果
- 清理和重组节点层次结构,简化子节点管理
- 改进字体样式及视觉表现,符合设计规范
2025-10-20 16:53:35 +08:00
8d9c7bbe0d 技能继续重构 2025-10-19 23:46:18 +08:00
2ff7aab7c2 删除旧技能预制体 2025-10-19 20:36:28 +08:00
cbe15d4d20 refactor(map): 移除 MissionHomeComp 中未使用的 HeroPageComp 导入
- 删除了不再使用的 HeroPageComp 模块导入
- 减少了代码冗余,优化了依赖管理
- 提升了代码的可维护性和清晰度
2025-10-19 20:28:45 +08:00
ff6091b3e2 fix(game): 修复云端数据保存与获取逻辑
- 在SingletonModuleComp中增加云端数据保存成功日志输出
- 调整云端数据获取失败时的警告信息
- 初始化流程中云端登录成功后调用更新云端数据接口
- 任务开始时同步调用云端数据更新和获取接口
- 移除MissionHomeComp中未使用的HeroPageComp导入声明
2025-10-19 20:28:25 +08:00
1c40c10210 重构了云函数 2025-10-19 20:10:19 +08:00
cfb6819bc7 refactor(common): 重构游戏数据同步与单例模块代码
- 移除 GameDataSyncManager 类及相关依赖,简化数据同步管理逻辑
- 在 SingletonModuleComp 中集成数据管理功能,使用本地数组替代字典结构存储英雄数据
- 优化本地与云端数据同步方法,适配云函数接口改动
- 修改英雄判断逻辑,支持基于数组的查询方式
- 修正金币数据的增减接口,增加异步云调用与本地更新的统一处理
- 删除冗余注释及无用代码,提升代码可读性和维护性
- 调整数据结构定义和类型声明,保障类型安全与代码健壮性
2025-10-19 18:05:45 +08:00
3f6b94af0e refactor(mission): 优化肉鸽关卡及怪物生成逻辑
- 将出战英雄配置由数组改为单个英雄编号,简化相关接口和数据结构
- 统一出战英雄设置和获取方法,移除冗余多英雄管理逻辑
- 增加怪物生成时的强度倍率参数,支持怪物属性随关卡进度递增调整
- 扩展肉鸽模式配置,实现关卡类型区分及怪物数量动态计算
- 新增随机事件系统,支持事件关卡随机触发宝箱、陷阱、增益、减益等事件
- 优化怪物生成流程,整合怪物配置、等级和强度倍率信息,增强游戏体验
2025-10-19 17:18:22 +08:00
928f1dbe16 refactor(config): 精简并优化技能与英雄配置代码
- 删除SkillSet.ts中未使用或多余的枚举和注释
- 移除SkillConfig接口中的无用字段in参数
- 统一调整技能配置字段,删除多余的in参数
- 简化SkillSet技能数据,去除冗余注释和无用代码
- heroSet.ts删除被注释的HeroKind枚举和无用注释
- 精简英雄配置相关注释,提高代码可读性与维护性
2025-10-19 15:52:37 +08:00
6571eb2ef0 feat(game): 技能基础框架基本搭建完成,下步遇到再完善
- 调整了英雄角色top.prefab节点结构和组件关联,优化层级关系和属性值
- 修改pow、mpb等子节点的组件及位置,提升表现效果
- 更新技能atk_fires.prefab增加了ReadyLoop、SkillTime等新属性
- 调整攻击技能atk_s1.prefab的运行类型及相关时间与计数参数
- 修正atk_s1.prefab目标覆盖配置,完善prefab实例结构
- 精简atk_s_1.prefab的子节点引用,去除冗余id链接,简化资源结构
2025-10-19 15:16:39 +08:00
6d5c768a30 refactor(game): 精简肉鸽模式关卡配置并优化怪物加载逻辑
- 调整SkillSet基础攻击技能参数,降低CD时间和技能消耗
- 更新HeroInfo中英雄和怪物的技能组合,替换为更合理的技能ID
- 注释掉部分法师及精英怪物的定义,简化怪物列表
- 优化Monster类load和hero_init方法,移除不再使用的增强属性和关卡倍数参数
- 精简MissionMonComp刷怪队列逻辑,移除增强属性和关卡倍数支持
- 调整RogueConfig,去除怪物增强属性相关代码,仅保留基础刷怪类型和数量配置
- 修正SkillCom中使用属性枚举的地方,使用统一Attrs枚举
- 清理代码注释和多余空行,提升代码规范性和可读性
2025-10-19 12:06:18 +08:00
faae0f8005 添加了mo3 2025-10-18 09:25:43 +08:00
2eae29f1a1 fix(hero): 修正英雄与怪物技能消耗和状态判断逻辑
- 修改Hero和Monster类中技能对象,新增cost属性用于技能消耗
- 修复HeroViewComp中isStun和isFrost方法,确保返回布尔值
- SkillConComp日志输出技能列表和消耗信息,增强调试能力
- 更新英雄配置中的map属性值由0改为100,统一角色数据映射
2025-10-18 09:07:22 +08:00
a3e4e70d9d feat(hero): 初始化角色和怪物技能数据,修改技能数据引用
- 在Hero实体中初始化技能数组,添加技能UUID和冷却时间信息
- 在Monster实体中遍历怪物技能,准备技能相关数据
- 在HeroViewComp中新增skills属性以存储技能信息
- 在SkillEnt中修正技能属性赋值,使用深拷贝避免引用问题
- 删除SkillConComp中无用的空行,优化update方法代码格式
2025-10-17 22:29:10 +08:00
2cdb25ac58 refactor(skillSet): 基本功完成 新buff系统 优化DBuff与Attrs映射及转换逻辑
- 规范化DBuff的枚举命名,修正属性对应关系
- 统一DBuff与Attrs的双向映射,通过TransformBuffs函数处理转换
- 移除旧的getAttrFieldFromDebuff方法,改用更灵活的映射数组
- 更新Attrs枚举,增加被易伤、防护盾等新属性
- 重新调整AttrsType映射,保证属性类型一致性

refactor(hero): 重构Hero和Monster初始化属性及buff系统

- Hero初始化时完善基础属性赋值,新增基础移动速度与攻击距离
- Hero使用initAttrs替代initBuffsDebuffs,重构buff/debuff初始化流程
- Monster初始化简化,统一按Hero写法初始化基础属性和Attrs
- 实现buff/debuff属性智能覆盖与叠加时长的改进逻辑
- 属性计算改用统一逻辑,支持数值型和百分比型准确计算
- 增加属性值范围限制,确保部分属性在合理区间内

refactor(heroViewComp): 优化buff/debuff管理及状态判断

- 统一buff和debuff的持久与临时管理字典及更新方法
- 优化临时buff/debuff的更新时间处理,自动触发属性重新计算
- 提供isStun和isFrost接口简化眩晕、冰冻状态判断
- 规范注释及代码格式,提升可读性和维护性

refactor(skillConComp): 优化眩晕与冰冻状态判断逻辑

- 移除遍历判断,改用HeroViewComp的isStun和isFrost方法
- 简化技能冷却更新逻辑,提升性能

chore(heroSet): 添加AttrSet枚举定义属性最大值限制

docs(rogueConfig): 更新说明文档中的属性枚举定义说明

- 将属性增强枚举由BuffAttr修改为Attrs,以保持一致性
2025-10-17 22:02:23 +08:00
94f83482fa refactor(config): 修改 Buff/Debuff 接口字段命名
- 将 DbuffConf 中的属性 deV, deC, deR 重命名为 value, time, chance
- 将 BuffConf 中的属性 buV, buC, buR 重命名为 value, time, chance
- 统一代码中 Buff 和 Debuff 配置的字段命名,提升可读性和一致性
2025-10-17 19:46:31 +08:00
4706a128f3 refactor(buff): 统一buff和debuff属性结构及类型区分
- 新增Buff类型枚举BType,区分数值型与百分比型属性
- 定义AttrsType,映射每个属性的类型(数值或百分比)
- 添加辅助方法isRatioAttr和getAttrType用于属性类型判断
- HeroViewComp中buff和debuff相关属性名称重新命名,区分持久型和临时型及属性类型
- 修改buff/debuff的加载、应用、更新逻辑,适配新的属性结构
- 新增HeroViewComp的isStun和isFrost方法判断状态
- BattleMoveSystem中使用新判断方法替代旧列表遍历
- 移除SkillCom中未使用的BuffAttr导入项,优化依赖关系
2025-10-17 18:41:54 +08:00
13874f3618 比例添加还是有问题的 2025-10-17 13:40:59 +08:00
d9282b7469 feat(movement): 添加移动速度属性并调整速度计算逻辑
- 在DBuff和Attrs中新增移动速度相关字段SPEED
- 修改getAttrFieldFromDebuff映射,支持移动速度下降Debuff
- 修正DbuffConf接口中deV拼写错误
- BattleMoveSystem中使用Attrs.SPEED替代原慢速减值计算速度
- HeroViewComp中修复deV字段拼写并更新减速效果处理逻辑
- 移除未使用和无效的状态类Debuff标记,优化逻辑判断
2025-10-17 10:54:02 +08:00
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
2370 changed files with 423291 additions and 186678 deletions

3
.gitignore vendored
View File

@@ -15,10 +15,11 @@ native
# VSCode # VSCode
#////////////////////////// #//////////////////////////
.vscode/ .vscode/
.codebuddy/
#////////////////////////// #//////////////////////////
# WebStorm # WebStorm
#////////////////////////// #//////////////////////////
.idea/ .idea/
extensions/ extensions/
extensions/oops-plugin-framework extensions/oops-plugin-framework

View File

@@ -19,13 +19,16 @@
}, },
{ {
"__id__": 13 "__id__": 13
},
{
"__id__": 24
} }
], ],
"_exoticAnimation": null, "_exoticAnimation": null,
"_events": [], "_events": [],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 24 "__id__": 34
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -590,6 +593,212 @@
"preExtrapolation": 1, "preExtrapolation": 1,
"postExtrapolation": 1 "postExtrapolation": 1
}, },
{
"__type__": "cc.animation.VectorTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 25
},
"proxy": null
},
"_channels": [
{
"__id__": 26
},
{
"__id__": 28
},
{
"__id__": 30
},
{
"__id__": 32
}
],
"_nComponents": 3
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
"position"
]
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 27
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.6666666666666666,
1.25
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 29
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.6666666666666666,
1.25
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 455,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 455,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 555,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 31
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.6666666666666666,
1.25
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 33
}
},
{
"__type__": "cc.RealCurve",
"_times": [],
"_values": [],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{ {
"__type__": "cc.AnimationClipAdditiveSettings", "__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false, "enabled": false,

View File

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

View File

@@ -22,37 +22,37 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 8 "__id__": 17
}, },
{ {
"__id__": 14 "__id__": 23
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 22 "__id__": 31
}, },
{ {
"__id__": 24 "__id__": 33
}, },
{ {
"__id__": 26 "__id__": 35
}, },
{ {
"__id__": 28 "__id__": 37
}, },
{ {
"__id__": 30 "__id__": 39
} }
], ],
"_prefab": { "_prefab": {
"__id__": 32 "__id__": 41
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": 0,
"y": 555, "y": 455,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -80,7 +80,197 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "Title_LineTopBottom_04_BgGlow", "_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 3
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 2
},
"asset": {
"__uuid__": "fbbc9ff5-0bcf-4e92-9c71-f9dc27a30158",
"__expectedType__": "cc.Prefab"
},
"fileId": "0bP5AdjVNKbIVXJK2hNWPD",
"instance": {
"__id__": 4
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "58cIYrwIBIUJTPYa+To7Os",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_name"
],
"value": "slist"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"0bP5AdjVNKbIVXJK2hNWPD"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"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": [
"_contentSize"
],
"value": {
"__type__": "cc.Size",
"width": 680,
"height": 120
}
},
{
"__type__": "cc.TargetInfo",
"localID": [
"53s5rNSsdM1rRVM8XF85z1"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 13
},
"propertyPath": [
"_contentSize"
],
"value": {
"__type__": "cc.Size",
"width": 680,
"height": 120
}
},
{
"__type__": "cc.TargetInfo",
"localID": [
"0fDjKrHkFN9YsEzQamA+QJ"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 15
},
"propertyPath": [
"_left"
],
"value": 10
},
{
"__type__": "cc.TargetInfo",
"localID": [
"88vjsnrkhKvrT5BHQt/TeZ"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 15
},
"propertyPath": [
"_right"
],
"value": 10
},
{
"__type__": "cc.Node",
"_name": "ItemIcon_Scroll_Feather",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
@@ -90,19 +280,19 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 3 "__id__": 18
}, },
{ {
"__id__": 5 "__id__": 20
} }
], ],
"_prefab": { "_prefab": {
"__id__": 7 "__id__": 22
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": -297.311,
"y": 0, "y": 40.477,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -114,8 +304,8 @@
}, },
"_lscale": { "_lscale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1, "x": 0.7,
"y": 1, "y": 0.7,
"z": 1 "z": 1
}, },
"_mobility": 0, "_mobility": 0,
@@ -134,16 +324,16 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 2 "__id__": 17
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 4 "__id__": 19
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 900, "width": 122,
"height": 150 "height": 112
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -154,7 +344,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "f9jyKw5ShNoJ2tJ61nCiff" "fileId": "95euAr+ABP4aTgxKUFnC10"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
@@ -162,11 +352,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 2 "__id__": 17
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 6 "__id__": 21
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -174,17 +364,17 @@
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 255,
"g": 234, "g": 255,
"b": 82, "b": 255,
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@4b8c8", "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@6a8a9",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 0, "_type": 0,
"_fillType": 0, "_fillType": 0,
"_sizeMode": 0, "_sizeMode": 1,
"_fillCenter": { "_fillCenter": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0, "x": 0,
@@ -199,7 +389,7 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "a9qOrxgrdK1aBgRpnzsqZ8" "fileId": "87hztWZFVH0L7943RpKfAr"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@@ -209,143 +399,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "78y9TdIYpF9LnXEisVhnm7", "fileId": "fbQMFJWSFAgpDKxvWpMcqN",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "ToastMessage_01_Line",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 9
},
{
"__id__": 11
}
],
"_prefab": {
"__id__": 13
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 5.34,
"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": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 8
},
"_enabled": true,
"__prefab": {
"__id__": 10
},
"_contentSize": {
"__type__": "cc.Size",
"width": 920,
"height": 80
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "25jZ6z/wVBjIR2hXpaumEc"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 8
},
"_enabled": true,
"__prefab": {
"__id__": 12
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 114,
"g": 107,
"b": 107,
"a": 255
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@59571",
"__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": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "ccY5o+S9VJlLgFoYbgBplj"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "2aMb6mwMNJC4nfNswoQOwF",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@@ -362,17 +416,17 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 15 "__id__": 24
}, },
{ {
"__id__": 17 "__id__": 26
}, },
{ {
"__id__": 19 "__id__": 28
} }
], ],
"_prefab": { "_prefab": {
"__id__": 21 "__id__": 30
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -409,11 +463,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 14 "__id__": 23
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 16 "__id__": 25
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -437,11 +491,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 14 "__id__": 23
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 18 "__id__": 27
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -505,11 +559,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 14 "__id__": 23
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 20 "__id__": 29
}, },
"_params": [], "_params": [],
"_dataID": "", "_dataID": "",
@@ -542,7 +596,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 23 "__id__": 32
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -570,7 +624,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 25 "__id__": 34
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -612,7 +666,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 27 "__id__": 36
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -641,13 +695,13 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 29 "__id__": 38
}, },
"lab_content": { "lab_content": {
"__id__": 17 "__id__": 26
}, },
"animation": { "animation": {
"__id__": 26 "__id__": 35
}, },
"_id": "" "_id": ""
}, },
@@ -665,13 +719,13 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 31 "__id__": 40
}, },
"_alignFlags": 1, "_alignFlags": 1,
"_target": null, "_target": null,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 10, "_top": 110,
"_bottom": 0, "_bottom": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
@@ -701,6 +755,11 @@
}, },
"fileId": "4fj6jVgO1KzKob1u6D65Ik", "fileId": "4fj6jVgO1KzKob1u6D65Ik",
"instance": null, "instance": null,
"targetOverrides": null "targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 2
}
]
} }
] ]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
[ [
{ {
"__type__": "cc.Prefab", "__type__": "cc.Prefab",
"_name": "max_zhaohuan", "_name": "hui",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_native": "", "_native": "",
@@ -13,29 +13,28 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "max_zhaohuan", "_name": "hui",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": null, "_parent": null,
"_children": [ "_children": [],
{
"__id__": 2
}
],
"_active": true, "_active": true,
"_components": [ "_components": [
{
"__id__": 2
},
{
"__id__": 4
},
{ {
"__id__": 6 "__id__": 6
}, },
{ {
"__id__": 8 "__id__": 8
},
{
"__id__": 10
} }
], ],
"_prefab": { "_prefab": {
"__id__": 12 "__id__": 10
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -52,55 +51,8 @@
}, },
"_lscale": { "_lscale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1, "x": -0.8,
"y": 1, "y": 0.8,
"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
}
],
"_prefab": {
"__id__": 5
},
"_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 "z": 1
}, },
"_mobility": 0, "_mobility": 0,
@@ -119,86 +71,27 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 2 "__id__": 1
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 4 "__id__": 3
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 48, "width": 256,
"height": 48 "height": 256
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0.5, "x": 0.5,
"y": 0.5 "y": 0
}, },
"_id": "" "_id": ""
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "b4sNQPJWFKha7x75SWXmRj" "fileId": "cewibQgK1ALbFhMuuspMmN"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "7a5LvbdlxEc6FKa7cun2oB",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"_contentSize": {
"__type__": "cc.Size",
"width": 232,
"height": 205
},
"_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__": 9
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "8ahZv91itPcYJm8S0veHYl"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
@@ -210,7 +103,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 11 "__id__": 5
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -223,7 +116,7 @@
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@e23f5", "__uuid__": "9e5ec114-01a4-47d3-b7b7-df3b90209c91@6ce90",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 0, "_type": 0,
@@ -243,7 +136,64 @@
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "21toy2ysNBiop+Ii3z0Ykg" "fileId": "ed71tIQFtJtbSwrQYOmOPP"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 7
},
"playOnLoad": true,
"_clips": [],
"_defaultClip": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "3dBJqUbmFPGIhxjbVKe/vR"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": false,
"__prefab": {
"__id__": 9
},
"_alignFlags": 18,
"_target": null,
"_left": 180.8,
"_right": 180.8,
"_top": 460.8,
"_bottom": 450,
"_horizontalCenter": 0,
"_verticalCenter": 160,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 256,
"_originalHeight": 0,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bbvPKZM+VNTrQG0iMfRGDW"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@@ -253,7 +203,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "9anvHdhj5D1opINsPLBLgs",
"instance": null, "instance": null,
"targetOverrides": null "targetOverrides": null
} }

View File

@@ -2,12 +2,12 @@
"ver": "1.1.50", "ver": "1.1.50",
"importer": "prefab", "importer": "prefab",
"imported": true, "imported": true,
"uuid": "82cf9b7c-ba74-4bcb-8ad4-f8aa14805c77", "uuid": "4489091b-29ab-4906-972b-978bd4279a8e",
"files": [ "files": [
".json" ".json"
], ],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"syncNodeName": "pan" "syncNodeName": "hui"
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -26,22 +26,19 @@
}, },
{ {
"__id__": 18 "__id__": 18
},
{
"__id__": 26
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 32 "__id__": 26
}, },
{ {
"__id__": 34 "__id__": 28
} }
], ],
"_prefab": { "_prefab": {
"__id__": 36 "__id__": 30
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -139,8 +136,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 140, "width": 135,
"height": 140 "height": 135
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -176,10 +173,10 @@
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "6cd18ad7-7b15-43fc-b1bc-33a3973a6564@d8db6", "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@d8db6",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 0, "_type": 1,
"_fillType": 0, "_fillType": 0,
"_sizeMode": 0, "_sizeMode": 0,
"_fillCenter": { "_fillCenter": {
@@ -191,7 +188,10 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_useGrayscale": false, "_useGrayscale": false,
"_atlas": null, "_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": "" "_id": ""
}, },
{ {
@@ -212,10 +212,10 @@
}, },
"_alignFlags": 45, "_alignFlags": 45,
"_target": null, "_target": null,
"_left": 0, "_left": 2.5,
"_right": 0, "_right": 2.5,
"_top": 0, "_top": 2.5,
"_bottom": 0, "_bottom": 2.5,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,
@@ -529,7 +529,7 @@
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "6cd18ad7-7b15-43fc-b1bc-33a3973a6564@654c0", "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@654c0",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 1, "_type": 1,
@@ -545,7 +545,7 @@
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_useGrayscale": false, "_useGrayscale": false,
"_atlas": { "_atlas": {
"__uuid__": "6cd18ad7-7b15-43fc-b1bc-33a3973a6564", "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas" "__expectedType__": "cc.SpriteAtlas"
}, },
"_id": "" "_id": ""
@@ -603,142 +603,6 @@
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
}, },
{
"__type__": "cc.Node",
"_name": "lock",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 27
},
{
"__id__": 29
}
],
"_prefab": {
"__id__": 31
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 52.969,
"y": 58.103,
"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__": 26
},
"_enabled": true,
"__prefab": {
"__id__": 28
},
"_contentSize": {
"__type__": "cc.Size",
"width": 52,
"height": 69
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "75RbGIadVCXLG2NOjYSY5q"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 26
},
"_enabled": true,
"__prefab": {
"__id__": 30
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@bfbb1",
"__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": "85eUIAhchDSKvTYZFJDddN"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "af5hksibtGcrxpTC/6Cnxj",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{ {
"__type__": "cc.UITransform", "__type__": "cc.UITransform",
"_name": "", "_name": "",
@@ -749,7 +613,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 33 "__id__": 27
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -777,7 +641,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 35 "__id__": 29
}, },
"_id": "" "_id": ""
}, },

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

@@ -22,53 +22,47 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 8 "__id__": 12
}, },
{ {
"__id__": 21 "__id__": 24
}, },
{ {
"__id__": 31 "__id__": 35
}, },
{ {
"__id__": 43 "__id__": 44
},
{
"__id__": 54
},
{
"__id__": 63
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 72 "__id__": 53
}, },
{ {
"__id__": 74 "__id__": 55
}, },
{ {
"__id__": 76 "__id__": 57
}, },
{ {
"__id__": 78 "__id__": 59
}, },
{ {
"__id__": 80 "__id__": 61
}, },
{ {
"__id__": 82 "__id__": 63
}, },
{ {
"__id__": 84 "__id__": 65
}, },
{ {
"__id__": 86 "__id__": 67
} }
], ],
"_prefab": { "_prefab": {
"__id__": 88 "__id__": 69
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -99,307 +93,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_name": "shadow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 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": 48,
"height": 10
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "82GSLcinVCqaS7uVF37Wf+"
},
{
"__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": 190
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@34d88",
"__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": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aaU0iR7UpE3581O1inr1Ez"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "6bEPue7hpNNp7HIe1zQLgz",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 9
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 8
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 10
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
},
{
"__id__": 16
},
{
"__id__": 17
},
{
"__id__": 19
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_active"
],
"value": true
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 18
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.TargetInfo",
"localID": [
"98mW/0/oNDp5rxRhAHo7jc",
"d9+1SmE5VA0p7BpyF8Wbya"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 20
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.TargetInfo",
"localID": [
"66A81ADh9Cc5LH5V+QyoY/",
"76SnZzdG9Es5pIgepl1NEF"
]
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -412,20 +105,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 22 "__id__": 3
}, },
{ {
"__id__": 24 "__id__": 5
}, },
{ {
"__id__": 26 "__id__": 7
}, },
{ {
"__id__": 28 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 30 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -462,11 +155,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 21 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 23 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -490,11 +183,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 21 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 25 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -508,11 +201,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 21 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 27 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -553,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 21 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 29 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -620,14 +313,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 32 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 31 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -635,7 +328,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 33 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -649,25 +342,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 34 "__id__": 15
}, },
{ {
"__id__": 36 "__id__": 17
}, },
{ {
"__id__": 37 "__id__": 18
}, },
{ {
"__id__": 38 "__id__": 19
}, },
{ {
"__id__": 39 "__id__": 20
}, },
{ {
"__id__": 40 "__id__": 21
}, },
{ {
"__id__": 42 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -675,7 +368,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 35 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -691,7 +384,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 35 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -706,7 +399,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 35 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -722,7 +415,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 35 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -737,17 +430,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 35 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 41 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -767,15 +460,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 35 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -786,14 +479,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 44 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 43 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -801,7 +494,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 45 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -815,22 +508,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 46 "__id__": 27
}, },
{ {
"__id__": 48 "__id__": 29
}, },
{ {
"__id__": 49 "__id__": 30
}, },
{ {
"__id__": 50 "__id__": 31
}, },
{ {
"__id__": 51 "__id__": 32
}, },
{ {
"__id__": 53 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -838,7 +531,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 47 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -854,7 +547,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 47 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -869,7 +562,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 47 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -885,7 +578,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 47 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -900,7 +593,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 52 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -921,7 +614,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 47 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -940,14 +633,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 55 "__id__": 36
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 54 "__id__": 35
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
@@ -955,7 +648,7 @@
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": { "instance": {
"__id__": 56 "__id__": 37
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -969,19 +662,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 57 "__id__": 38
}, },
{ {
"__id__": 59 "__id__": 40
}, },
{ {
"__id__": 60 "__id__": 41
}, },
{ {
"__id__": 61 "__id__": 42
}, },
{ {
"__id__": 62 "__id__": 43
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -989,7 +682,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 58 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -1005,7 +698,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 58 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -1020,7 +713,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 58 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -1036,7 +729,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 58 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1051,7 +744,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 58 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1065,14 +758,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 64 "__id__": 45
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 63 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
@@ -1080,7 +773,7 @@
}, },
"fileId": "91yoyAQGNDm5ziI7NUChZ+", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 65 "__id__": 46
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -1094,19 +787,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 66 "__id__": 47
}, },
{ {
"__id__": 68 "__id__": 49
}, },
{ {
"__id__": 69 "__id__": 50
}, },
{ {
"__id__": 70 "__id__": 51
}, },
{ {
"__id__": 71 "__id__": 52
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -1114,7 +807,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 67 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -1130,7 +823,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 67 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -1145,7 +838,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 67 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -1161,7 +854,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 67 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1176,7 +869,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 67 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1193,7 +886,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1221,10 +914,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 24 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1242,7 +935,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 77 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1260,7 +953,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 79 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1278,7 +971,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 81 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1312,7 +1005,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 83 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 4, "_group": 4,
@@ -1346,7 +1039,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 85 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1364,7 +1057,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 87 "__id__": 68
}, },
"_id": "" "_id": ""
}, },
@@ -1385,19 +1078,16 @@
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{ {
"__id__": 63 "__id__": 44
}, },
{ {
"__id__": 54 "__id__": 35
}, },
{ {
"__id__": 43 "__id__": 24
}, },
{ {
"__id__": 31 "__id__": 12
},
{
"__id__": 8
} }
] ]
} }

View File

@@ -22,53 +22,47 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 8 "__id__": 12
}, },
{ {
"__id__": 17 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 44
},
{
"__id__": 50
},
{
"__id__": 59
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 68 "__id__": 53
}, },
{ {
"__id__": 70 "__id__": 55
}, },
{ {
"__id__": 72 "__id__": 57
}, },
{ {
"__id__": 74 "__id__": 59
}, },
{ {
"__id__": 76 "__id__": 61
}, },
{ {
"__id__": 78 "__id__": 63
}, },
{ {
"__id__": 80 "__id__": 65
}, },
{ {
"__id__": 82 "__id__": 67
} }
], ],
"_prefab": { "_prefab": {
"__id__": 84 "__id__": 69
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -99,267 +93,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_name": "shadow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 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": 48,
"height": 10
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "82GSLcinVCqaS7uVF37Wf+"
},
{
"__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": 190
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@34d88",
"__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": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aaU0iR7UpE3581O1inr1Ez"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "6bEPue7hpNNp7HIe1zQLgz",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 9
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 8
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 10
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
},
{
"__id__": 16
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_active"
],
"value": true
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -372,20 +105,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 3
}, },
{ {
"__id__": 20 "__id__": 5
}, },
{ {
"__id__": 22 "__id__": 7
}, },
{ {
"__id__": 24 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 26 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -422,11 +155,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -450,11 +183,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 21 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -468,11 +201,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 23 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -513,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 25 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -580,14 +313,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 28 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 27 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -595,7 +328,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 29 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -609,25 +342,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 30 "__id__": 15
}, },
{ {
"__id__": 32 "__id__": 17
}, },
{ {
"__id__": 33 "__id__": 18
}, },
{ {
"__id__": 34 "__id__": 19
}, },
{ {
"__id__": 35 "__id__": 20
}, },
{ {
"__id__": 36 "__id__": 21
}, },
{ {
"__id__": 38 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -635,7 +368,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -651,7 +384,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -666,7 +399,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -682,7 +415,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -697,17 +430,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -727,15 +460,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -746,14 +479,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 40 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 39 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -761,7 +494,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 41 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -775,22 +508,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 42 "__id__": 27
}, },
{ {
"__id__": 44 "__id__": 29
}, },
{ {
"__id__": 45 "__id__": 30
}, },
{ {
"__id__": 46 "__id__": 31
}, },
{ {
"__id__": 47 "__id__": 32
}, },
{ {
"__id__": 49 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -798,7 +531,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -814,7 +547,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -829,7 +562,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -845,7 +578,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -860,7 +593,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 48 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -881,7 +614,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -900,14 +633,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 51 "__id__": 36
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 50 "__id__": 35
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
@@ -915,7 +648,7 @@
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": { "instance": {
"__id__": 52 "__id__": 37
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -929,19 +662,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 53 "__id__": 38
}, },
{ {
"__id__": 55 "__id__": 40
}, },
{ {
"__id__": 56 "__id__": 41
}, },
{ {
"__id__": 57 "__id__": 42
}, },
{ {
"__id__": 58 "__id__": 43
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -949,7 +682,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -965,7 +698,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -980,7 +713,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -996,7 +729,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1011,7 +744,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1025,14 +758,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 60 "__id__": 45
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 59 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
@@ -1040,7 +773,7 @@
}, },
"fileId": "91yoyAQGNDm5ziI7NUChZ+", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 61 "__id__": 46
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -1054,19 +787,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 62 "__id__": 47
}, },
{ {
"__id__": 64 "__id__": 49
}, },
{ {
"__id__": 65 "__id__": 50
}, },
{ {
"__id__": 66 "__id__": 51
}, },
{ {
"__id__": 67 "__id__": 52
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -1074,7 +807,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -1090,7 +823,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -1105,7 +838,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -1121,7 +854,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1136,7 +869,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1153,7 +886,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 69 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1181,10 +914,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 71 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 20 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1202,7 +935,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1220,7 +953,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1238,7 +971,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 77 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1272,7 +1005,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 79 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 4, "_group": 4,
@@ -1306,7 +1039,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 81 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1324,7 +1057,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 83 "__id__": 68
}, },
"_id": "" "_id": ""
}, },
@@ -1345,19 +1078,16 @@
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{ {
"__id__": 59 "__id__": 44
}, },
{ {
"__id__": 50 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 12
},
{
"__id__": 8
} }
] ]
} }

View File

@@ -22,53 +22,47 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 8 "__id__": 12
}, },
{ {
"__id__": 17 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 44
},
{
"__id__": 50
},
{
"__id__": 59
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 68 "__id__": 53
}, },
{ {
"__id__": 70 "__id__": 55
}, },
{ {
"__id__": 72 "__id__": 57
}, },
{ {
"__id__": 74 "__id__": 59
}, },
{ {
"__id__": 76 "__id__": 61
}, },
{ {
"__id__": 78 "__id__": 63
}, },
{ {
"__id__": 80 "__id__": 65
}, },
{ {
"__id__": 82 "__id__": 67
} }
], ],
"_prefab": { "_prefab": {
"__id__": 84 "__id__": 69
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -99,267 +93,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_name": "shadow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 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": 48,
"height": 10
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "82GSLcinVCqaS7uVF37Wf+"
},
{
"__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": 190
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@34d88",
"__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": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aaU0iR7UpE3581O1inr1Ez"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "6bEPue7hpNNp7HIe1zQLgz",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 9
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 8
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 10
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
},
{
"__id__": 16
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_active"
],
"value": true
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -372,20 +105,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 3
}, },
{ {
"__id__": 20 "__id__": 5
}, },
{ {
"__id__": 22 "__id__": 7
}, },
{ {
"__id__": 24 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 26 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -422,11 +155,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -450,11 +183,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 21 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -468,11 +201,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 23 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -513,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 25 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -580,14 +313,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 28 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 27 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -595,7 +328,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 29 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -609,25 +342,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 30 "__id__": 15
}, },
{ {
"__id__": 32 "__id__": 17
}, },
{ {
"__id__": 33 "__id__": 18
}, },
{ {
"__id__": 34 "__id__": 19
}, },
{ {
"__id__": 35 "__id__": 20
}, },
{ {
"__id__": 36 "__id__": 21
}, },
{ {
"__id__": 38 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -635,7 +368,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -651,7 +384,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -666,7 +399,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -682,7 +415,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -697,17 +430,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -727,15 +460,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -746,14 +479,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 40 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 39 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -761,7 +494,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 41 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -775,22 +508,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 42 "__id__": 27
}, },
{ {
"__id__": 44 "__id__": 29
}, },
{ {
"__id__": 45 "__id__": 30
}, },
{ {
"__id__": 46 "__id__": 31
}, },
{ {
"__id__": 47 "__id__": 32
}, },
{ {
"__id__": 49 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -798,7 +531,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -814,7 +547,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -829,7 +562,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -845,7 +578,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -860,7 +593,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 48 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -881,7 +614,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -900,14 +633,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 51 "__id__": 36
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 50 "__id__": 35
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
@@ -915,7 +648,7 @@
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": { "instance": {
"__id__": 52 "__id__": 37
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -929,19 +662,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 53 "__id__": 38
}, },
{ {
"__id__": 55 "__id__": 40
}, },
{ {
"__id__": 56 "__id__": 41
}, },
{ {
"__id__": 57 "__id__": 42
}, },
{ {
"__id__": 58 "__id__": 43
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -949,7 +682,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -965,7 +698,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -980,7 +713,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -996,7 +729,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1011,7 +744,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1025,14 +758,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 60 "__id__": 45
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 59 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
@@ -1040,7 +773,7 @@
}, },
"fileId": "91yoyAQGNDm5ziI7NUChZ+", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 61 "__id__": 46
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -1054,19 +787,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 62 "__id__": 47
}, },
{ {
"__id__": 64 "__id__": 49
}, },
{ {
"__id__": 65 "__id__": 50
}, },
{ {
"__id__": 66 "__id__": 51
}, },
{ {
"__id__": 67 "__id__": 52
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -1074,7 +807,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -1090,7 +823,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -1105,7 +838,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -1121,7 +854,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1136,7 +869,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1153,7 +886,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 69 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1181,10 +914,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 71 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 20 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1202,7 +935,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1220,7 +953,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1238,7 +971,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 77 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1272,7 +1005,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 79 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 4, "_group": 4,
@@ -1306,7 +1039,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 81 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1324,7 +1057,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 83 "__id__": 68
}, },
"_id": "" "_id": ""
}, },
@@ -1345,19 +1078,16 @@
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{ {
"__id__": 59 "__id__": 44
}, },
{ {
"__id__": 50 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 12
},
{
"__id__": 8
} }
] ]
} }

View File

@@ -22,53 +22,47 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 8 "__id__": 12
}, },
{ {
"__id__": 17 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 44
},
{
"__id__": 50
},
{
"__id__": 59
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 68 "__id__": 53
}, },
{ {
"__id__": 70 "__id__": 55
}, },
{ {
"__id__": 72 "__id__": 57
}, },
{ {
"__id__": 74 "__id__": 59
}, },
{ {
"__id__": 76 "__id__": 61
}, },
{ {
"__id__": 78 "__id__": 63
}, },
{ {
"__id__": 80 "__id__": 65
}, },
{ {
"__id__": 82 "__id__": 67
} }
], ],
"_prefab": { "_prefab": {
"__id__": 84 "__id__": 69
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -99,267 +93,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_name": "shadow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 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": 48,
"height": 10
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "82GSLcinVCqaS7uVF37Wf+"
},
{
"__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": 190
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@34d88",
"__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": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aaU0iR7UpE3581O1inr1Ez"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "6bEPue7hpNNp7HIe1zQLgz",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 9
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 8
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 10
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
},
{
"__id__": 16
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_active"
],
"value": true
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -372,20 +105,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 3
}, },
{ {
"__id__": 20 "__id__": 5
}, },
{ {
"__id__": 22 "__id__": 7
}, },
{ {
"__id__": 24 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 26 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -422,11 +155,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -450,11 +183,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 21 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -468,11 +201,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 23 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -513,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 25 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -580,14 +313,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 28 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 27 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -595,7 +328,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 29 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -609,25 +342,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 30 "__id__": 15
}, },
{ {
"__id__": 32 "__id__": 17
}, },
{ {
"__id__": 33 "__id__": 18
}, },
{ {
"__id__": 34 "__id__": 19
}, },
{ {
"__id__": 35 "__id__": 20
}, },
{ {
"__id__": 36 "__id__": 21
}, },
{ {
"__id__": 38 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -635,7 +368,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -651,7 +384,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -666,7 +399,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -682,7 +415,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -697,17 +430,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -727,15 +460,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -746,14 +479,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 40 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 39 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -761,7 +494,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 41 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -775,22 +508,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 42 "__id__": 27
}, },
{ {
"__id__": 44 "__id__": 29
}, },
{ {
"__id__": 45 "__id__": 30
}, },
{ {
"__id__": 46 "__id__": 31
}, },
{ {
"__id__": 47 "__id__": 32
}, },
{ {
"__id__": 49 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -798,7 +531,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -814,7 +547,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -829,7 +562,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -845,7 +578,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -860,7 +593,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 48 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -881,7 +614,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -900,14 +633,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 51 "__id__": 36
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 50 "__id__": 35
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
@@ -915,7 +648,7 @@
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": { "instance": {
"__id__": 52 "__id__": 37
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -929,19 +662,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 53 "__id__": 38
}, },
{ {
"__id__": 55 "__id__": 40
}, },
{ {
"__id__": 56 "__id__": 41
}, },
{ {
"__id__": 57 "__id__": 42
}, },
{ {
"__id__": 58 "__id__": 43
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -949,7 +682,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -965,7 +698,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -980,7 +713,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -996,7 +729,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1011,7 +744,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1025,14 +758,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 60 "__id__": 45
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 59 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
@@ -1040,7 +773,7 @@
}, },
"fileId": "91yoyAQGNDm5ziI7NUChZ+", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 61 "__id__": 46
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -1054,19 +787,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 62 "__id__": 47
}, },
{ {
"__id__": 64 "__id__": 49
}, },
{ {
"__id__": 65 "__id__": 50
}, },
{ {
"__id__": 66 "__id__": 51
}, },
{ {
"__id__": 67 "__id__": 52
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -1074,7 +807,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -1090,7 +823,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -1105,7 +838,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -1121,7 +854,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1136,7 +869,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1153,7 +886,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 69 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1181,10 +914,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 71 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 20 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1202,7 +935,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1220,7 +953,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1238,7 +971,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 77 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1272,7 +1005,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 79 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 4, "_group": 4,
@@ -1306,7 +1039,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 81 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1324,7 +1057,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 83 "__id__": 68
}, },
"_id": "" "_id": ""
}, },
@@ -1345,19 +1078,16 @@
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{ {
"__id__": 59 "__id__": 44
}, },
{ {
"__id__": 50 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 12
},
{
"__id__": 8
} }
] ]
} }

View File

@@ -11,7 +11,7 @@
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0, "_duration": 0.5,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -60,8 +60,35 @@
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [], "_times": [
"_values": [] 0,
0.1,
0.2,
0.3,
0.4
],
"_values": [
{
"__uuid__": "3751c550-6b31-4667-a6bb-c9af49ba570c@bffbf",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "3751c550-6b31-4667-a6bb-c9af49ba570c@01c5d",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "3751c550-6b31-4667-a6bb-c9af49ba570c@66491",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "3751c550-6b31-4667-a6bb-c9af49ba570c@ec0d0",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "3751c550-6b31-4667-a6bb-c9af49ba570c@dddab",
"__expectedType__": "cc.SpriteFrame"
}
]
}, },
{ {
"__type__": "cc.AnimationClipAdditiveSettings", "__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -22,53 +22,47 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 8 "__id__": 12
}, },
{ {
"__id__": 17 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 44
},
{
"__id__": 50
},
{
"__id__": 59
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 68 "__id__": 53
}, },
{ {
"__id__": 70 "__id__": 55
}, },
{ {
"__id__": 72 "__id__": 57
}, },
{ {
"__id__": 74 "__id__": 59
}, },
{ {
"__id__": 76 "__id__": 61
}, },
{ {
"__id__": 78 "__id__": 63
}, },
{ {
"__id__": 80 "__id__": 65
}, },
{ {
"__id__": 82 "__id__": 67
} }
], ],
"_prefab": { "_prefab": {
"__id__": 84 "__id__": 69
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -99,267 +93,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_name": "shadow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 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": 48,
"height": 10
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "82GSLcinVCqaS7uVF37Wf+"
},
{
"__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": 190
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@34d88",
"__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": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aaU0iR7UpE3581O1inr1Ez"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "6bEPue7hpNNp7HIe1zQLgz",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 9
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 8
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 10
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
},
{
"__id__": 16
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_active"
],
"value": true
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -372,20 +105,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 3
}, },
{ {
"__id__": 20 "__id__": 5
}, },
{ {
"__id__": 22 "__id__": 7
}, },
{ {
"__id__": 24 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 26 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -422,11 +155,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -450,11 +183,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 21 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -468,11 +201,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 23 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -513,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 25 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -577,14 +310,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 28 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 27 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -592,7 +325,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 29 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -606,25 +339,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 30 "__id__": 15
}, },
{ {
"__id__": 32 "__id__": 17
}, },
{ {
"__id__": 33 "__id__": 18
}, },
{ {
"__id__": 34 "__id__": 19
}, },
{ {
"__id__": 35 "__id__": 20
}, },
{ {
"__id__": 36 "__id__": 21
}, },
{ {
"__id__": 38 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -632,7 +365,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -648,7 +381,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -663,7 +396,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -679,7 +412,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -694,17 +427,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -724,15 +457,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -743,14 +476,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 40 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 39 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -758,7 +491,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 41 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -772,22 +505,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 42 "__id__": 27
}, },
{ {
"__id__": 44 "__id__": 29
}, },
{ {
"__id__": 45 "__id__": 30
}, },
{ {
"__id__": 46 "__id__": 31
}, },
{ {
"__id__": 47 "__id__": 32
}, },
{ {
"__id__": 49 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -795,7 +528,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -811,7 +544,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -826,7 +559,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -842,7 +575,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -857,7 +590,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 48 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -878,7 +611,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -897,14 +630,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 51 "__id__": 36
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 50 "__id__": 35
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
@@ -912,7 +645,7 @@
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": { "instance": {
"__id__": 52 "__id__": 37
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -926,19 +659,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 53 "__id__": 38
}, },
{ {
"__id__": 55 "__id__": 40
}, },
{ {
"__id__": 56 "__id__": 41
}, },
{ {
"__id__": 57 "__id__": 42
}, },
{ {
"__id__": 58 "__id__": 43
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -946,7 +679,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -962,7 +695,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -977,7 +710,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -993,7 +726,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1008,7 +741,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1022,14 +755,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 60 "__id__": 45
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 59 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
@@ -1037,7 +770,7 @@
}, },
"fileId": "91yoyAQGNDm5ziI7NUChZ+", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 61 "__id__": 46
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -1051,19 +784,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 62 "__id__": 47
}, },
{ {
"__id__": 64 "__id__": 49
}, },
{ {
"__id__": 65 "__id__": 50
}, },
{ {
"__id__": 66 "__id__": 51
}, },
{ {
"__id__": 67 "__id__": 52
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -1071,7 +804,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -1087,7 +820,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -1102,7 +835,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -1118,7 +851,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1133,7 +866,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1150,7 +883,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 69 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1178,10 +911,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 71 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 20 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1199,7 +932,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1217,7 +950,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1235,7 +968,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 77 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1269,7 +1002,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 79 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 4, "_group": 4,
@@ -1303,7 +1036,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 81 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1321,7 +1054,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 83 "__id__": 68
}, },
"_id": "" "_id": ""
}, },
@@ -1342,19 +1075,16 @@
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{ {
"__id__": 59 "__id__": 44
}, },
{ {
"__id__": 50 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 12
},
{
"__id__": 8
} }
] ]
} }

View File

@@ -22,53 +22,47 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 8 "__id__": 12
}, },
{ {
"__id__": 17 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 44
},
{
"__id__": 50
},
{
"__id__": 59
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 68 "__id__": 53
}, },
{ {
"__id__": 70 "__id__": 55
}, },
{ {
"__id__": 72 "__id__": 57
}, },
{ {
"__id__": 74 "__id__": 59
}, },
{ {
"__id__": 76 "__id__": 61
}, },
{ {
"__id__": 78 "__id__": 63
}, },
{ {
"__id__": 80 "__id__": 65
}, },
{ {
"__id__": 82 "__id__": 67
} }
], ],
"_prefab": { "_prefab": {
"__id__": 84 "__id__": 69
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -99,267 +93,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_name": "shadow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 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": 48,
"height": 10
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "82GSLcinVCqaS7uVF37Wf+"
},
{
"__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": 190
},
"_spriteFrame": {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@34d88",
"__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": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "aaU0iR7UpE3581O1inr1Ez"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "6bEPue7hpNNp7HIe1zQLgz",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 9
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 8
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 10
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 11
},
{
"__id__": 13
},
{
"__id__": 14
},
{
"__id__": 15
},
{
"__id__": 16
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 12
},
"propertyPath": [
"_active"
],
"value": true
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -372,20 +105,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 18 "__id__": 3
}, },
{ {
"__id__": 20 "__id__": 5
}, },
{ {
"__id__": 22 "__id__": 7
}, },
{ {
"__id__": 24 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 26 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -422,11 +155,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -450,11 +183,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 21 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -468,11 +201,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 23 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -513,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 17 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 25 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -580,14 +313,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 28 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 27 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -595,7 +328,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 29 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -609,25 +342,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 30 "__id__": 15
}, },
{ {
"__id__": 32 "__id__": 17
}, },
{ {
"__id__": 33 "__id__": 18
}, },
{ {
"__id__": 34 "__id__": 19
}, },
{ {
"__id__": 35 "__id__": 20
}, },
{ {
"__id__": 36 "__id__": 21
}, },
{ {
"__id__": 38 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -635,7 +368,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -651,7 +384,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -666,7 +399,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -682,7 +415,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -697,17 +430,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -727,15 +460,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -746,14 +479,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 40 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 39 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -761,7 +494,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 41 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -775,22 +508,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 42 "__id__": 27
}, },
{ {
"__id__": 44 "__id__": 29
}, },
{ {
"__id__": 45 "__id__": 30
}, },
{ {
"__id__": 46 "__id__": 31
}, },
{ {
"__id__": 47 "__id__": 32
}, },
{ {
"__id__": 49 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -798,7 +531,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -814,7 +547,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -829,7 +562,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -845,7 +578,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -860,7 +593,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 48 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -881,7 +614,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 43 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -900,14 +633,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 51 "__id__": 36
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 50 "__id__": 35
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
@@ -915,7 +648,7 @@
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": { "instance": {
"__id__": 52 "__id__": 37
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -929,19 +662,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 53 "__id__": 38
}, },
{ {
"__id__": 55 "__id__": 40
}, },
{ {
"__id__": 56 "__id__": 41
}, },
{ {
"__id__": 57 "__id__": 42
}, },
{ {
"__id__": 58 "__id__": 43
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -949,7 +682,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -965,7 +698,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -980,7 +713,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -996,7 +729,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1011,7 +744,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 54 "__id__": 39
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1025,14 +758,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 60 "__id__": 45
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 59 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
@@ -1040,7 +773,7 @@
}, },
"fileId": "91yoyAQGNDm5ziI7NUChZ+", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 61 "__id__": 46
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -1054,19 +787,19 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 62 "__id__": 47
}, },
{ {
"__id__": 64 "__id__": 49
}, },
{ {
"__id__": 65 "__id__": 50
}, },
{ {
"__id__": 66 "__id__": 51
}, },
{ {
"__id__": 67 "__id__": 52
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -1074,7 +807,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -1090,7 +823,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -1105,7 +838,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -1121,7 +854,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -1136,7 +869,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 63 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1153,7 +886,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 69 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1181,10 +914,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 71 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 20 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1202,7 +935,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1220,7 +953,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1238,7 +971,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 77 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1272,7 +1005,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 79 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 4, "_group": 4,
@@ -1306,7 +1039,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 81 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1324,7 +1057,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 83 "__id__": 68
}, },
"_id": "" "_id": ""
}, },
@@ -1345,19 +1078,16 @@
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{ {
"__id__": 59 "__id__": 44
}, },
{ {
"__id__": 50 "__id__": 35
}, },
{ {
"__id__": 39 "__id__": 24
}, },
{ {
"__id__": 27 "__id__": 12
},
{
"__id__": 8
} }
] ]
} }

View File

@@ -22,50 +22,47 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 11 "__id__": 12
}, },
{ {
"__id__": 21 "__id__": 24
}, },
{ {
"__id__": 33 "__id__": 35
}, },
{ {
"__id__": 44 "__id__": 44
},
{
"__id__": 53
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 62 "__id__": 53
}, },
{ {
"__id__": 64 "__id__": 55
}, },
{ {
"__id__": 66 "__id__": 57
}, },
{ {
"__id__": 68 "__id__": 59
}, },
{ {
"__id__": 70 "__id__": 61
}, },
{ {
"__id__": 72 "__id__": 63
}, },
{ {
"__id__": 74 "__id__": 65
}, },
{ {
"__id__": 76 "__id__": 67
} }
], ],
"_prefab": { "_prefab": {
"__id__": 78 "__id__": 69
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -96,131 +93,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 3
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 2
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 4
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "e2pEwe/wJPEp3j+VexsgH9",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
},
{
"__id__": 10
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"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": true
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -233,20 +105,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 12 "__id__": 3
}, },
{ {
"__id__": 14 "__id__": 5
}, },
{ {
"__id__": 16 "__id__": 7
}, },
{ {
"__id__": 18 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 20 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -283,11 +155,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 13 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -311,11 +183,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 15 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -329,11 +201,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 17 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -374,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -441,14 +313,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 22 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 21 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -456,7 +328,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 23 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -470,25 +342,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 24 "__id__": 15
}, },
{ {
"__id__": 26 "__id__": 17
}, },
{ {
"__id__": 27 "__id__": 18
}, },
{ {
"__id__": 28 "__id__": 19
}, },
{ {
"__id__": 29 "__id__": 20
}, },
{ {
"__id__": 30 "__id__": 21
}, },
{ {
"__id__": 32 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -496,7 +368,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -512,7 +384,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -527,7 +399,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -543,7 +415,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -558,17 +430,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -588,15 +460,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -607,14 +479,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 34 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 33 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -622,7 +494,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 35 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -636,22 +508,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 36 "__id__": 27
}, },
{ {
"__id__": 38 "__id__": 29
}, },
{ {
"__id__": 39 "__id__": 30
}, },
{ {
"__id__": 40 "__id__": 31
}, },
{ {
"__id__": 41 "__id__": 32
}, },
{ {
"__id__": 43 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -659,7 +531,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -675,7 +547,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -690,7 +562,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -706,7 +578,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -721,7 +593,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 42 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -742,7 +614,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -754,6 +626,131 @@
"z": 1 "z": 1
} }
}, },
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 36
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 35
},
"asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
"__expectedType__": "cc.Prefab"
},
"fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": {
"__id__": 37
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "fe79INE+JI1Jy2Hu0iKLMn",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 38
},
{
"__id__": 40
},
{
"__id__": 41
},
{
"__id__": 42
},
{
"__id__": 43
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_name"
],
"value": "tooltip"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"0d6ZXmA5dHkZxoGONDL2sE"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 4.65,
"y": 129.718,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_active"
],
"value": false
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_objFlags": 0, "_objFlags": 0,
@@ -771,10 +768,10 @@
"__id__": 44 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
"__expectedType__": "cc.Prefab" "__expectedType__": "cc.Prefab"
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 46 "__id__": 46
}, },
@@ -782,7 +779,7 @@
}, },
{ {
"__type__": "cc.PrefabInstance", "__type__": "cc.PrefabInstance",
"fileId": "fe79INE+JI1Jy2Hu0iKLMn", "fileId": "08n1IzuupL3YNn2/tFvc8M",
"prefabRootNode": { "prefabRootNode": {
"__id__": 1 "__id__": 1
}, },
@@ -815,131 +812,6 @@
"propertyPath": [ "propertyPath": [
"_name" "_name"
], ],
"value": "tooltip"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"0d6ZXmA5dHkZxoGONDL2sE"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 4.65,
"y": 129.718,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 54
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 53
},
"asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
"__expectedType__": "cc.Prefab"
},
"fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": {
"__id__": 55
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "08n1IzuupL3YNn2/tFvc8M",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 56
},
{
"__id__": 58
},
{
"__id__": 59
},
{
"__id__": 60
},
{
"__id__": 61
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 57
},
"propertyPath": [
"_name"
],
"value": "up" "value": "up"
}, },
{ {
@@ -951,7 +823,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -966,7 +838,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -982,7 +854,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -997,7 +869,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1014,7 +886,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 63 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1042,10 +914,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 65 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 14 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1063,7 +935,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 67 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1081,7 +953,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 69 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1099,7 +971,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 71 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1133,7 +1005,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 4, "_group": 4,
@@ -1167,7 +1039,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1185,7 +1057,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 77 "__id__": 68
}, },
"_id": "" "_id": ""
}, },
@@ -1205,20 +1077,17 @@
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{
"__id__": 53
},
{ {
"__id__": 44 "__id__": 44
}, },
{ {
"__id__": 33 "__id__": 35
}, },
{ {
"__id__": 21 "__id__": 24
}, },
{ {
"__id__": 2 "__id__": 12
} }
] ]
} }

View File

@@ -22,47 +22,44 @@
"__id__": 2 "__id__": 2
}, },
{ {
"__id__": 11 "__id__": 12
}, },
{ {
"__id__": 21 "__id__": 24
}, },
{ {
"__id__": 33 "__id__": 35
}, },
{ {
"__id__": 44 "__id__": 44
},
{
"__id__": 53
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 62 "__id__": 53
}, },
{ {
"__id__": 64 "__id__": 55
}, },
{ {
"__id__": 66 "__id__": 57
}, },
{ {
"__id__": 68 "__id__": 59
}, },
{ {
"__id__": 70 "__id__": 61
}, },
{ {
"__id__": 72 "__id__": 63
}, },
{ {
"__id__": 74 "__id__": 65
} }
], ],
"_prefab": { "_prefab": {
"__id__": 76 "__id__": 67
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -93,131 +90,6 @@
}, },
"_id": "" "_id": ""
}, },
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 3
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 2
},
"asset": {
"__uuid__": "3899fa6a-77a8-4809-b34b-64e0daa5674c",
"__expectedType__": "cc.Prefab"
},
"fileId": "65v9q/98dMjafRlb094Ctr",
"instance": {
"__id__": 4
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "ffJnb68N5GLo4rlQEHVfYl",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 5
},
{
"__id__": 7
},
{
"__id__": 8
},
{
"__id__": 9
},
{
"__id__": 10
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_name"
],
"value": "buff"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"65v9q/98dMjafRlb094Ctr"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 6
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"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", "__type__": "cc.Node",
"_name": "anm", "_name": "anm",
@@ -230,20 +102,20 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 12 "__id__": 3
}, },
{ {
"__id__": 14 "__id__": 5
}, },
{ {
"__id__": 16 "__id__": 7
}, },
{ {
"__id__": 18 "__id__": 9
} }
], ],
"_prefab": { "_prefab": {
"__id__": 20 "__id__": 11
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -260,8 +132,8 @@
}, },
"_lscale": { "_lscale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -0.7, "x": -0.65,
"y": 0.7, "y": 0.65,
"z": 1 "z": 1
}, },
"_mobility": 0, "_mobility": 0,
@@ -280,11 +152,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 13 "__id__": 4
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -308,11 +180,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 15 "__id__": 6
}, },
"_id": "" "_id": ""
}, },
@@ -326,11 +198,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 17 "__id__": 8
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -374,11 +246,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 11 "__id__": 2
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 19 "__id__": 10
}, },
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
@@ -441,14 +313,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 22 "__id__": 13
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 21 "__id__": 12
}, },
"asset": { "asset": {
"__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b", "__uuid__": "e1b8a315-ece3-41a2-941e-a66861753f1b",
@@ -456,7 +328,7 @@
}, },
"fileId": "c46/YsCPVOJYA4mWEpNYRx", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": { "instance": {
"__id__": 23 "__id__": 14
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -470,25 +342,25 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 24 "__id__": 15
}, },
{ {
"__id__": 26 "__id__": 17
}, },
{ {
"__id__": 27 "__id__": 18
}, },
{ {
"__id__": 28 "__id__": 19
}, },
{ {
"__id__": 29 "__id__": 20
}, },
{ {
"__id__": 30 "__id__": 21
}, },
{ {
"__id__": 32 "__id__": 23
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -496,7 +368,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -512,14 +384,14 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -0.057, "x": 5,
"y": -39.46, "y": -39.46,
"z": 0 "z": 0
} }
@@ -527,7 +399,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -543,7 +415,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -558,17 +430,17 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
], ],
"value": false "value": true
}, },
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 31 "__id__": 22
}, },
"propertyPath": [ "propertyPath": [
"_contentSize" "_contentSize"
@@ -588,15 +460,15 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 25 "__id__": 16
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
], ],
"value": { "value": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1.2, "x": 1.3,
"y": 1.1, "y": 1.3,
"z": 1 "z": 1
} }
}, },
@@ -607,14 +479,14 @@
"__id__": 1 "__id__": 1
}, },
"_prefab": { "_prefab": {
"__id__": 34 "__id__": 25
}, },
"__editorExtras__": {} "__editorExtras__": {}
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
"__id__": 33 "__id__": 24
}, },
"asset": { "asset": {
"__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c", "__uuid__": "50c3d5e4-49f8-4bd7-a15b-cda359a0ae5c",
@@ -622,7 +494,7 @@
}, },
"fileId": "5fqU0L3/FOhKaco5UkHuWT", "fileId": "5fqU0L3/FOhKaco5UkHuWT",
"instance": { "instance": {
"__id__": 35 "__id__": 26
}, },
"targetOverrides": null "targetOverrides": null
}, },
@@ -636,22 +508,22 @@
"mountedComponents": [], "mountedComponents": [],
"propertyOverrides": [ "propertyOverrides": [
{ {
"__id__": 36 "__id__": 27
}, },
{ {
"__id__": 38 "__id__": 29
}, },
{ {
"__id__": 39 "__id__": 30
}, },
{ {
"__id__": 40 "__id__": 31
}, },
{ {
"__id__": 41 "__id__": 32
}, },
{ {
"__id__": 43 "__id__": 34
} }
], ],
"removedComponents": [] "removedComponents": []
@@ -659,7 +531,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_name" "_name"
@@ -675,7 +547,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -690,7 +562,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -706,7 +578,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -721,7 +593,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 42 "__id__": 33
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -742,7 +614,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 37 "__id__": 28
}, },
"propertyPath": [ "propertyPath": [
"_lscale" "_lscale"
@@ -754,6 +626,131 @@
"z": 1 "z": 1
} }
}, },
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 36
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 35
},
"asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90",
"__expectedType__": "cc.Prefab"
},
"fileId": "0d6ZXmA5dHkZxoGONDL2sE",
"instance": {
"__id__": 37
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "fe79INE+JI1Jy2Hu0iKLMn",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 38
},
{
"__id__": 40
},
{
"__id__": 41
},
{
"__id__": 42
},
{
"__id__": 43
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_name"
],
"value": "tooltip"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"0d6ZXmA5dHkZxoGONDL2sE"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 4.65,
"y": 129.718,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 39
},
"propertyPath": [
"_active"
],
"value": false
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_objFlags": 0, "_objFlags": 0,
@@ -771,10 +768,10 @@
"__id__": 44 "__id__": 44
}, },
"asset": { "asset": {
"__uuid__": "5b4ca49e-0f12-4478-b56d-bf8198b36b90", "__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
"__expectedType__": "cc.Prefab" "__expectedType__": "cc.Prefab"
}, },
"fileId": "0d6ZXmA5dHkZxoGONDL2sE", "fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": { "instance": {
"__id__": 46 "__id__": 46
}, },
@@ -782,7 +779,7 @@
}, },
{ {
"__type__": "cc.PrefabInstance", "__type__": "cc.PrefabInstance",
"fileId": "fe79INE+JI1Jy2Hu0iKLMn", "fileId": "08n1IzuupL3YNn2/tFvc8M",
"prefabRootNode": { "prefabRootNode": {
"__id__": 1 "__id__": 1
}, },
@@ -815,131 +812,6 @@
"propertyPath": [ "propertyPath": [
"_name" "_name"
], ],
"value": "tooltip"
},
{
"__type__": "cc.TargetInfo",
"localID": [
"0d6ZXmA5dHkZxoGONDL2sE"
]
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_lpos"
],
"value": {
"__type__": "cc.Vec3",
"x": 4.65,
"y": 129.718,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_lrot"
],
"value": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_euler"
],
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
}
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 48
},
"propertyPath": [
"_active"
],
"value": false
},
{
"__type__": "cc.Node",
"_objFlags": 0,
"_parent": {
"__id__": 1
},
"_prefab": {
"__id__": 54
},
"__editorExtras__": {}
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 53
},
"asset": {
"__uuid__": "ae4493bd-cbcc-4392-921c-3e2b0fcd5338",
"__expectedType__": "cc.Prefab"
},
"fileId": "91yoyAQGNDm5ziI7NUChZ+",
"instance": {
"__id__": 55
},
"targetOverrides": null
},
{
"__type__": "cc.PrefabInstance",
"fileId": "08n1IzuupL3YNn2/tFvc8M",
"prefabRootNode": {
"__id__": 1
},
"mountedChildren": [],
"mountedComponents": [],
"propertyOverrides": [
{
"__id__": 56
},
{
"__id__": 58
},
{
"__id__": 59
},
{
"__id__": 60
},
{
"__id__": 61
}
],
"removedComponents": []
},
{
"__type__": "CCPropertyOverrideInfo",
"targetInfo": {
"__id__": 57
},
"propertyPath": [
"_name"
],
"value": "up" "value": "up"
}, },
{ {
@@ -951,7 +823,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lpos" "_lpos"
@@ -966,7 +838,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_lrot" "_lrot"
@@ -982,7 +854,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_euler" "_euler"
@@ -997,7 +869,7 @@
{ {
"__type__": "CCPropertyOverrideInfo", "__type__": "CCPropertyOverrideInfo",
"targetInfo": { "targetInfo": {
"__id__": 57 "__id__": 48
}, },
"propertyPath": [ "propertyPath": [
"_active" "_active"
@@ -1014,7 +886,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 63 "__id__": 54
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -1042,10 +914,10 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 65 "__id__": 56
}, },
"anm": { "anm": {
"__id__": 14 "__id__": 5
}, },
"_id": "" "_id": ""
}, },
@@ -1063,7 +935,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 67 "__id__": 58
}, },
"_id": "" "_id": ""
}, },
@@ -1081,7 +953,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 69 "__id__": 60
}, },
"_id": "" "_id": ""
}, },
@@ -1099,7 +971,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 71 "__id__": 62
}, },
"enabledContactListener": true, "enabledContactListener": true,
"bullet": false, "bullet": false,
@@ -1133,7 +1005,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 73 "__id__": 64
}, },
"tag": 0, "tag": 0,
"_group": 2, "_group": 2,
@@ -1167,7 +1039,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 75 "__id__": 66
}, },
"_id": "" "_id": ""
}, },
@@ -1187,20 +1059,17 @@
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": [ "nestedPrefabInstanceRoots": [
{
"__id__": 53
},
{ {
"__id__": 44 "__id__": 44
}, },
{ {
"__id__": 33 "__id__": 35
}, },
{ {
"__id__": 21 "__id__": 24
}, },
{ {
"__id__": 2 "__id__": 12
} }
] ]
} }

File diff suppressed because it is too large Load Diff

View File

@@ -2,12 +2,12 @@
"ver": "1.1.50", "ver": "1.1.50",
"importer": "prefab", "importer": "prefab",
"imported": true, "imported": true,
"uuid": "c2e2497a-9ce4-4580-9f16-caef7cdaff65", "uuid": "525f2387-2f0f-4c39-93df-409ae88f74d7",
"files": [ "files": [
".json" ".json"
], ],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"syncNodeName": "item" "syncNodeName": "mo3"
} }
} }

View File

@@ -0,0 +1 @@
{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"4b509594-612c-4a10-b14f-790b3a16670b","files":[],"subMetas":{},"userData":{}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "am_ice", "_name": "atk",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 12, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 1,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.16666666666666666, "_duration": 0,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -19,10 +19,21 @@
} }
], ],
"_exoticAnimation": null, "_exoticAnimation": null,
"_events": [], "_events": [
{
"frame": 0.4,
"func": "",
"params": []
},
{
"frame": 0.4,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 7 "__id__": 6
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +47,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 5 "__id__": 4
} }
}, },
{ {
@@ -45,16 +56,9 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -62,25 +66,13 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 6 "__id__": 5
} }
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [],
0, "_values": []
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", "__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"bcf25973-6bba-4465-9841-026e2ccadc27","files":[".cconb"],"subMetas":{},"userData":{"name":"atk"}}

View File

@@ -0,0 +1,71 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atked",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0,
"_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": [],
"_values": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"a0173f4e-f35c-480c-805f-3534c77ac4bc","files":[".cconb"],"subMetas":{},"userData":{"name":"atked"}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "am_blue", "_name": "buff",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 12, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 1,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.16666666666666666, "_duration": 0,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -19,10 +19,21 @@
} }
], ],
"_exoticAnimation": null, "_exoticAnimation": null,
"_events": [], "_events": [
{
"frame": 0.4,
"func": "",
"params": []
},
{
"frame": 0.4,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 7 "__id__": 6
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +47,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 5 "__id__": 4
} }
}, },
{ {
@@ -45,16 +56,9 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -62,25 +66,13 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 6 "__id__": 5
} }
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [],
0, "_values": []
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", "__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"8646b9df-9960-4e75-a0ec-e206535c26d3","files":[".cconb"],"subMetas":{},"userData":{"name":"buff"}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "ay", "_name": "debuff",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 24, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.20833333333333334, "_duration": 0,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -22,7 +22,7 @@
"_events": [], "_events": [],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 7 "__id__": 6
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +36,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 5 "__id__": 4
} }
}, },
{ {
@@ -45,16 +45,9 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -62,30 +55,13 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 6 "__id__": 5
} }
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [],
0, "_values": []
0.08333333333333333,
0.16666666666666666
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@940a6",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@ea076",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@fbf9e",
"__expectedType__": "cc.SpriteFrame"
}
]
}, },
{ {
"__type__": "cc.AnimationClipAdditiveSettings", "__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"b86a690c-f934-490d-82be-58733fcdbe6c","files":[".cconb"],"subMetas":{},"userData":{"name":"debuff"}}

View File

@@ -0,0 +1,71 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "idle",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_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": [],
"_values": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"cca89d6f-f0d0-432e-bcee-1f6f76599772","files":[".cconb"],"subMetas":{},"userData":{"name":"idle"}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "am_yellow", "_name": "max",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 12, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 1,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.16666666666666666, "_duration": 0,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -19,10 +19,21 @@
} }
], ],
"_exoticAnimation": null, "_exoticAnimation": null,
"_events": [], "_events": [
{
"frame": 0.7,
"func": "",
"params": []
},
{
"frame": 0.7,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 7 "__id__": 6
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +47,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 5 "__id__": 4
} }
}, },
{ {
@@ -45,16 +56,9 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -62,25 +66,13 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 6 "__id__": 5
} }
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [],
0, "_values": []
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", "__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"a640a4db-ba1b-4093-b970-afe380bf119f","files":[".cconb"],"subMetas":{},"userData":{"name":"max"}}

View File

@@ -0,0 +1,71 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "move",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_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": [],
"_values": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"028f2465-2fc1-49e9-ab5f-a3e5d7e39f27","files":[".cconb"],"subMetas":{},"userData":{"name":"move"}}

View File

@@ -0,0 +1 @@
{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"704fa1cb-e16f-4dc8-8697-a8f1ffa3eb0d","files":[],"subMetas":{},"userData":{}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "shangguang3", "_name": "atk",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 48, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 1, "wrapMode": 1,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.22916666666666666, "_duration": 0.6,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -19,10 +19,21 @@
} }
], ],
"_exoticAnimation": null, "_exoticAnimation": null,
"_events": [], "_events": [
{
"frame": 0.4,
"func": "",
"params": []
},
{
"frame": 0.4,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 7 "__id__": 6
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +47,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 5 "__id__": 4
} }
}, },
{ {
@@ -45,16 +56,9 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -62,42 +66,42 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 6 "__id__": 5
} }
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [
0, 0,
0.041666666666666664, 0.1,
0.08333333333333333, 0.2,
0.125, 0.3,
0.16666666666666666, 0.4,
0.20833333333333334 0.5
], ],
"_values": [ "_values": [
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d810b", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@83668",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@102a8", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@c51ba",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@1fa83", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@5d173",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@8c851", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@ada53",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d97c1", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@262ea",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@9ddb4", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@bdd37",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"0e01e061-bac1-4766-844b-1c7877829bd2","files":[".cconb"],"subMetas":{},"userData":{"name":"atk"}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "icet", "_name": "atked",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 24, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 1, "wrapMode": 1,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.375, "_duration": 0.5,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -22,7 +22,7 @@
"_events": [], "_events": [],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 7 "__id__": 6
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +36,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 5 "__id__": 4
} }
}, },
{ {
@@ -45,16 +45,9 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -62,37 +55,37 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 6 "__id__": 5
} }
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [
0, 0,
0.08333333333333333, 0.1,
0.16666666666666666, 0.2,
0.25, 0.3,
0.3333333333333333 0.4
], ],
"_values": [ "_values": [
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@90c11", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@fce02",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@fea95", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@aa694",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@586a7", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@dbe5e",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@a5055", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@f4f5c",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@8d30e", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@cea0e",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"48a1b691-53b0-4f98-873d-4630a9f27fb1","files":[".cconb"],"subMetas":{},"userData":{"name":"atked"}}

View File

@@ -0,0 +1,124 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "buff",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.8,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.4,
"func": "",
"params": []
},
{
"frame": 0.4,
"func": "atk",
"params": []
}
],
"_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.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7
],
"_values": [
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@d6fb6",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@18310",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@3a3fe",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@de743",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@b1450",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@d4365",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@99a25",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@1c575",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"bd3b5e53-04fa-4667-affa-5739cd467cb4","files":[".cconb"],"subMetas":{},"userData":{"name":"buff"}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "upap", "_name": "debuff",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 16, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 1, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.5, "_duration": 0.8,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -62,45 +62,45 @@
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [
0, 0,
0.0625, 0.1,
0.125, 0.2,
0.1875, 0.3,
0.25, 0.4,
0.3125, 0.5,
0.375, 0.6,
0.4375 0.7
], ],
"_values": [ "_values": [
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@8e37d", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@0f5d9",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@da44e", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@01e58",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@117bf", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@99c09",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@d62e6", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@e8205",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@a4642", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@aeaff",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@06d24", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@866e5",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@3b5ae", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@63f5a",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@5d894", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@d5ee2",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"a1fee72c-2f19-4f68-a970-188bdf77cf4b","files":[".cconb"],"subMetas":{},"userData":{"name":"debuff"}}

View File

@@ -0,0 +1,113 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "idle",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.8,
"_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.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7
],
"_values": [
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@30fde",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@9d11c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@4cea4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@687fd",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@739fc",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@84673",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@783b9",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@00cb6",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"d2bc59da-a81e-4515-91d5-9947609a1a04","files":[".cconb"],"subMetas":{},"userData":{"name":"idle"}}

View File

@@ -0,0 +1,124 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "max",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.8,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.7,
"func": "",
"params": []
},
{
"frame": 0.7,
"func": "atk",
"params": []
}
],
"_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.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7
],
"_values": [
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@106c7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@cd96e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@ebbbf",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@27858",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@6410f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@fb448",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@a9733",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@35575",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"76dd06ef-80a7-4a36-8805-fdbe0606f63d","files":[".cconb"],"subMetas":{},"userData":{"name":"max"}}

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "bs", "_name": "move",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 24, "sample": 10,
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.2916666666666667, "_duration": 0.5,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -22,7 +22,7 @@
"_events": [], "_events": [],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 7 "__id__": 6
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +36,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 5 "__id__": 4
} }
}, },
{ {
@@ -45,16 +45,9 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -62,32 +55,37 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 6 "__id__": 5
} }
}, },
{ {
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [
0, 0,
0.08333333333333333, 0.1,
0.16666666666666666, 0.2,
0.25 0.3,
0.4
], ],
"_values": [ "_values": [
{ {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@3dd90",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3a170", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@dad97",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@482b5", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@d0993",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8", "__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@b2661",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@1b6cc",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -0,0 +1 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"66cb07cc-81e5-45db-b88d-66b4e21044e2","files":[".cconb"],"subMetas":{},"userData":{"name":"move"}}

View File

@@ -278,7 +278,7 @@
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "6cd18ad7-7b15-43fc-b1bc-33a3973a6564@8b3ab", "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@8b3ab",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 0, "_type": 0,
@@ -293,7 +293,10 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_useGrayscale": false, "_useGrayscale": false,
"_atlas": null, "_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": "" "_id": ""
}, },
{ {
@@ -364,7 +367,7 @@
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "6cd18ad7-7b15-43fc-b1bc-33a3973a6564@df277", "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@df277",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 1, "_type": 1,
@@ -380,7 +383,7 @@
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_useGrayscale": false, "_useGrayscale": false,
"_atlas": { "_atlas": {
"__uuid__": "6cd18ad7-7b15-43fc-b1bc-33a3973a6564", "__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas" "__expectedType__": "cc.SpriteAtlas"
}, },
"_id": "" "_id": ""
@@ -553,6 +556,8 @@
"__id__": 0 "__id__": 0
}, },
"fileId": "fadwGZO+5HPqK+IqWjAe1I", "fileId": "fadwGZO+5HPqK+IqWjAe1I",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
}, },
{ {

File diff suppressed because it is too large Load Diff

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

@@ -27,18 +27,18 @@
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{
"__id__": 224
},
{ {
"__id__": 226 "__id__": 226
}, },
{ {
"__id__": 228 "__id__": 228
},
{
"__id__": 230
} }
], ],
"_prefab": { "_prefab": {
"__id__": 232 "__id__": 230
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -196,18 +196,18 @@
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{
"__id__": 217
},
{ {
"__id__": 219 "__id__": 219
}, },
{ {
"__id__": 221 "__id__": 221
},
{
"__id__": 223
} }
], ],
"_prefab": { "_prefab": {
"__id__": 225 "__id__": 223
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -251,23 +251,23 @@
"__id__": 8 "__id__": 8
}, },
{ {
"__id__": 164 "__id__": 162
}, },
{ {
"__id__": 168 "__id__": 166
}, },
{ {
"__id__": 174 "__id__": 172
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 216 "__id__": 214
} }
], ],
"_prefab": { "_prefab": {
"__id__": 218 "__id__": 216
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -321,7 +321,7 @@
} }
], ],
"_prefab": { "_prefab": {
"__id__": 163 "__id__": 161
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -452,7 +452,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": 0,
"y": 1.436, "y": 51.436,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -3458,7 +3458,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -26.004, "x": -26.004,
"y": 9.06, "y": 59.06,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -3651,58 +3651,13 @@
"__prefab": { "__prefab": {
"__id__": 160 "__id__": 160
}, },
"bgImg": { "bgImg": null,
"__id__": 161
},
"_id": "" "_id": ""
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "463tPWLuVLS5+4BU5ZkZyJ" "fileId": "463tPWLuVLS5+4BU5ZkZyJ"
}, },
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": null,
"_enabled": true,
"__prefab": {
"__id__": 162
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
"__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": null,
"_id": "f4nHZ8eddObrXGU8RGaUdv"
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "20UGQn4U9GUoln0NJQTkbG"
},
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
"root": { "root": {
@@ -3728,11 +3683,11 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 165 "__id__": 163
} }
], ],
"_prefab": { "_prefab": {
"__id__": 167 "__id__": 165
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -3769,11 +3724,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 164 "__id__": 162
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 166 "__id__": 164
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -3816,14 +3771,14 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 169 "__id__": 167
}, },
{ {
"__id__": 171 "__id__": 169
} }
], ],
"_prefab": { "_prefab": {
"__id__": 173 "__id__": 171
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -3860,11 +3815,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 168 "__id__": 166
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 170 "__id__": 168
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -3888,11 +3843,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 168 "__id__": 166
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 172 "__id__": 170
}, },
"_id": "" "_id": ""
}, },
@@ -3923,35 +3878,35 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 175 "__id__": 173
}, },
{ {
"__id__": 181 "__id__": 179
}, },
{ {
"__id__": 187 "__id__": 185
}, },
{ {
"__id__": 193 "__id__": 191
}, },
{ {
"__id__": 199 "__id__": 197
}, },
{ {
"__id__": 205 "__id__": 203
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 211 "__id__": 209
}, },
{ {
"__id__": 213 "__id__": 211
} }
], ],
"_prefab": { "_prefab": {
"__id__": 215 "__id__": 213
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
@@ -3988,25 +3943,25 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
"__id__": 174 "__id__": 172
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 176 "__id__": 174
}, },
{ {
"__id__": 178 "__id__": 176
} }
], ],
"_prefab": { "_prefab": {
"__id__": 180 "__id__": 178
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 110.616, "x": 110.616,
"y": -18.025, "y": 82.431,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -4038,11 +3993,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 175 "__id__": 173
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 177 "__id__": 175
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4066,11 +4021,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 175 "__id__": 173
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 179 "__id__": 177
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -4124,25 +4079,25 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
"__id__": 174 "__id__": 172
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 182 "__id__": 180
}, },
{ {
"__id__": 184 "__id__": 182
} }
], ],
"_prefab": { "_prefab": {
"__id__": 186 "__id__": 184
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -134.722, "x": -134.722,
"y": -18.025, "y": 82.431,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -4174,11 +4129,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 181 "__id__": 179
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 183 "__id__": 181
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4202,11 +4157,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 181 "__id__": 179
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 185 "__id__": 183
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -4260,25 +4215,25 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
"__id__": 174 "__id__": 172
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 188 "__id__": 186
}, },
{ {
"__id__": 190 "__id__": 188
} }
], ],
"_prefab": { "_prefab": {
"__id__": 192 "__id__": 190
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -245.406, "x": -245.406,
"y": -18.025, "y": 82.431,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -4310,11 +4265,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 187 "__id__": 185
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 189 "__id__": 187
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4338,11 +4293,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 187 "__id__": 185
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 191 "__id__": 189
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -4396,25 +4351,25 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
"__id__": 174 "__id__": 172
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 194 "__id__": 192
}, },
{ {
"__id__": 196 "__id__": 194
} }
], ],
"_prefab": { "_prefab": {
"__id__": 198 "__id__": 196
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 312.578, "x": 312.578,
"y": -18.025, "y": 82.431,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -4446,11 +4401,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 193 "__id__": 191
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 195 "__id__": 193
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4474,11 +4429,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 193 "__id__": 191
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 197 "__id__": 195
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -4532,25 +4487,25 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
"__id__": 174 "__id__": 172
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 200 "__id__": 198
}, },
{ {
"__id__": 202 "__id__": 200
} }
], ],
"_prefab": { "_prefab": {
"__id__": 204 "__id__": 202
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -340.809, "x": -340.809,
"y": -18.025, "y": 82.431,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -4582,11 +4537,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 199 "__id__": 197
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 201 "__id__": 199
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4610,11 +4565,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 199 "__id__": 197
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 203 "__id__": 201
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -4668,25 +4623,25 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
"__id__": 174 "__id__": 172
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 206 "__id__": 204
}, },
{ {
"__id__": 208 "__id__": 206
} }
], ],
"_prefab": { "_prefab": {
"__id__": 210 "__id__": 208
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 323.966, "x": 323.966,
"y": -18.025, "y": 82.431,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -4718,11 +4673,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 205 "__id__": 203
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 207 "__id__": 205
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4746,11 +4701,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 205 "__id__": 203
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 209 "__id__": 207
}, },
"_customMaterial": null, "_customMaterial": null,
"_srcBlendFactor": 2, "_srcBlendFactor": 2,
@@ -4804,11 +4759,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 174 "__id__": 172
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 212 "__id__": 210
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4832,11 +4787,11 @@
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"node": { "node": {
"__id__": 174 "__id__": 172
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 214 "__id__": 212
}, },
"light": null, "light": null,
"_id": "" "_id": ""
@@ -4868,7 +4823,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 217 "__id__": 215
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4909,7 +4864,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 220 "__id__": 218
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -4937,7 +4892,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 222 "__id__": 220
}, },
"camera": { "camera": {
"__id__": 3 "__id__": 3
@@ -4949,13 +4904,13 @@
"__id__": 159 "__id__": 159
}, },
"floorLayer": { "floorLayer": {
"__id__": 164 "__id__": 162
}, },
"entityLayer": { "entityLayer": {
"__id__": 171 "__id__": 169
}, },
"SkillLayer": { "SkillLayer": {
"__id__": 213 "__id__": 211
}, },
"isFollowPlayer": true, "isFollowPlayer": true,
"_id": "" "_id": ""
@@ -4974,7 +4929,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 224 "__id__": 222
}, },
"_id": "" "_id": ""
}, },
@@ -5005,7 +4960,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 227 "__id__": 225
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
@@ -5033,7 +4988,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 229 "__id__": 227
}, },
"_cameraComponent": { "_cameraComponent": {
"__id__": 3 "__id__": 3
@@ -5055,7 +5010,7 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 231 "__id__": 229
}, },
"_alignFlags": 45, "_alignFlags": 45,
"_target": null, "_target": null,

View File

@@ -2,7 +2,7 @@
"ver": "1.2.0", "ver": "1.2.0",
"importer": "directory", "importer": "directory",
"imported": true, "imported": true,
"uuid": "4dc4b992-a57a-436f-9db7-48102aea8387", "uuid": "594171b5-ceb3-4313-b54f-3da5f9ec9962",
"files": [], "files": [],
"subMetas": {}, "subMetas": {},
"userData": {} "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

@@ -7,11 +7,11 @@
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 60, "sample": 30,
"speed": 1, "speed": 1,
"wrapMode": 1, "wrapMode": 1,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.05, "_duration": 0.1,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -24,12 +24,12 @@
"_exoticAnimation": null, "_exoticAnimation": null,
"_events": [ "_events": [
{ {
"frame": 0.03333333333333333, "frame": 0.06666666666666667,
"func": "", "func": "",
"params": [] "params": []
}, },
{ {
"frame": 0.03333333333333333, "frame": 0.06666666666666667,
"func": "atk", "func": "atk",
"params": [] "params": []
} }
@@ -88,7 +88,7 @@
"__type__": "cc.RealCurve", "__type__": "cc.RealCurve",
"_times": [ "_times": [
0, 0,
0.05000000074505806 0.1
], ],
"_values": [ "_values": [
{ {
@@ -101,9 +101,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
}, },
{ {
"__type__": "cc.RealKeyframeValue", "__type__": "cc.RealKeyframeValue",
@@ -115,9 +113,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
} }
], ],
"preExtrapolation": 1, "preExtrapolation": 1,
@@ -133,7 +129,7 @@
"__type__": "cc.RealCurve", "__type__": "cc.RealCurve",
"_times": [ "_times": [
0, 0,
0.05000000074505806 0.1
], ],
"_values": [ "_values": [
{ {
@@ -146,9 +142,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
}, },
{ {
"__type__": "cc.RealKeyframeValue", "__type__": "cc.RealKeyframeValue",
@@ -160,9 +154,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
} }
], ],
"preExtrapolation": 1, "preExtrapolation": 1,
@@ -178,7 +170,7 @@
"__type__": "cc.RealCurve", "__type__": "cc.RealCurve",
"_times": [ "_times": [
0, 0,
0.05000000074505806 0.1
], ],
"_values": [ "_values": [
{ {
@@ -191,9 +183,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
}, },
{ {
"__type__": "cc.RealKeyframeValue", "__type__": "cc.RealKeyframeValue",
@@ -205,9 +195,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
} }
], ],
"preExtrapolation": 1, "preExtrapolation": 1,
@@ -279,8 +267,8 @@
{ {
"__type__": "cc.RealCurve", "__type__": "cc.RealCurve",
"_times": [ "_times": [
0.03333333507180214, 0.06666666666666667,
0.05000000074505806 0.1
], ],
"_values": [ "_values": [
{ {
@@ -293,9 +281,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
}, },
{ {
"__type__": "cc.RealKeyframeValue", "__type__": "cc.RealKeyframeValue",
@@ -307,9 +293,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
} }
], ],
"preExtrapolation": 1, "preExtrapolation": 1,
@@ -324,8 +308,8 @@
{ {
"__type__": "cc.RealCurve", "__type__": "cc.RealCurve",
"_times": [ "_times": [
0.03333333507180214, 0.06666666666666667,
0.05000000074505806 0.1
], ],
"_values": [ "_values": [
{ {
@@ -338,9 +322,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
}, },
{ {
"__type__": "cc.RealKeyframeValue", "__type__": "cc.RealKeyframeValue",
@@ -352,9 +334,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
} }
], ],
"preExtrapolation": 1, "preExtrapolation": 1,
@@ -369,8 +349,8 @@
{ {
"__type__": "cc.RealCurve", "__type__": "cc.RealCurve",
"_times": [ "_times": [
0.03333333507180214, 0.06666666666666667,
0.05000000074505806 0.1
], ],
"_values": [ "_values": [
{ {
@@ -383,9 +363,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
}, },
{ {
"__type__": "cc.RealKeyframeValue", "__type__": "cc.RealKeyframeValue",
@@ -397,9 +375,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
} }
], ],
"preExtrapolation": 1, "preExtrapolation": 1,
@@ -414,8 +390,8 @@
{ {
"__type__": "cc.RealCurve", "__type__": "cc.RealCurve",
"_times": [ "_times": [
0.03333333507180214, 0.06666666666666667,
0.05000000074505806 0.1
], ],
"_values": [ "_values": [
{ {
@@ -428,9 +404,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
}, },
{ {
"__type__": "cc.RealKeyframeValue", "__type__": "cc.RealKeyframeValue",
@@ -442,9 +416,7 @@
"leftTangent": 0, "leftTangent": 0,
"leftTangentWeight": 1, "leftTangentWeight": 1,
"easingMethod": 0, "easingMethod": 0,
"__editorExtras__": { "__editorExtras__": null
"tangentMode": 0
}
} }
], ],
"preExtrapolation": 1, "preExtrapolation": 1,

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "ab", "_name": "atk1",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 24, "sample": 15,
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.2916666666666667, "_duration": 0.26666666666666666,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -53,7 +53,7 @@
}, },
{ {
"__type__": "cc.animation.HierarchyPath", "__type__": "cc.animation.HierarchyPath",
"path": "skill" "path": "Node"
}, },
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
@@ -69,25 +69,25 @@
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [
0, 0,
0.08333333333333333, 0.06666666666666667,
0.16666666666666666, 0.13333333333333333,
0.25 0.2
], ],
"_values": [ "_values": [
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@c3f86", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@a22e7",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@cc86c", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@20740",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@41271", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@35944",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@aa54b", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@b9343",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -2,7 +2,7 @@
"ver": "2.0.3", "ver": "2.0.3",
"importer": "animation-clip", "importer": "animation-clip",
"imported": true, "imported": true,
"uuid": "7e14a335-71d0-480e-beaf-e4d0ea6ecb19", "uuid": "5bec4860-3cc5-40ca-bac8-e04a29cd04bd",
"files": [ "files": [
".cconb" ".cconb"
], ],

View File

@@ -1,17 +1,17 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "s_yun", "_name": "boom1",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
}, },
"_native": "", "_native": "",
"sample": 12, "sample": 60,
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 1,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 1.25, "_duration": 0.25,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -53,7 +53,7 @@
}, },
{ {
"__type__": "cc.animation.HierarchyPath", "__type__": "cc.animation.HierarchyPath",
"path": "anm" "path": "Node"
}, },
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
@@ -69,80 +69,80 @@
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [
0, 0,
0.016666666666666666,
0.03333333333333333,
0.05,
0.06666666666666667,
0.08333333333333333, 0.08333333333333333,
0.1,
0.11666666666666667,
0.13333333333333333,
0.15,
0.16666666666666666, 0.16666666666666666,
0.25, 0.18333333333333332,
0.3333333333333333, 0.2,
0.4166666666666667, 0.21666666666666667,
0.5, 0.23333333333333334
0.5833333333333334,
0.6666666666666666,
0.75,
0.8333333333333334,
0.9166666666666666,
1,
1.0833333333333333,
1.1666666666666667
], ],
"_values": [ "_values": [
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@90ca1", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d0d9e",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@f54b4", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@a4482",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@e5cce", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@0a281",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@5df22", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@5449d",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@3a104", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@0f0c3",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@15571", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@84275",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@bdff5", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@eb951",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d2e30", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@7cc4a",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@b80d4", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@af9f6",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@861a9", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@47dca",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@eef80", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6d189",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@30e51", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@57967",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@36a27", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@943ab",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@b661f", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@951e6",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@29d5e", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6c890",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -2,12 +2,12 @@
"ver": "2.0.3", "ver": "2.0.3",
"importer": "animation-clip", "importer": "animation-clip",
"imported": true, "imported": true,
"uuid": "37647271-97cd-475c-a0b9-0f0603dde7ae", "uuid": "08ee9331-d203-4948-b49e-b906ef43bc4c",
"files": [ "files": [
".cconb" ".cconb"
], ],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"name": "atk2" "name": "boom1"
} }
} }

View File

@@ -1,7 +1,7 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "tip", "_name": "dun1",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
@@ -11,7 +11,7 @@
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.6666666666666666, "_duration": 0.5833333333333334,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -67,40 +67,35 @@
0.25, 0.25,
0.3333333333333333, 0.3333333333333333,
0.4166666666666667, 0.4166666666666667,
0.5, 0.5
0.5833333333333334
], ],
"_values": [ "_values": [
{ {
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@aecf9", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@da16f",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@f3b7f", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@1b0a7",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@e0613", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d07ee",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@c227e", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6f94d",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@536d9", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@88811",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@df200", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3d54b",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@08a4b", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@9630b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "940c5506-25f7-4fa7-9bab-b426b471f9a1@08ca7",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -2,12 +2,12 @@
"ver": "2.0.3", "ver": "2.0.3",
"importer": "animation-clip", "importer": "animation-clip",
"imported": true, "imported": true,
"uuid": "981ef7be-92cf-44d5-a3db-fa233d44a2d8", "uuid": "ee70aa99-524a-4521-bae6-c156881ee3d1",
"files": [ "files": [
".cconb" ".cconb"
], ],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"name": "ab" "name": "dun1"
} }
} }

View File

@@ -1,7 +1,7 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "ice", "_name": "ready1",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
@@ -11,7 +11,7 @@
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.625, "_duration": 0.375,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -53,7 +53,7 @@
}, },
{ {
"__type__": "cc.animation.HierarchyPath", "__type__": "cc.animation.HierarchyPath",
"path": "skill" "path": "Node"
}, },
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
@@ -69,45 +69,50 @@
"__type__": "cc.ObjectCurve", "__type__": "cc.ObjectCurve",
"_times": [ "_times": [
0, 0,
0.041666666666666664,
0.08333333333333333, 0.08333333333333333,
0.125,
0.16666666666666666, 0.16666666666666666,
0.20833333333333334,
0.25, 0.25,
0.3333333333333333, 0.2916666666666667,
0.4166666666666667, 0.3333333333333333
0.5,
0.5833333333333334
], ],
"_values": [ "_values": [
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@70000", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@4a442",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@11efd", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@8f9b0",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@038eb", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@7cc7f",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@a8353", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@373cf",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@b2098", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3e926",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@446d9", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d974e",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@1df17", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3b694",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4275b", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3dcb2",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@b4ba2",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

View File

@@ -2,12 +2,12 @@
"ver": "2.0.3", "ver": "2.0.3",
"importer": "animation-clip", "importer": "animation-clip",
"imported": true, "imported": true,
"uuid": "059f0942-820b-4ec5-b537-b4e6384f7b74", "uuid": "517fed99-d09a-416a-b37d-607dd4dd7e9d",
"files": [ "files": [
".cconb" ".cconb"
], ],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"name": "am_ice" "name": "ready1"
} }
} }

View File

@@ -1,7 +1,7 @@
[ [
{ {
"__type__": "cc.AnimationClip", "__type__": "cc.AnimationClip",
"_name": "skillmax", "_name": "shielded",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": { "__editorExtras__": {
"embeddedPlayerGroups": [] "embeddedPlayerGroups": []
@@ -11,7 +11,7 @@
"speed": 1, "speed": 1,
"wrapMode": 2, "wrapMode": 2,
"enableTrsBlending": false, "enableTrsBlending": false,
"_duration": 0.4444444444444444, "_duration": 0.3888888888888889,
"_hash": 500763545, "_hash": 500763545,
"_tracks": [ "_tracks": [
{ {
@@ -22,7 +22,7 @@
"_events": [], "_events": [],
"_embeddedPlayers": [], "_embeddedPlayers": [],
"_additiveSettings": { "_additiveSettings": {
"__id__": 6 "__id__": 7
}, },
"_auxiliaryCurveEntries": [] "_auxiliaryCurveEntries": []
}, },
@@ -36,7 +36,7 @@
"proxy": null "proxy": null
}, },
"_channel": { "_channel": {
"__id__": 4 "__id__": 5
} }
}, },
{ {
@@ -45,9 +45,16 @@
{ {
"__id__": 3 "__id__": 3
}, },
{
"__id__": 4
},
"spriteFrame" "spriteFrame"
] ]
}, },
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{ {
"__type__": "cc.animation.ComponentPath", "__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite" "component": "cc.Sprite"
@@ -55,7 +62,7 @@
{ {
"__type__": "cc.animation.Channel", "__type__": "cc.animation.Channel",
"_curve": { "_curve": {
"__id__": 5 "__id__": 6
} }
}, },
{ {
@@ -67,40 +74,35 @@
0.16666666666666666, 0.16666666666666666,
0.2222222222222222, 0.2222222222222222,
0.2777777777777778, 0.2777777777777778,
0.3333333333333333, 0.3333333333333333
0.3888888888888889
], ],
"_values": [ "_values": [
{ {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@332e3", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@da16f",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@8be96", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@1b0a7",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@8179e", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d07ee",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@08735", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6f94d",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@59ed7", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@88811",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@759c4", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3d54b",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
{ {
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@2451b", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@9630b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "49c583b3-d566-4c79-9e4c-bd0ca4a4b717@56d29",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
} }
] ]

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,348 @@
[
{
"__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,
"withHero": false,
"ReadyLoop": true,
"SkillTime": 5,
"ReadyTime": 0.2,
"runType": 0,
"ready_y": 200,
"atk_x": 0,
"atk_y": 0,
"s_count": 5,
"s_interval": 0.2,
"_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,347 @@
[
{
"__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"
},
"hasReady": false,
"ReadyLoop": false,
"SkillTime": 1,
"ReadyTime": 0.1,
"runType": 2,
"ready_y": 0,
"atk_x": 10,
"atk_y": 0,
"s_count": 1,
"s_interval": 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

@@ -2,12 +2,12 @@
"ver": "1.1.50", "ver": "1.1.50",
"importer": "prefab", "importer": "prefab",
"imported": true, "imported": true,
"uuid": "443470ad-dfbf-41b6-b474-a004470401de", "uuid": "a29fa44a-a7d4-4476-989b-63fdcdf414d1",
"files": [ "files": [
".json" ".json"
], ],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"syncNodeName": "hcard" "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"
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "ac56cd3e-ed47-4d94-afb3-5ea23d5f3a0e",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -1,7 +1,7 @@
[ [
{ {
"__type__": "cc.Prefab", "__type__": "cc.Prefab",
"_name": "atked_fire", "_name": "boom1",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_native": "", "_native": "",
@@ -13,7 +13,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "atked_fire", "_name": "boom1",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": null, "_parent": null,
@@ -130,8 +130,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 127, "width": 64,
"height": 127 "height": 64
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -166,7 +166,10 @@
"b": 255, "b": 255,
"a": 255 "a": 255
}, },
"_spriteFrame": null, "_spriteFrame": {
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d0d9e",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0, "_type": 0,
"_fillType": 0, "_fillType": 0,
"_sizeMode": 1, "_sizeMode": 1,
@@ -242,12 +245,12 @@
"playOnLoad": true, "playOnLoad": true,
"_clips": [ "_clips": [
{ {
"__uuid__": "f0e218a9-5cd4-476f-a65d-fd17c26afa9e", "__uuid__": "08ee9331-d203-4948-b49e-b906ef43bc4c",
"__expectedType__": "cc.AnimationClip" "__expectedType__": "cc.AnimationClip"
} }
], ],
"_defaultClip": { "_defaultClip": {
"__uuid__": "f0e218a9-5cd4-476f-a65d-fd17c26afa9e", "__uuid__": "08ee9331-d203-4948-b49e-b906ef43bc4c",
"__expectedType__": "cc.AnimationClip" "__expectedType__": "cc.AnimationClip"
}, },
"_id": "" "_id": ""

View File

@@ -2,12 +2,12 @@
"ver": "1.1.50", "ver": "1.1.50",
"importer": "prefab", "importer": "prefab",
"imported": true, "imported": true,
"uuid": "0cb93380-70e6-4188-a773-764e6ee6e2ad", "uuid": "dc4cc0a7-a040-4e87-9f75-0f20e3e25db9",
"files": [ "files": [
".json" ".json"
], ],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"syncNodeName": "lcard" "syncNodeName": "boom1"
} }
} }

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "45f96a78-18a2-4f35-8d22-c3a2775eb4ba",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -218,7 +218,7 @@
"a": 179 "a": 179
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "6cd18ad7-7b15-43fc-b1bc-33a3973a6564@66646", "__uuid__": "af9158e5-1b60-4c88-8f5b-ec64c89108a6@a3f0f",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 0, "_type": 0,
@@ -233,7 +233,10 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_useGrayscale": false, "_useGrayscale": false,
"_atlas": null, "_atlas": {
"__uuid__": "af9158e5-1b60-4c88-8f5b-ec64c89108a6",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": "" "_id": ""
}, },
{ {

View File

@@ -1,7 +1,7 @@
[ [
{ {
"__type__": "cc.Prefab", "__type__": "cc.Prefab",
"_name": "buff_up", "_name": "shielded",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_native": "", "_native": "",
@@ -13,7 +13,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "buff_up", "_name": "shielded",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": null, "_parent": null,
@@ -24,6 +24,9 @@
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{
"__id__": 8
},
{ {
"__id__": 10 "__id__": 10
} }
@@ -46,8 +49,8 @@
}, },
"_lscale": { "_lscale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1, "x": 1.4,
"y": 1, "y": 1.4,
"z": 1 "z": 1
}, },
"_mobility": 0, "_mobility": 0,
@@ -62,7 +65,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "Node", "_name": "skill",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {}, "__editorExtras__": {},
"_parent": { "_parent": {
@@ -76,18 +79,15 @@
}, },
{ {
"__id__": 5 "__id__": 5
},
{
"__id__": 7
} }
], ],
"_prefab": { "_prefab": {
"__id__": 9 "__id__": 7
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": 0,
"y": 0, "y": 10,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -127,19 +127,19 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 28, "width": 96,
"height": 28 "height": 96
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0.5, "x": 0.5,
"y": 0.5 "y": 0
}, },
"_id": "" "_id": ""
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "70v8nNY0VH2KnH+0xPrtgC" "fileId": "b4sNQPJWFKha7x75SWXmRj"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
@@ -161,59 +161,33 @@
"r": 255, "r": 255,
"g": 255, "g": 255,
"b": 255, "b": 255,
"a": 255 "a": 206
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@bbefd", "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@da16f",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 0, "_type": 1,
"_fillType": 0, "_fillType": 1,
"_sizeMode": 1, "_sizeMode": 1,
"_fillCenter": { "_fillCenter": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0, "x": 0,
"y": 0 "y": 0
}, },
"_fillStart": 0, "_fillStart": 0.2,
"_fillRange": 0, "_fillRange": 1,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_useGrayscale": false, "_useGrayscale": false,
"_atlas": null, "_atlas": {
"_id": "" "__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc",
}, "__expectedType__": "cc.SpriteAtlas"
{
"__type__": "cc.CompPrefabInfo",
"fileId": "99yF3ozA9By6SE1e/OuREV"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 8
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "b55a0430-4cb0-4de4-93f5-478709497e6f",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "b55a0430-4cb0-4de4-93f5-478709497e6f",
"__expectedType__": "cc.AnimationClip"
}, },
"_id": "" "_id": ""
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "06SAs7Hu5G56gT3gVgDABH" "fileId": "9a+65VIghBm4HQxuHPQ/mg"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@@ -223,7 +197,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "6fVcYyDoJEE6ixACDM30to", "fileId": "7a5LvbdlxEc6FKa7cun2oB",
"instance": null, "instance": null,
"targetOverrides": null, "targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
@@ -238,23 +212,52 @@
}, },
"_enabled": true, "_enabled": true,
"__prefab": { "__prefab": {
"__id__": 11 "__id__": 9
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 187.1199951171875, "width": 120,
"height": 166.58999633789062 "height": 80
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0.4559106444245401, "x": 0.5,
"y": 0.21982111613478442 "y": 0
}, },
"_id": "" "_id": ""
}, },
{ {
"__type__": "cc.CompPrefabInfo", "__type__": "cc.CompPrefabInfo",
"fileId": "89ju37xNVPJJOPezJpA7XB" "fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "6200a523-2e29-480c-a2bb-2189a23daf16",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "6200a523-2e29-480c-a2bb-2189a23daf16",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c6LOemuvJKyYCqlF/yUJcr"
}, },
{ {
"__type__": "cc.PrefabInfo", "__type__": "cc.PrefabInfo",
@@ -264,7 +267,7 @@
"asset": { "asset": {
"__id__": 0 "__id__": 0
}, },
"fileId": "65v9q/98dMjafRlb094Ctr", "fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null, "instance": null,
"targetOverrides": null "targetOverrides": null
} }

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