hotrod probably broken

This commit is contained in:
2024-04-24 11:37:48 +02:00
parent a3e7fee19a
commit 185205ceea
12 changed files with 136243 additions and 1240 deletions

View File

@@ -22,7 +22,7 @@ public class CarLoader : MonoBehaviour
}
catch (System.Exception)
{
carType = "Racecar";
carType = "Bulldozer";
carColor = "Default";
print("no loading");
}