mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
resource bullshit
This commit is contained in:
parent
36169dc15f
commit
c56f6137ec
2 changed files with 11 additions and 1 deletions
|
@ -647,7 +647,17 @@ namespace CodeImp.DoomBuilder.BuilderModes.Properties {
|
|||
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>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
BIN
Source/Plugins/BuilderModes/Resources/SoundRadius.png
Normal file
BIN
Source/Plugins/BuilderModes/Resources/SoundRadius.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in a new issue