优化敌人碰到死亡时的表现效果

This commit is contained in:
2026-07-05 21:17:26 +08:00
parent 670b746599
commit ad90d35bd7
9 changed files with 287 additions and 7 deletions
+38 -1
View File
@@ -228,6 +228,8 @@ GameObject:
- component: {fileID: 350980459442417952}
- component: {fileID: 1893771889199554109}
- component: {fileID: -5656676190252742350}
- component: {fileID: 6969882061894587196}
- component: {fileID: -1957995423241171023}
m_Layer: 6
m_HasEditorInfo: 1
m_Name: Enemy3
@@ -390,7 +392,7 @@ MonoBehaviour:
maxHealth: 3
deathEffect: {fileID: 0}
isPlayer: 0
dissolveMaterial: {fileID: 0}
dissolveMaterial: {fileID: 2100000, guid: a2207e01903058a4198862e6a7fb73c7, type: 2}
fadeDuration: 2
--- !u!114 &1893771889199554109
MonoBehaviour:
@@ -428,6 +430,41 @@ MonoBehaviour:
disableOutline: 0
outlineColor: {r: 1, g: 1, b: 1, a: 1}
outlineWidth: 5
--- !u!114 &6969882061894587196
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2150025513644625521}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 02ab9f3c1d1d97248b596a5863684b6c, type: 3}
m_Name:
m_EditorClassIdentifier:
lightDuration: 3
lightRadius: 3
lightIntensity: 0.8
--- !u!114 &-1957995423241171023
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2150025513644625521}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2657273ac9b36264fb8d255879c18f77, type: 3}
m_Name:
m_EditorClassIdentifier:
radius: 2
intensity: 0
registerOnStart: 0
offset: {x: 0, y: 0, z: 0}
followTarget: {fileID: 0}
enableFlicker: 0
flickerSpeed: 5
flickerAmount: 0.2
--- !u!1 &3239335530067427485
GameObject:
m_ObjectHideFlags: 0