hell yeah

This commit is contained in:
ThatZeoMan 2022-08-18 23:18:22 -05:00
parent 67c9cc8e77
commit a92f3bb0de
2 changed files with 2 additions and 3 deletions

View file

@ -25461,7 +25461,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0.5} m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5}
m_AnchoredPosition: {x: 0, y: 129.8409} m_AnchoredPosition: {x: 0, y: 129.84087}
m_SizeDelta: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 1} m_Pivot: {x: 0.5, y: 1}
--- !u!114 &1154875944 --- !u!114 &1154875944
@ -27567,7 +27567,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: dfd9c4dee49957d4da897e02634ce6db, type: 3} m_Script: {fileID: 11500000, guid: dfd9c4dee49957d4da897e02634ce6db, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
content: {fileID: 0} content: {fileID: 31952711}
--- !u!1 &1254178913 --- !u!1 &1254178913
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View file

@ -16,7 +16,6 @@ namespace HeavenStudio.Properties
{ {
Properties.instance.levelName = content; Properties.instance.levelName = content;
Debug.Log(Properties.instance.levelName); Debug.Log(Properties.instance.levelName);
RemixName.instance.content = Properties.instance.levelName;
} }
} }
} }