玉盘珍馐值万钱 缝缝补补又三天 长音已改逾卅遍

This commit is contained in:
FloatGaming
2025-12-21 04:16:10 +08:00
parent a7d8d71d10
commit 1ab80e504e
93 changed files with 130237 additions and 34637 deletions
@@ -6,6 +6,9 @@ using UnityEngine.SceneManagement;
public class back_toPreviousPage : MonoBehaviour
{
public string scene_turn_to_previous_scene = "selectYourSongFirst";
[Header("homepage")]
public string homePage_sceneName_to_turn = "Main_main";
// Start is called before the first frame update
void Start()
{
@@ -22,4 +25,8 @@ public class back_toPreviousPage : MonoBehaviour
{
SceneManager.LoadScene(scene_turn_to_previous_scene);
}
public void backto_homePage()
{
SceneManager.LoadScene(homePage_sceneName_to_turn);
}
}