Commit c7f409a0 authored by 15박보승's avatar 15박보승

Minor changes

parent d0256517
......@@ -27,15 +27,15 @@ MonoBehaviour:
- characterName: Ezest
dialogue: "(\uB300\uCDA9 \uBBF8\uC18C\uC9D3\uAE30)"
characterCount: 1
characterIDs: 0000000000000000
expressions: 0100000000000000
characterIDs: 00000000
expressions: 01000000
- characterName: Ezist
dialogue: "(\uB300\uCDA9 \uC695\uD558\uAE30)"
characterCount: 2
characterIDs: 0000000000000000
expressions: 0100000000000000
characterIDs: 0000000001000000
expressions: 0100000008000000
- characterName: Ezest
dialogue: "(\uB300\uCDA9 \uD654\uB0B4\uAE30)"
characterCount: 1
characterIDs: 00000000
expressions: 08000000
characterCount: 2
characterIDs: 0000000001000000
expressions: 0800000008000000
......@@ -726,16 +726,16 @@ RectTransform:
m_GameObject: {fileID: 1645832969}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_LocalScale: {x: -1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 276241712}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_AnchoredPosition: {x: -300, y: 500}
m_SizeDelta: {x: 600, y: 1000}
m_Pivot: {x: 1, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1645832971
MonoBehaviour:
m_ObjectHideFlags: 0
......
......@@ -27,6 +27,7 @@ public class CharacterResourceEditorWindow : EditorWindow
static void Init()
{
CharacterResourceEditorWindow window = (CharacterResourceEditorWindow)GetWindow(typeof(CharacterResourceEditorWindow));
characters.Clear();
foreach (var character in Resources.LoadAll<CharacterResource>("BS_DialogueSystem/CharacterResources"))
{
try
......
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