mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-04-27 10:37:02 -05:00
-more obstacles added to the mountain -finish line was added at the top of the mountain -installed new input package
19 lines
294 B
C#
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(){
|
|
|
|
}
|
|
}
|