Skip to content

Commit

Permalink
Updated Repo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSleightly committed Dec 24, 2021
1 parent 90f976b commit c1f1c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Editor/ToggleHUDEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public override void OnGUI(MaterialEditor materialEditor, MaterialProperty[] pro

if (GUILayout.Button(buttonUIGridTexture, "label", GUILayout.Width(150), GUILayout.Height(150)))
{
Application.OpenURL("https://github.com/JustSleightly/Resources/tree/main/ViewSpaceToggleUI");
Application.OpenURL("https://github.com/JustSleightly/ToggleHUD/tree/main/Sample/Textures");
}

GUILayout.FlexibleSpace();
Expand Down Expand Up @@ -368,7 +368,7 @@ private static void InitializeTextures()
if (!TexturesInitialized)
{
if (!UIGridTexture)
UIGridTexture = DownloadTexture("https://raw.githubusercontent.com/JustSleightly/Resources/main/ViewSpaceToggleUI/UI%20Grid%20Numbered.png");
UIGridTexture = DownloadTexture("https://raw.githubusercontent.com/JustSleightly/ToggleHUD/main/Sample/Textures/UI%20Grid%20Numbered.png");

if (!IconJSLogo)
IconJSLogo = DownloadTexture("https://github.com/JustSleightly/Resources/raw/main/Icons/JSLogo.png");
Expand Down
2 changes: 1 addition & 1 deletion Sample/Materials/UI Sample Material.mat
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Material:
- _PosZ: 1
- _Precision: 10
- _RotX: 23
- _RotY: 0
- _RotY: 13
- _Rows: 4
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
Expand Down

0 comments on commit c1f1c96

Please sign in to comment.