This commit is contained in:
parent
457ee41da9
commit
72c9efa7fd
|
|
@ -642009,7 +642009,7 @@ PrefabInstance:
|
|||
objectReference: {fileID: 1276762328}
|
||||
- target: {fileID: 1276762318, guid: 4292160a5e1fde347934ac660b2c5d30, type: 3}
|
||||
propertyPath: gearSpeeds.Array.data[1]
|
||||
value: 5
|
||||
value: 11
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1276762318, guid: 4292160a5e1fde347934ac660b2c5d30, type: 3}
|
||||
propertyPath: gearSpeeds.Array.data[2]
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ namespace Script
|
|||
|
||||
break;
|
||||
case "超速40":
|
||||
if (Convert.ToInt32((vehicleController.speed * 3.6f)) > 30)
|
||||
if (Convert.ToInt32((vehicleController.speed * 3.6f)) > 40)
|
||||
{
|
||||
if (!ui.activeInHierarchy)
|
||||
{
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue