mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-04-25 16:15:39 -05:00
slight bumper adjustment
This commit is contained in:
parent
7712e7ef4a
commit
1f5c7bce0d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user