Adding two more images, one which will be adding a burned-mark onto items which have burned out. The other is a set of initial animations which we will eventually use for showing something burning or sparking.
This commit is contained in:
parent
f00ce5e965
commit
78c9c5472f
@ -443,6 +443,8 @@
|
||||
<None Include="Resources\click.wav" />
|
||||
<None Include="Resources\gpl.txt" />
|
||||
<None Include="Resources\CaptionBtn.png" />
|
||||
<None Include="Resources\Animations.png" />
|
||||
<None Include="Resources\BurnMark.png" />
|
||||
<Content Include="Resources\NBIco.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
30
EduNetworkBuilder/Properties/Resources.Designer.cs
generated
30
EduNetworkBuilder/Properties/Resources.Designer.cs
generated
@ -19,7 +19,7 @@ namespace EduNetworkBuilder.Properties {
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
@ -61,8 +61,8 @@ namespace EduNetworkBuilder.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang1033\deflangfe1033\themelang1033\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 00000000000000000000}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}
|
||||
///{\f39\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 00000000000000000000}Times New [rest of string was truncated]";.
|
||||
/// Looks up a localized string similar to {\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang1033\deflangfe1033\themelang1033\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}
|
||||
///{\f39\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string about {
|
||||
get {
|
||||
@ -70,6 +70,26 @@ namespace EduNetworkBuilder.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Animations {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Animations", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap BurnMark {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("BurnMark", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
@ -1234,12 +1254,12 @@ namespace EduNetworkBuilder.Properties {
|
||||
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
||||
///<ArrayOfHelpURL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
/// <HelpURL>
|
||||
/// <URL>https://www.youtube.com/watch?v=YZbbWZqfC-Y</URL>
|
||||
/// <URL>https://youtu.be/AIeb9vPah9A</URL>
|
||||
/// <LangTag>en</LangTag>
|
||||
/// <HelpTopicString>DHCP</HelpTopicString>
|
||||
/// </HelpURL>
|
||||
/// <HelpURL>
|
||||
/// <URL>https://www.youtube.com/watch?v=YZbbWZqfC-Y</URL>
|
||||
/// <URL>https://youtu.be/_D4GpaQd17o</URL>
|
||||
/// <LangTag>en</LangTag>
|
||||
/// <HelpTopicString>DHCPServer</HelpTopicString>
|
||||
/// </HelpURL>
|
||||
|
@ -490,4 +490,10 @@
|
||||
<data name="VidImage" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\VidImage.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Animations" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Animations.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="BurnMark" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\BurnMark.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
EduNetworkBuilder/Resources/Animations.png
Normal file
BIN
EduNetworkBuilder/Resources/Animations.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
BIN
EduNetworkBuilder/Resources/BurnMark.png
Normal file
BIN
EduNetworkBuilder/Resources/BurnMark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user