You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -34,10 +34,10 @@ namespace Views
|
||||
this._time = 1;
|
||||
}
|
||||
#if !UNITY_EDITOR
|
||||
VibratorImp.Instance.Vibrator_Normal (0.2f , (int)(math.clamp (this._time , 0 , 1) * 50));
|
||||
VibratorImp.Instance.Vibrator_Normal (0.35f , (int)(math.clamp (this._time , 0 , 1) * 300));
|
||||
#endif
|
||||
// GameManager.Instance.Vibrator (VibratorScale.Small);
|
||||
CameraImpulseUtils.Instance.UniformImpulseCamera (0.5f , math.clamp (this._time , 0 , 2));
|
||||
CameraImpulseUtils.Instance.UniformImpulseCamera (0.5f , math.clamp (this._time , 0 , 5));
|
||||
}
|
||||
|
||||
private void DoUpdate ()
|
||||
|
||||
Reference in New Issue
Block a user