Add Flowershower MenuIcon

This commit is contained in:
berichan
2021-05-01 15:43:31 +01:00
parent 02fba973d8
commit 29df2c2d51
6 changed files with 15 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ namespace NHSE.Core
/// </summary>
public enum ItemMenuIconType : ushort
{
_0x19191B2D,
Akoyagai,
Amaebi,
Anemone0,
@@ -159,6 +158,7 @@ public enum ItemMenuIconType : ushort
FishYellowparch,
FishZarigani,
Floor,
Flowershower,
Fossil,
FossilJ,
FtrFishRanchu,

View File

@@ -5343,3 +5343,4 @@
('FeatherPpl' , 'むらさきのはね'),
('FeatherRainbow' , 'にじいろのはね'),
('JuiceShamrock' , 'シャムロックソーダ'),
('Flowershower' , 'フラワーシャワー'),

View File

@@ -3340,6 +3340,16 @@ internal class Resources {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Flowershower {
get {
object obj = ResourceManager.GetObject("Flowershower", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@@ -1102,6 +1102,9 @@
<data name="Floor" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MenuIcon\Floor.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Flowershower" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MenuIcon\Flowershower.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Fossil" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MenuIcon\Fossil.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB