feat: 게임 인트로 씬 추가 작업
This commit is contained in:
20
Gameton-06/Assets/Gameton/Scripts/UI/IntroUI.cs
Normal file
20
Gameton-06/Assets/Gameton/Scripts/UI/IntroUI.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
public class IntroUI : UIBase
|
||||
{
|
||||
public List<IntroStoryData> introStories = new List<IntroStoryData>();
|
||||
|
||||
private IntroStoryDataManager introStoryDataManager;
|
||||
|
||||
private void OnEnable()
|
||||
{
|
||||
introStoryDataManager = new IntroStoryDataManager();
|
||||
|
||||
introStories = introStoryDataManager.introStories;
|
||||
}
|
||||
}
|
||||
}
|
||||
11
Gameton-06/Assets/Gameton/Scripts/UI/IntroUI.cs.meta
Normal file
11
Gameton-06/Assets/Gameton/Scripts/UI/IntroUI.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8550ef0700c66e64fabb97f3468ced13
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user