Added new Entity and Behaviour resources

This commit is contained in:
MattNL
2023-03-02 20:47:37 -05:00
parent 64afeee93f
commit 2716775207
2 changed files with 26 additions and 0 deletions

View File

@@ -262,6 +262,16 @@ namespace PckStudio.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap entities {
get {
object obj = ResourceManager.GetObject("entities", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -272,6 +282,16 @@ namespace PckStudio.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
public static byte[] entityBehaviourData {
get {
object obj = ResourceManager.GetObject("entityBehaviourData", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@@ -328,4 +328,10 @@
<data name="blank" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\iconImageList\blank.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="entities" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\entities.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="entityBehaviourData" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\entityBehaviourData.json;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>