mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 22:47:16 +00:00
893 lines
35 KiB
C#
893 lines
35 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace PckStudio.Core.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// 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", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PckStudio.Core.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap additional_map_icons_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("additional_map_icons_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "player_1_off_map",
|
|
/// "displayName": "Player 1 (Off Map)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "player_2_off_map",
|
|
/// "displayName": "Player 2 (Off Map)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "player_3_off_map",
|
|
/// "displayName": "Player 3 (Off Map)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "player_4_off_map",
|
|
/// "displayName": "Player 4 (Off Map)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "treasure",
|
|
/// "displayName": "Buried Treasure"
|
|
/// },
|
|
/// {
|
|
/// "interna [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string additionalMapiconsData {
|
|
get {
|
|
return ResourceManager.GetString("additionalMapiconsData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "base",
|
|
/// "displayName": "Base",
|
|
/// "colorKey": "Banner_Color"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "border",
|
|
/// "displayName": "Bordure",
|
|
/// "colorKey": "Banner_Color"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "bricks",
|
|
/// "displayName": "Field Masoned",
|
|
/// "colorKey": "Banner_Color"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "circle",
|
|
/// "displayName": "Roundel",
|
|
/// "colorKey": "Banner_Color"
|
|
/// }, [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string bannerData {
|
|
get {
|
|
return ResourceManager.GetString("bannerData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap banners_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("banners_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "Tile data research by MattNL",
|
|
/// "COMMENT_2": "JSON by PhoenixARC, MattNL, and NessieHax (Miku-666)",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "grass_top",
|
|
/// "displayName": "Grass Block (Top)",
|
|
///
|
|
/// "colourEntry": {
|
|
/// "defaultName": "Grass_Common",
|
|
/// "colorCategory": ["Grass"]
|
|
/// }
|
|
/// },
|
|
/// {
|
|
/// "internalName": "stone",
|
|
/// "displayName": "Stone"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "dirt",
|
|
/// "displayName": "Dirt"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "grass_side",
|
|
/// "displayName": "Grass [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string blockData {
|
|
get {
|
|
return ResourceManager.GetString("blockData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap chain {
|
|
get {
|
|
object obj = ResourceManager.GetObject("chain", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap clock {
|
|
get {
|
|
object obj = ResourceManager.GetObject("clock", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap cloth {
|
|
get {
|
|
object obj = ResourceManager.GetObject("cloth", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap cloth_b {
|
|
get {
|
|
object obj = ResourceManager.GetObject("cloth_b", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap clouds {
|
|
get {
|
|
object obj = ResourceManager.GetObject("clouds", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "Particle": {
|
|
/// "variants": [
|
|
/// "Particle_Smoke",
|
|
/// "Particle_NetherPortal",
|
|
/// "Particle_EnderPortal",
|
|
/// "Particle_Ender",
|
|
/// "Particle_DragonBreathMin",
|
|
/// "Particle_DragonBreathMax"
|
|
/// ]
|
|
/// },
|
|
/// "Particle_EnchantmentTable": {
|
|
/// "defaultName": "Particle_EnchantmentTable"
|
|
/// },
|
|
/// "Particle_ScoreRing": {
|
|
/// "variants": [
|
|
/// "Particle_ScoreRing_Small",
|
|
/// "Particle_ScoreRing_Medium",
|
|
/// "Particle_ScoreRing_Large"
|
|
/// ]
|
|
/// },
|
|
/// "Potion_Effect": {
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string colorEntries {
|
|
get {
|
|
return ResourceManager.GetString("colorEntries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap Comparison {
|
|
get {
|
|
object obj = ResourceManager.GetObject("Comparison", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap compass {
|
|
get {
|
|
object obj = ResourceManager.GetObject("compass", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "bat": {
|
|
/// "textureSize": { "X": 64, "Y": 64 },
|
|
/// "parts": [
|
|
/// {
|
|
/// "name": "head",
|
|
/// "boxes": [
|
|
/// { "pos": { "X": -3, "Y": -3, "Z": -3 }, "size": { "X": 6, "Y": 6, "Z": 6 }, "uv": { "X": 0, "Y": 0 } }
|
|
/// ]
|
|
/// },
|
|
/// {
|
|
/// "name": "body",
|
|
/// "boxes": [
|
|
/// { "pos": { "X": -3, "Y": 4, "Z": -3 }, "size": { "X": 6, "Y": 12, "Z": 6 }, "uv": { "X": 0, "Y": 16 } },
|
|
/// { "pos": { "X": -5, "Y": 16, "Z": 0 }, "size": { "X": 10, "Y": 6, "Z": [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string defaultModels {
|
|
get {
|
|
return ResourceManager.GetString("defaultModels", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap diamond {
|
|
get {
|
|
object obj = ResourceManager.GetObject("diamond", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap experience_orbs_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("experience_orbs_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "experience_orb_0",
|
|
/// "displayName": "Experience Orb (Size 1)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "experience_orb_1",
|
|
/// "displayName": "Experience Orb (Size 2)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "experience_orb_2",
|
|
/// "displayName": "Experience Orb (Size 3)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "experience_orb_3",
|
|
/// "displayName": "Experience Orb (Size 4)"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "experience_orb_4",
|
|
/// "displayName": "Experience Or [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string experienceOrbData {
|
|
get {
|
|
return ResourceManager.GetString("experienceOrbData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "explosion_0",
|
|
/// "displayName": "Explosion (Stage 1)",
|
|
/// "colorKey": "Particle_Explode"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "explosion_1",
|
|
/// "displayName": "Explosion (Stage 2)",
|
|
/// "colorKey": "Particle_Explode"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "explosion_2",
|
|
/// "displayName": "Explosion (Stage 3)",
|
|
/// "colorKey": "Particle_Explode"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "explosion_3",
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string explosionData {
|
|
get {
|
|
return ResourceManager.GetString("explosionData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap explosions_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("explosions_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap fire_layer_0 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("fire_layer_0", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap fire_layer_1 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("fire_layer_1", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap gold {
|
|
get {
|
|
object obj = ResourceManager.GetObject("gold", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap iron {
|
|
get {
|
|
object obj = ResourceManager.GetObject("iron", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "Tile data research by MattNL",
|
|
/// "COMMENT_2": "JSON by PhoenixARC, MattNL, and NessieHax (Miku-666)",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "helmetCloth",
|
|
/// "displayName": "Leather Cap",
|
|
/// "allowCustomColour": true,
|
|
/// "colorKey": "Armour_Default_Leather_Colour"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "helmetChain",
|
|
/// "displayName": "Chain Helmet"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "helmetIron",
|
|
/// "displayName": "Iron Helmet"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "helmetDiamond",
|
|
/// "displayName": [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string itemData {
|
|
get {
|
|
return ResourceManager.GetString("itemData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap items_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("items_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [
|
|
/// {
|
|
/// "name": "Bow Pulling",
|
|
/// "row": 5,
|
|
/// "column": 6,
|
|
/// "frameCount": 3,
|
|
/// "frameTime": 6,
|
|
/// "direction": 1
|
|
/// },
|
|
/// {
|
|
/// "name": "Leather Cap",
|
|
/// "row": 0,
|
|
/// "column": 0,
|
|
/// "overlay": { "row": 0, "column": 9 }
|
|
/// },
|
|
/// {
|
|
/// "name": "Leather Tunic",
|
|
/// "row": 0,
|
|
/// "column": 1,
|
|
/// "overlay": { "row": 0, "column": 10 }
|
|
/// },
|
|
/// {
|
|
/// "name": "Leather Pants",
|
|
/// "row": 0,
|
|
/// "column": 2,
|
|
/// "overlay": { "row": 0, "column": 11 }
|
|
/// },
|
|
/// {
|
|
/// "name": "Leather [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string items_groups {
|
|
get {
|
|
return ResourceManager.GetString("items_groups", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap map_icons_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("map_icons_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "player_1",
|
|
/// "displayName": "Player 1"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "player_2",
|
|
/// "displayName": "Player 2"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "player_3",
|
|
/// "displayName": "Player 3"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "player_4",
|
|
/// "displayName": "Player 4"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "target_x",
|
|
/// "displayName": "Unused"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "target_point",
|
|
/// "displayName": "Target Point (Unused)"
|
|
/// },
|
|
/// {
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string mapIconData {
|
|
get {
|
|
return ResourceManager.GetString("mapIconData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "bat": {
|
|
/// "textureLocations": [
|
|
/// "res/mob/bat"
|
|
/// ],
|
|
/// "materialName": "bat",
|
|
/// "parts": [
|
|
/// {
|
|
/// "name": "head",
|
|
/// "children": [
|
|
/// { "name": "rightEar" },
|
|
/// { "name": "leftEar" }
|
|
/// ]
|
|
/// },
|
|
/// {
|
|
/// "name": "body",
|
|
/// "children": [
|
|
/// {
|
|
/// "name": "rightWing",
|
|
/// "children": [
|
|
/// { "name": "rightWingTip" }
|
|
/// ]
|
|
/// },
|
|
/// {
|
|
/// "name": "leftWing",
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string modelMetaData {
|
|
get {
|
|
return ResourceManager.GetString("modelMetaData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap moon_phases_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("moon_phases_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "moon_phase_0",
|
|
/// "displayName": "Full Moon"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "moon_phase_1",
|
|
/// "displayName": "Waning Gibbous"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "moon_phase_2",
|
|
/// "displayName": "Last Quarter"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "moon_phase_3",
|
|
/// "displayName": "Waning Crescent"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "moon_phase_4",
|
|
/// "displayName": "New Moon"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "moon_phase_5",
|
|
/// "displayName": [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string moonPhaseData {
|
|
get {
|
|
return ResourceManager.GetString("moonPhaseData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [
|
|
/// {
|
|
/// "name": "The Pool",
|
|
/// "row": 0,
|
|
/// "column": 2,
|
|
/// "rowSpan": 2,
|
|
/// "columnSpan": 1,
|
|
/// "direction": 1
|
|
/// },
|
|
/// {
|
|
/// "name": "Bonjour Monsiuer Courbet",
|
|
/// "row": 2,
|
|
/// "column": 2,
|
|
/// "rowSpan": 2,
|
|
/// "columnSpan": 1,
|
|
/// "direction": 0
|
|
/// },
|
|
/// {
|
|
/// "name": "Seaside",
|
|
/// "row": 4,
|
|
/// "column": 2,
|
|
/// "rowSpan": 2,
|
|
/// "columnSpan": 1,
|
|
/// "direction": 0
|
|
/// },
|
|
/// {
|
|
/// "name": "sunset_dense",
|
|
/// "row": 6,
|
|
/// "column": 2,
|
|
/// "rowSpan": 2,
|
|
/// "columnSpan": [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string painting_groups {
|
|
get {
|
|
return ResourceManager.GetString("painting_groups", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "Kebab",
|
|
/// "displayName": "\"Kebab med tre pepperoni\" by Kristoffer Zetterstrand"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "Aztec",
|
|
/// "displayName": "\"de_aztec\" by Kristoffer Zetterstrand"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "Alban",
|
|
/// "displayName": "\"Albanian\" by Kristoffer Zetterstrand"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "Aztec2",
|
|
/// "displayName": "\"de_aztec\" by Kristoffer Zetterstrand"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "Bomb",
|
|
/// "disp [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string paintingData {
|
|
get {
|
|
return ResourceManager.GetString("paintingData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap paintings_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("paintings_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {
|
|
/// "COMMENT_1": "JSON by MattNL",
|
|
/// "entries": [
|
|
/// {
|
|
/// "internalName": "generic_0",
|
|
/// "displayName": "Generic (Stage 1)",
|
|
/// "colorKey": "Particle"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "generic_1",
|
|
/// "displayName": "Generic (Stage 2)",
|
|
/// "colorKey": "Particle"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "generic_2",
|
|
/// "displayName": "Generic (Stage 3)",
|
|
/// "colorKey": "Particle"
|
|
/// },
|
|
/// {
|
|
/// "internalName": "generic_3",
|
|
/// "displayName": "Generic (Stage 4)",
|
|
/// [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string particleData {
|
|
get {
|
|
return ResourceManager.GetString("particleData", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap particles_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("particles_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [
|
|
/// {
|
|
/// "name": "Generic",
|
|
/// "row": 0,
|
|
/// "column": 0,
|
|
/// "frameCount": 8,
|
|
/// "frameTime": 2,
|
|
/// "direction": 0
|
|
/// },
|
|
/// {
|
|
/// "name": "Splash",
|
|
/// "row": 3,
|
|
/// "column": 1,
|
|
/// "frameCount": 4,
|
|
/// "frameTime": 2,
|
|
/// "direction": 0
|
|
/// },
|
|
/// {
|
|
/// "name": "Drip",
|
|
/// "row": 0,
|
|
/// "column": 7,
|
|
/// "frameCount": 3,
|
|
/// "frameTime": 4,
|
|
/// "direction": 0
|
|
/// },
|
|
/// {
|
|
/// "name": "Effect",
|
|
/// "row": 0,
|
|
/// "column": 8,
|
|
/// "frameCount": 8,
|
|
/// "frameTime": 2,
|
|
/// "direction": [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string particles_groups {
|
|
get {
|
|
return ResourceManager.GetString("particles_groups", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap rain {
|
|
get {
|
|
object obj = ResourceManager.GetObject("rain", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap snow {
|
|
get {
|
|
object obj = ResourceManager.GetObject("snow", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap terrain_atlas {
|
|
get {
|
|
object obj = ResourceManager.GetObject("terrain_atlas", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [
|
|
/// {
|
|
/// "name": "Oak Door",
|
|
/// "row": 1,
|
|
/// "column": 5,
|
|
/// "rowSpan": 1,
|
|
/// "columnSpan": 2,
|
|
/// "direction": 1
|
|
/// },
|
|
/// {
|
|
/// "name": "Iron Door",
|
|
/// "row": 2,
|
|
/// "column": 5,
|
|
/// "rowSpan": 1,
|
|
/// "columnSpan": 2,
|
|
/// "direction": 1
|
|
/// },
|
|
/// {
|
|
/// "name": "Acacia Door",
|
|
/// "row": 0,
|
|
/// "column": 23,
|
|
/// "rowSpan": 1,
|
|
/// "columnSpan": 2,
|
|
/// "direction": 1
|
|
/// },
|
|
/// {
|
|
/// "name": "Birch Door",
|
|
/// "row": 1,
|
|
/// "column": 23,
|
|
/// "rowSpan": 1,
|
|
/// "columnSpan": 2,
|
|
/// "di [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string terrain_groups {
|
|
get {
|
|
return ResourceManager.GetString("terrain_groups", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap TexturePackIcon {
|
|
get {
|
|
object obj = ResourceManager.GetObject("TexturePackIcon", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap turtle {
|
|
get {
|
|
object obj = ResourceManager.GetObject("turtle", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap unknown_pack {
|
|
get {
|
|
object obj = ResourceManager.GetObject("unknown_pack", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
}
|
|
}
|