Skip to content

Commit 84694f6

Browse files
committed
修改播放喷气特效时间
1 parent b0b7568 commit 84694f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CrazyCar/Assets/Scripts/Common/MPlayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private void ReduceForce() {
192192
DisableTrail();
193193
}
194194

195-
currentForce = Mathf.MoveTowards(currentForce, targetForce, 60 * Time.fixedDeltaTime);//每秒60递减,可调
195+
currentForce = Mathf.MoveTowards(currentForce, targetForce, 30 * Time.fixedDeltaTime);//每秒60递减,可调
196196
}
197197

198198
//力递增

0 commit comments

Comments
 (0)