diff options
author | chai <chaifix@163.com> | 2021-09-17 09:33:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-17 09:33:17 +0800 |
commit | ea4624fbef6e9d8f58da12be363807eb19a37b53 (patch) | |
tree | 5853f375a27121d9377288e818c7a93714d39e0c /Assets/Scripts/Unit/TimelineEventProxy_Handlers.cs | |
parent | b7a445554e3f57b5fe4b1f1c619d0bed022893b6 (diff) |
+glitch
Diffstat (limited to 'Assets/Scripts/Unit/TimelineEventProxy_Handlers.cs')
-rw-r--r-- | Assets/Scripts/Unit/TimelineEventProxy_Handlers.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Assets/Scripts/Unit/TimelineEventProxy_Handlers.cs b/Assets/Scripts/Unit/TimelineEventProxy_Handlers.cs index a55ba99b..0bb8df5c 100644 --- a/Assets/Scripts/Unit/TimelineEventProxy_Handlers.cs +++ b/Assets/Scripts/Unit/TimelineEventProxy_Handlers.cs @@ -180,7 +180,8 @@ public partial class TimelineEventProxy return;
float angle = motionBlur.angle;
angle = owner.isTowardRight ? angle : 180 - angle;
- ((PCController)owner).unitImageEffect.ShowMotionBlur(motionBlur.lifeTime, angle, motionBlur.distance);
+ // ((PCController)owner).unitImageEffect.ShowMotionBlur(motionBlur.lifeTime, angle, motionBlur.distance);
+ ((PCController)owner).unitImageEffect.ShowGlitch(motionBlur.lifeTime);
}
#endregion |