石头Day1跑通
This commit is contained in:
@@ -57,8 +57,7 @@ namespace AibisDream
|
||||
engineData.CalcSpeed(config.acceleratedSpeed, config.resistance);
|
||||
// 判断是否成功
|
||||
if (engineData.CheckSuccess(config.targetSpeed))
|
||||
{
|
||||
Debug.Log("EngineSuccess");
|
||||
{;
|
||||
DialogController.Instance?.StartDialogNode("EngineSuccess");
|
||||
}
|
||||
}
|
||||
@@ -219,7 +218,7 @@ namespace AibisDream
|
||||
[Serializable]
|
||||
public struct EngineData
|
||||
{
|
||||
private const float SuccessDuration = 3f;
|
||||
private const float SuccessDuration = 1.5f;
|
||||
|
||||
public float curSpeed;
|
||||
public float curOil;
|
||||
|
||||
Reference in New Issue
Block a user