Sprite Easteregg fixed, Background 5.2Tutorial fixed

This commit is contained in:
Ayumi
2023-06-27 09:55:25 +02:00
parent 3da17aab48
commit 9aecedaefe
6 changed files with 620 additions and 350 deletions

View File

@@ -0,0 +1,25 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class NextSceneAfterCutscene : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
StartCoroutine(NextScene());
}
// Update is called once per frame
void Update()
{
}
IEnumerator NextScene()
{
yield return new WaitForSeconds(4.5f);
SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 07c502a8098f5ed42954b8bf2ef27fcb
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: