slight bumper adjustment

This commit is contained in:
Melbyj1125 2021-12-10 13:09:08 -06:00
parent 7712e7ef4a
commit 1f5c7bce0d

View File

@ -4,7 +4,7 @@ using UnityEngine;
public class Bumper : MonoBehaviour {
public float bumpPower = 80;
public float bumpPower = 30;
// Is called whenever something collides with the bumper
void OnTriggerEnter(Collider objectHit) {