diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index df18359df1..4c13780fd8 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -1471,6 +1471,9 @@ + + + diff --git a/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs b/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs index fcbdd8692b..2d7bbb8a86 100644 --- a/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs +++ b/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs @@ -1209,6 +1209,36 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap te_arrow { + get { + object obj = ResourceManager.GetObject("te_arrow", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap te_green_arrow { + get { + object obj = ResourceManager.GetObject("te_green_arrow", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap te_green_blue_arrow { + get { + object obj = ResourceManager.GetObject("te_green_blue_arrow", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/BizHawk.Client.EmuHawk/Properties/Resources.resx b/BizHawk.Client.EmuHawk/Properties/Resources.resx index d1606c6f12..80843278bb 100644 --- a/BizHawk.Client.EmuHawk/Properties/Resources.resx +++ b/BizHawk.Client.EmuHawk/Properties/Resources.resx @@ -963,4 +963,13 @@ ..\images\noconnect_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\images\tastudio\te_arrow.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\tastudio\te_green_arrow.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\tastudio\te_green_blue_arrow.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/BizHawk.Client.EmuHawk/images/tastudio/te_arrow.bmp b/BizHawk.Client.EmuHawk/images/tastudio/te_arrow.bmp new file mode 100644 index 0000000000..ce71cfa517 Binary files /dev/null and b/BizHawk.Client.EmuHawk/images/tastudio/te_arrow.bmp differ diff --git a/BizHawk.Client.EmuHawk/images/tastudio/te_green_arrow.bmp b/BizHawk.Client.EmuHawk/images/tastudio/te_green_arrow.bmp new file mode 100644 index 0000000000..a8bbe3e7e9 Binary files /dev/null and b/BizHawk.Client.EmuHawk/images/tastudio/te_green_arrow.bmp differ diff --git a/BizHawk.Client.EmuHawk/images/tastudio/te_green_blue_arrow.bmp b/BizHawk.Client.EmuHawk/images/tastudio/te_green_blue_arrow.bmp new file mode 100644 index 0000000000..56302a414a Binary files /dev/null and b/BizHawk.Client.EmuHawk/images/tastudio/te_green_blue_arrow.bmp differ