- 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:
biwa 2019-11-15 21:56:25 +01:00
parent af3286031c
commit e09cf546da
2 changed files with 2 additions and 0 deletions

View file

@ -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)]

View file

@ -283,6 +283,7 @@
this.spline.TabIndex = 10;
this.spline.Text = "Spline";
this.spline.UseVisualStyleBackColor = true;
this.spline.Visible = false;
//
// SlopeVertexEditForm
//