musclecar customization

This commit is contained in:
2024-04-25 15:16:16 +02:00
parent 1c20cfe94f
commit 6d4ee04d60
7 changed files with 461 additions and 305 deletions

View File

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