Skip to content

Commit 8f99d2f

Browse files
Make tutorial use orange as its color
1 parent c46ca28 commit 8f99d2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Mods/Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ public static void UpdateTutorial()
215215
TutorialSelector.useWorldSpace = true;
216216
}
217217

218-
TutorialSelector.startColor = BrightenColor(GetBGColor(0f));
219-
TutorialSelector.endColor = BrightenColor(GetBGColor(0.5f));
218+
TutorialSelector.startColor = BrightenColor(new Color32(255, 128, 0, 128));
219+
TutorialSelector.endColor = BrightenColor(new Color32(255, 102, 0, 128));
220220

221221
Physics.Raycast(GorillaTagger.Instance.rightHandTransform.position + (-GorillaTagger.Instance.rightHandTransform.up / 4f), GorillaTagger.Instance.rightHandTransform.up, out var Ray, 512f, NoInvisLayerMask());
222222
if (!XRSettings.isDeviceActive)

PluginInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class PluginInfo
55
public const string GUID = "org.iidk.gorillatag.iimenu";
66
public const string Name = "ii's Stupid Menu";
77
public const string Description = "Created by @goldentrophy with love <3";
8-
public const string BuildTimestamp = "2025-08-09T06:29:33Z";
8+
public const string BuildTimestamp = "2025-08-09T06:41:32Z";
99
public const string Version = "6.8.1";
1010

1111
public const string BaseDirectory = "iisStupidMenu";

0 commit comments

Comments
 (0)