Skip to content

Commit

Permalink
Update UICommon.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Solxanich committed Apr 15, 2024
1 parent 6f6df51 commit 892a5e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patches/tModLoader/Terraria/ModLoader/UI/UICommon.cs
Expand Up @@ -119,7 +119,7 @@ public static void TooltipMouseText(string text)
public static Asset<Texture2D> ButtonExpandedTexture { get; internal set; }
public static Asset<Texture2D> ModBrowserIconsTexture { get; internal set; }
public static Asset<Texture2D> ButtonExclamationTexture { get; internal set; }
public static Asset<Texture2D> ButtonDepsTexture { get; internal set; }
//public static Asset<Texture2D> ButtonDepsTexture { get; internal set; }
public static Asset<Texture2D> ButtonUpgradeCsproj { get; internal set; }
public static Asset<Texture2D> ButtonUpgradeLang { get; internal set; }
public static Asset<Texture2D> ButtonRunTModPorter { get; internal set; }
Expand All @@ -132,7 +132,7 @@ public static void TooltipMouseText(string text)
public static Asset<Texture2D> ButtonDownloadMultipleTexture { get; internal set; }
public static Asset<Texture2D> ButtonModInfoTexture { get; internal set; }
public static Asset<Texture2D> ButtonModConfigTexture { get; internal set; }
public static Asset<Texture2D> ModLocationModPackIcon { get; internal set; }
//public static Asset<Texture2D> ModLocationModPackIcon { get; internal set; }
public static Asset<Texture2D> DividerTexture { get; internal set; }
public static Asset<Texture2D> InnerPanelTexture { get; internal set; }
public static Asset<Texture2D> InfoDisplayPageArrowTexture { get; internal set; }
Expand All @@ -152,7 +152,7 @@ Asset<Texture2D> LoadEmbeddedTexture(string name)
ButtonExpandedTexture = LoadEmbeddedTexture("Config.UI.ButtonExpanded");
ModBrowserIconsTexture = LoadEmbeddedTexture("UI.UIModBrowserIcons");
ButtonExclamationTexture = LoadEmbeddedTexture("UI.ButtonExclamation");
ButtonDepsTexture = LoadEmbeddedTexture("UI.ButtonDeps");
//ButtonDepsTexture = LoadEmbeddedTexture("UI.ButtonDeps");
ButtonUpgradeCsproj = LoadEmbeddedTexture("UI.ButtonUpgradeCsproj");
ButtonUpgradeLang = LoadEmbeddedTexture("UI.ButtonUpgradeLang");
ButtonRunTModPorter = LoadEmbeddedTexture("UI.ButtonRunTModPorter");
Expand All @@ -165,7 +165,7 @@ Asset<Texture2D> LoadEmbeddedTexture(string name)
ButtonDownloadMultipleTexture = LoadEmbeddedTexture("UI.ButtonDownloadMultiple");
ButtonModInfoTexture = LoadEmbeddedTexture("UI.ButtonModInfo");
ButtonModConfigTexture = LoadEmbeddedTexture("UI.ButtonModConfig");
ModLocationModPackIcon = LoadEmbeddedTexture("UI.ModLocationModPackIcon");
//ModLocationModPackIcon = LoadEmbeddedTexture("UI.ModLocationModPackIcon");

DividerTexture = Main.Assets.Request<Texture2D>("Images/UI/Divider");
InnerPanelTexture = Main.Assets.Request<Texture2D>("Images/UI/InnerPanelBackground");
Expand Down

0 comments on commit 892a5e9

Please sign in to comment.