feat: 게임 인트로 씬 추가 작업
This commit is contained in:
14
Gameton-06/Assets/Gameton/Scripts/GameData/IntroStoryData.cs
Normal file
14
Gameton-06/Assets/Gameton/Scripts/GameData/IntroStoryData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
[System.Serializable]
|
||||
public class IntroStoryData
|
||||
{
|
||||
public int background;
|
||||
public string speaker;
|
||||
public string content;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fc694114c5406d447ab40f0d7c02db2b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user