diff --git a/U3D_DrivingSystem/Assets/Scenes/main_.unity b/U3D_DrivingSystem/Assets/Scenes/main_.unity index 6bb731fa..d8e284d4 100644 --- a/U3D_DrivingSystem/Assets/Scenes/main_.unity +++ b/U3D_DrivingSystem/Assets/Scenes/main_.unity @@ -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] diff --git a/U3D_DrivingSystem/Assets/Script/RoadEventManager.cs b/U3D_DrivingSystem/Assets/Script/RoadEventManager.cs index 47c30478..b96e430a 100644 --- a/U3D_DrivingSystem/Assets/Script/RoadEventManager.cs +++ b/U3D_DrivingSystem/Assets/Script/RoadEventManager.cs @@ -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) { diff --git a/U3D_DrivingSystem/Temp/__Backupscenes/0.backup b/U3D_DrivingSystem/Temp/__Backupscenes/0.backup index da00b378..c8599627 100644 Binary files a/U3D_DrivingSystem/Temp/__Backupscenes/0.backup and b/U3D_DrivingSystem/Temp/__Backupscenes/0.backup differ