mirror of
https://github.com/Fluffy-Bean/Again.git
synced 2025-05-22 03:14:55 +00:00
Yeet
This commit is contained in:
parent
99cfaa4793
commit
90cf5a6112
90 changed files with 17097 additions and 0 deletions
23
levelLoader.cs
Normal file
23
levelLoader.cs
Normal file
|
@ -0,0 +1,23 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class levelLoader : MonoBehaviour
|
||||
{
|
||||
public void NextLevel()
|
||||
{
|
||||
SceneManager.LoadScene("game");
|
||||
}
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue