mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-08 03:05:18 -05:00
Add Flowershower MenuIcon
This commit is contained in:
Binary file not shown.
@@ -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,
|
||||
|
||||
@@ -5343,3 +5343,4 @@
|
||||
('FeatherPpl' , 'むらさきのはね'),
|
||||
('FeatherRainbow' , 'にじいろのはね'),
|
||||
('JuiceShamrock' , 'シャムロックソーダ'),
|
||||
('Flowershower' , 'フラワーシャワー'),
|
||||
|
||||
10
NHSE.Sprites/Properties/Resources.Designer.cs
generated
10
NHSE.Sprites/Properties/Resources.Designer.cs
generated
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
BIN
NHSE.Sprites/Resources/MenuIcon/Flowershower.png
Normal file
BIN
NHSE.Sprites/Resources/MenuIcon/Flowershower.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user