rev 0.4, dev panel
This commit is contained in:
@@ -14,7 +14,7 @@ public class Goal : MonoBehaviour
|
||||
Debug.Log("Puck goal", gameObject);
|
||||
Puck puck = collision.gameObject.GetComponent<Puck>();
|
||||
Debug.Log(puck.name);
|
||||
puck.ScheduleReset();
|
||||
puck.ScheduleReset(collision.transform.position);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user