resource bullshit

This commit is contained in:
spherallic 2023-01-06 14:24:09 +01:00
parent 36169dc15f
commit c56f6137ec
2 changed files with 11 additions and 1 deletions

View File

@ -647,7 +647,17 @@ namespace CodeImp.DoomBuilder.BuilderModes.Properties {
return ((System.Drawing.Bitmap)(obj)); return ((System.Drawing.Bitmap)(obj));
} }
} }
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap SoundRadius {
get {
object obj = ResourceManager.GetObject("SoundRadius", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary> /// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap. /// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary> /// </summary>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB