Update menuicon
|
|
@ -5,18 +5,6 @@ namespace NHSE.Core
|
|||
/// </summary>
|
||||
public enum ItemMenuIconType : ushort
|
||||
{
|
||||
_0x096F00E1,
|
||||
_0x1178E84F,
|
||||
_0x2B925207,
|
||||
_0x3CD47393,
|
||||
_0x599D99CA,
|
||||
_0x5A07F70B,
|
||||
_0x5E0B9075,
|
||||
_0x631DD141,
|
||||
_0x6C26EAB8,
|
||||
_0x8CC66ACC,
|
||||
_0xD4295E14,
|
||||
_0xE3CF868D,
|
||||
Akoyagai,
|
||||
Amaebi,
|
||||
Anemone0,
|
||||
|
|
@ -81,6 +69,11 @@ public enum ItemMenuIconType : ushort
|
|||
EggLeaf,
|
||||
EggRock,
|
||||
EggSky,
|
||||
FeatherBlu,
|
||||
FeatherGrn,
|
||||
FeatherPpl,
|
||||
FeatherRainbow,
|
||||
FeatherRed,
|
||||
Fence,
|
||||
Fish54,
|
||||
FishAji,
|
||||
|
|
@ -290,7 +283,9 @@ public enum ItemMenuIconType : ushort
|
|||
Lollipop,
|
||||
LostQuestMemo,
|
||||
Love,
|
||||
MaracasCarnival,
|
||||
Medicine,
|
||||
Megaphone,
|
||||
Mendako,
|
||||
MessageBottleEgg,
|
||||
Mizukurage,
|
||||
|
|
@ -320,6 +315,10 @@ public enum ItemMenuIconType : ushort
|
|||
OreGold,
|
||||
OreIron,
|
||||
OreStone,
|
||||
OtoshidamaOpenCh,
|
||||
OtoshidamaOpenKr,
|
||||
OtoshidamaSealCh,
|
||||
OtoshidamaSealKr,
|
||||
Oumugai,
|
||||
Pachinko,
|
||||
Paipuuni,
|
||||
|
|
@ -462,6 +461,7 @@ public enum ItemMenuIconType : ushort
|
|||
SnowCrystal,
|
||||
SnowCrystalLarge,
|
||||
Socks,
|
||||
Soy,
|
||||
SparklingSoda,
|
||||
SquashGreen,
|
||||
SquashOrange,
|
||||
|
|
|
|||
121
NHSE.Sprites/Properties/Resources.Designer.cs
generated
|
|
@ -8,7 +8,6 @@
|
|||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
[assembly: System.Resources.NeutralResourcesLanguage("en")]
|
||||
namespace NHSE.Sprites.Properties {
|
||||
using System;
|
||||
|
||||
|
|
@ -2241,6 +2240,56 @@ internal class Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap FeatherBlu {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("FeatherBlu", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap FeatherGrn {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("FeatherGrn", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap FeatherPpl {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("FeatherPpl", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap FeatherRainbow {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("FeatherRainbow", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap FeatherRed {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("FeatherRed", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
@ -5261,6 +5310,16 @@ internal class Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap MaracasCarnival {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("MaracasCarnival", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
@ -5271,6 +5330,16 @@ internal class Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Megaphone {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Megaphone", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
@ -5921,6 +5990,46 @@ internal class Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap OtoshidamaOpenCh {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("OtoshidamaOpenCh", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap OtoshidamaOpenKr {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("OtoshidamaOpenKr", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap OtoshidamaSealCh {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("OtoshidamaSealCh", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap OtoshidamaSealKr {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("OtoshidamaSealKr", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
@ -8131,6 +8240,16 @@ internal class Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Soy {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Soy", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -772,6 +772,21 @@
|
|||
<data name="elp12" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Villagers\elp12.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="FeatherBlu" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\FeatherBlu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="FeatherGrn" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\FeatherGrn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="FeatherPpl" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\FeatherPpl.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="FeatherRainbow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\FeatherRainbow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="FeatherRed" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\FeatherRed.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Fence" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Fence.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -1678,9 +1693,15 @@
|
|||
<data name="Love" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Love.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="MaracasCarnival" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\MaracasCarnival.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Medicine" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Medicine.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Megaphone" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Megaphone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Mendako" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Mendako.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -1876,6 +1897,18 @@
|
|||
<data name="ost10" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Villagers\ost10.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="OtoshidamaOpenCh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\OtoshidamaOpenCh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="OtoshidamaOpenKr" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\OtoshidamaOpenKr.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="OtoshidamaSealCh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\OtoshidamaSealCh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="OtoshidamaSealKr" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\OtoshidamaSealKr.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Oumugai" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Oumugai.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
@ -2539,6 +2572,9 @@
|
|||
<data name="Socks" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Socks.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Soy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\Soy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="SparklingSoda" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\MenuIcon\SparklingSoda.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
|
|||
BIN
NHSE.Sprites/Resources/MenuIcon/FeatherBlu.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/FeatherGrn.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/FeatherPpl.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/FeatherRainbow.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/FeatherRed.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/MaracasCarnival.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/Megaphone.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/OtoshidamaOpenCh.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/OtoshidamaOpenKr.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/OtoshidamaSealCh.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/OtoshidamaSealKr.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
NHSE.Sprites/Resources/MenuIcon/Soy.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |