mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-21 23:37:09 +00:00
Renamed Icon.ico and Logo.png to ProjectLogo and removed duplicates of logo from resources
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>Resources\PCK-Studio_Logo.ico</ApplicationIcon>
|
||||
<ApplicationIcon>../ProjectLogo.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
@@ -139,6 +139,7 @@
|
||||
</ManifestKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup />
|
||||
<PropertyGroup />
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
@@ -740,7 +741,6 @@
|
||||
<None Include="Resources\icons\ranch.png" />
|
||||
<Content Include="Resources\icons\Replace.png" />
|
||||
<Content Include="Resources\icons\Save.png" />
|
||||
<Content Include="Resources\PCK-Studio_Logo.ico" />
|
||||
<Content Include="Resources\NoImageFound.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -750,7 +750,7 @@
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="DiscordRichPresence">
|
||||
<Version>1.1.3.18</Version>
|
||||
<Version>1.1.4.20</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="MetroFramework">
|
||||
<Version>1.2.0.3</Version>
|
||||
|
||||
44
PCK-Studio/Properties/Resources.Designer.cs
generated
44
PCK-Studio/Properties/Resources.Designer.cs
generated
@@ -504,6 +504,16 @@ namespace PckStudio.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
public static System.Drawing.Icon ProjectLogo {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("ProjectLogo", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
@@ -609,18 +619,28 @@ namespace PckStudio.Properties {
|
||||
/// "COMMENT_1": "Tile data research by MattNL",
|
||||
/// "COMMENT_2": "JSON conversion by PhoenixARC",
|
||||
/// "blocks": [
|
||||
/// { "grass_top": "Grass Block (Top)" },
|
||||
/// { "stone": "Stone" },
|
||||
/// { "dirt": "Dirt" },
|
||||
/// { "grass_side": "Grass Block (Side)" },
|
||||
/// { "planks_oak": "Oak Planks" },
|
||||
/// { "stoneslab_side": "Stone Slab (Side)" },
|
||||
/// { "stoneslab_top": "Stone Slab (Top)" },
|
||||
/// { "brick": "Bricks" },
|
||||
/// { "tnt_side": "TNT (Side)" },
|
||||
/// { "tnt_top": "TNT (Top)" },
|
||||
/// { "tnt_bottom": "TNT (Bottom)" },
|
||||
/// { "web": "Cobw [rest of string was truncated]";.
|
||||
/// {
|
||||
/// "internalName": "grass_top",
|
||||
/// "displayName": "Grass Block (Top)"
|
||||
/// },
|
||||
/// {
|
||||
/// "internalName": "stone",
|
||||
/// "displayName": "Stone"
|
||||
/// },
|
||||
/// {
|
||||
/// "internalName": "dirt",
|
||||
/// "displayName": "Dirt"
|
||||
/// },
|
||||
/// {
|
||||
/// "internalName": "grass_side",
|
||||
/// "displayName": "Grass Block (Side)"
|
||||
/// },
|
||||
/// {
|
||||
/// "internalName": "planks_oak",
|
||||
/// "displayName": "Oak Planks"
|
||||
/// },
|
||||
/// {
|
||||
/// "internalName": [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
public static string tileData {
|
||||
get {
|
||||
|
||||
@@ -325,4 +325,7 @@
|
||||
<data name="ranch" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\icons\ranch.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="ProjectLogo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\..\ProjectLogo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 146 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Reference in New Issue
Block a user