Added loadable external resources for ironman and hiscores icons.
This commit is contained in:
10
osrs-toolbox/Resources/ExternalResources.cs
Normal file
10
osrs-toolbox/Resources/ExternalResources.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Windows.Media.Imaging;
|
||||
|
||||
namespace osrs_toolbox
|
||||
{
|
||||
public static class ExternalResources
|
||||
{
|
||||
public static BitmapImage IronImage = new BitmapImage(new Uri("https://oldschool.runescape.wiki/images/Ironman_chat_badge.png"));
|
||||
public static BitmapImage MainImage = new BitmapImage(new Uri("https://oldschool.runescape.wiki/images/HiScores_icon.png"));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user