This commit is contained in:
yzx 2024-01-03 18:45:15 +08:00
parent 457ee41da9
commit 72c9efa7fd
3 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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)
{