Add shamrock shake

This commit is contained in:
berichan 2021-02-25 17:31:08 +00:00
parent 4a303de57b
commit cdc01a0bd8
3 changed files with 13 additions and 0 deletions

View File

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

View File

@ -1588,6 +1588,9 @@
<data name="JohnyParts" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MenuIcon\JohnyParts.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="JuiceShamrock" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MenuIcon\JuiceShamrock.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Kabu" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\MenuIcon\Kabu.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: 4.3 KiB