shadow casting

This commit is contained in:
Halbear
2026-03-20 19:16:10 +00:00
parent 7f49cf4d6b
commit 98b8e9fc16
10 changed files with 167 additions and 8 deletions

View File

@@ -329,5 +329,25 @@ namespace SpriteStacker.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] Monocraft {
get {
object obj = ResourceManager.GetObject("Monocraft", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap OpaqueBackground {
get {
object obj = ResourceManager.GetObject("OpaqueBackground", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}