TheKingsRace/Assets/Scripts/PlayerScripts/MovementAbilities/ControllerMovement.cs
Evan Nydahl 1366273e54 Mountain/Controller progress
-more obstacles added to the mountain
-finish line was added at the top of the mountain
-installed new input package
2021-11-29 11:51:09 -06:00

19 lines
294 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ControllerMovement : MonoBehaviour
{
// Start is called before the first frame update
void Start(){
}
// Update is called once per frame
void Update(){
}
}