camera_system #5
@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bfa59972eae73774abfbd334a141be1c
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -1,19 +0,0 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace DDD
|
||||
{
|
||||
public class TitleSystem : MonoBehaviour
|
||||
{
|
||||
private GameObject _titlePanel;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
_titlePanel = GameObject.Find("Uis/TitleCanvas/TitlePanel").gameObject;
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
_titlePanel.SetActive(true);
|
||||
}
|
||||
}
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c837bbd9eecddc04f9c625fa14062a34
|
Loading…
Reference in New Issue
Block a user