Files
pixelheros/assets/resources/game/gui/materials/outline-glow.mtl
walkpan b4a303f31e feat(assets): 添加新英雄资源并调整动画及预制体
- 新增 mud1~5、mo5~6、ha2~3、hk2~4、hm3~5 等英雄的元数据、动画和预制体文件
- 更新 mo1、mo3、mo4 英雄的预制体位置、缩放和锚点参数
- 调整 hk1 英雄的 atk0 和 max1 动画时长与关键帧
- 为 ha2~3、hk2~4、hm3~4 英雄添加缺失的 move、atk0、idle、max0 动画序列
- 微调 outline-glow 材质的发光宽度参数
2026-03-21 23:04:02 +08:00

41 lines
688 B
Plaintext

{
"__type__": "cc.Material",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"_effectAsset": {
"__uuid__": "cfeeea4f-db9c-42cd-a0f7-fc5cb37bd3d7",
"__expectedType__": "cc.EffectAsset"
},
"_techIdx": 0,
"_defines": [
{
"USE_TEXTURE": true
}
],
"_states": [
{
"rasterizerState": {},
"depthStencilState": {},
"blendState": {
"targets": [
{}
]
}
}
],
"_props": [
{
"glowColor": {
"__type__": "cc.Color",
"r": 255,
"g": 20,
"b": 20,
"a": 255
},
"glowWidth": 0.002,
"glowThreshold": 0.887
}
]
}