Add spiky eared pichu sprite

look mom im an artist
This commit is contained in:
Kaphotics 2016-09-03 22:27:05 -07:00
parent 6113ce3929
commit 9c961e6bec
4 changed files with 16 additions and 0 deletions

View file

@ -2746,6 +2746,9 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\text\gen3\text_ItemsG1_en.txt" /> <None Include="Resources\text\gen3\text_ItemsG1_en.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\img\Pokemon Sprites\172_1.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View file

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

View file

@ -6403,4 +6403,7 @@
<data name="text_ItemsG1_en" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="text_ItemsG1_en" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\gen3\text_ItemsG1_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value> <value>..\Resources\text\gen3\text_ItemsG1_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
</data> </data>
<data name="_172_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\img\Pokemon Sprites\172_1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root> </root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B