Commit d536bf7b authored by 潘梓豪's avatar 潘梓豪

添加MainUI、MainScene脚本

parent d48f5d9a
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MainScene : MonoBehaviour
{
public static MainScene _mainScene;
// Start is called before the first frame update
void Start()
{
_mainScene = this;
}
// Update is called once per frame
void Update()
{
}
}
fileFormatVersion: 2
guid: cbe97884a3936fd47a27b9323a744b72
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
using UnityEngine.UI;
public class MainUI : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
//˳
public void quite()
{
Application.Quit();
}
}
fileFormatVersion: 2
guid: 1c97e98195b098b46a1615c3e6f16de2
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
fileFormatVersion: 2
guid: 948ef33a60f448d4bb65eb2281582b7e
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment