Added checkpoints
This commit is contained in:
15
Assets/Scripts/SpawnStorage.cs
Normal file
15
Assets/Scripts/SpawnStorage.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SpawnStorage : MonoBehaviour
|
||||
{
|
||||
|
||||
// Start is called before the first frame update
|
||||
public Vector3 spawnpoint;
|
||||
void Start()
|
||||
{
|
||||
spawnpoint = transform.position;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user