Skip to content

Instantly share code, notes, and snippets.

View divide-by-zero's full-sized avatar

ksz divide-by-zero

View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerBall : MonoBehaviour
{
[SerializeField]
private float rotSpeed = 100;
[SerializeField]