Skip to content

Commit 65219f1

Browse files
committed
"Fix" Ram Setter
1 parent d70feff commit 65219f1

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed
2.33 KB
Binary file not shown.

Assets/Scenes/Main.unity

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3718,7 +3718,7 @@ RectTransform:
37183718
m_PrefabAsset: {fileID: 0}
37193719
m_GameObject: {fileID: 222688974}
37203720
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
3721-
m_LocalPosition: {x: 0, y: 0, z: 0.00014320016}
3721+
m_LocalPosition: {x: 0, y: 0, z: 0}
37223722
m_LocalScale: {x: 1, y: 1, z: 1}
37233723
m_ConstrainProportionsScale: 0
37243724
m_Children:
@@ -3828,7 +3828,7 @@ MonoBehaviour:
38283828
m_CallState: 2
38293829
- m_Target: {fileID: 1460469781}
38303830
m_TargetAssemblyTypeName: WindowHandler, Assembly-CSharp
3831-
m_MethodName: GithugLogSetter
3831+
m_MethodName: GithubLogSetter
38323832
m_Mode: 1
38333833
m_Arguments:
38343834
m_ObjectArgument: {fileID: 0}
@@ -22079,7 +22079,7 @@ GameObject:
2207922079
m_Icon: {fileID: 0}
2208022080
m_NavMeshLayer: 0
2208122081
m_StaticEditorFlags: 0
22082-
m_IsActive: 1
22082+
m_IsActive: 0
2208322083
--- !u!224 &1068650132
2208422084
RectTransform:
2208522085
m_ObjectHideFlags: 0

Assets/Scripts/UIHandler.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ void Start()
5757
selectedInstance = dropdownModSearch.value;
5858
UpdateDropdowns(false, null);
5959
});
60-
60+
61+
dropdownMain.interactable = false;
62+
modsButton.interactable = false;
63+
instancesButton.interactable = false;
64+
playButton.interactable = false;
6165
}
6266

6367
void Update()

Assets/Scripts/WindowHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void ErrorMenuUnsetter()
136136
}
137137

138138
private bool githubLogAnimating;
139-
public void GithugLogSetter()
139+
public void GithubLogSetter()
140140
{
141141
Debug.Log(githubLogToggle.transform.localPosition);
142142
if (githubLogAnimating)

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ PlayerSettings:
153153
- {fileID: 0}
154154
- {fileID: 0}
155155
- {fileID: 11400000, guid: 1d87c4f70557acbdbb67d5fa81b6d8a7, type: 2}
156+
- {fileID: 6154349898728414384, guid: d659781fbeb3ee24a850529d00b6529e, type: 2}
157+
- {fileID: 4742369749144153844, guid: 7b5da002d83fb8f42ac49c354e6f6d31, type: 2}
156158
metroInputSource: 0
157159
wsaTransparentSwapchain: 0
158160
m_HolographicPauseOnTrackingLoss: 1

0 commit comments

Comments
 (0)