2026-05-29 로딩기능
This commit is contained in:
8
Assets/02_Scripts/UI/GameStart.meta
Normal file
8
Assets/02_Scripts/UI/GameStart.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 76518ea418ac2c042bd3f2fbacb6ef73
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
16
Assets/02_Scripts/UI/GameStart/GameStartMenu.cs
Normal file
16
Assets/02_Scripts/UI/GameStart/GameStartMenu.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class GameStartMenu : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/02_Scripts/UI/GameStart/GameStartMenu.cs.meta
Normal file
2
Assets/02_Scripts/UI/GameStart/GameStartMenu.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 262ea0233379d764f8febbbbbf4a3572
|
||||
Reference in New Issue
Block a user