mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 10:53:19 +00:00
- 3D Floor Mode: mode is now only available in Hexen format and UDMF
- 3D Floor Mode: removed non-functional "Spline" checkbox from the Edit Slope Vertex dialog
This commit is contained in:
parent
af3286031c
commit
e09cf546da
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ namespace CodeImp.DoomBuilder.ThreeDFloorMode
|
|||
ButtonImage = "ThreeDFloorIcon.png", // Image resource name for the button
|
||||
ButtonOrder = int.MinValue + 501, // Position of the button (lower is more to the left)
|
||||
ButtonGroup = "000_editing",
|
||||
SupportedMapFormats = new[] { "HexenMapSetIO", "UniversalMapSetIO" },
|
||||
UseByDefault = true,
|
||||
SafeStartMode = false,
|
||||
Volatile = false)]
|
||||
|
|
|
@ -283,6 +283,7 @@
|
|||
this.spline.TabIndex = 10;
|
||||
this.spline.Text = "Spline";
|
||||
this.spline.UseVisualStyleBackColor = true;
|
||||
this.spline.Visible = false;
|
||||
//
|
||||
// SlopeVertexEditForm
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue