mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-07 08:21:10 +00:00
Changed the button image for Insert Things Radially Mode.
This commit is contained in:
parent
92d11bdc60
commit
ba2412c9dd
5 changed files with 17 additions and 1 deletions
|
@ -630,6 +630,9 @@
|
|||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\InsertThingsRadiallyMode.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
|
|
@ -33,7 +33,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
{
|
||||
[EditMode(DisplayName = "Insert Things Radially Mode",
|
||||
SwitchAction = "insertthingsradiallymode",
|
||||
ButtonImage = "ThingsMode.png",
|
||||
ButtonImage = "InsertThingsRadiallyMode.png",
|
||||
ButtonOrder = int.MinValue + 6,
|
||||
ButtonGroup = "000_drawing",
|
||||
AllowCopyPaste = false,
|
||||
|
|
|
@ -310,6 +310,16 @@ namespace CodeImp.DoomBuilder.BuilderModes.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap InsertThingsRadiallyMode {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("InsertThingsRadiallyMode", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -259,4 +259,7 @@
|
|||
<data name="Show3" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Show3.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="InsertThingsRadiallyMode" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\InsertThingsRadiallyMode.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Binary file not shown.
After Width: | Height: | Size: 406 B |
Loading…
Reference in a new issue