Skip to content

Commit

Permalink
remove image banner
Browse files Browse the repository at this point in the history
  • Loading branch information
brohamgoham committed Oct 17, 2022
1 parent 4d8e830 commit 5560b21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 110 deletions.
Binary file removed Documentation/pg-gallery2.psd
Binary file not shown.
99 changes: 0 additions & 99 deletions Documentation/pg-gallery2.psd.meta

This file was deleted.

12 changes: 1 addition & 11 deletions Editor/AlturaNFTSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,7 @@ void OnGUI()
EditorGUILayout.LabelField("");
EditorGUILayout.LabelField("Altura SDK examples coming soon!");
EditorGUILayout.BeginHorizontal();
/*
Texture button_tex = (Texture)Resources.Load<Texture>("pg-gallery1");
GUIContent button_tex_con = new GUIContent(button_tex);
if (GUILayout.Button(button_tex_con,_sampleButtonStyle, GUILayout.Width(260), GUILayout.Height(100)))
Application.OpenURL(AlturaConstants.AdvPlaygroundGallery);
Texture button_tex2 = (Texture)Resources.Load<Texture>("pg-gallery2");
GUIContent button_tex_con2 = new GUIContent(button_tex2);
if (GUILayout.Button(button_tex_con2,_sampleButtonStyle, GUILayout.Width(260), GUILayout.Height(100)))
Application.OpenURL(AlturaConstants.PlaygroundButterflyMint);
*/

EditorGUILayout.EndHorizontal();


Expand Down

0 comments on commit 5560b21

Please sign in to comment.