mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-01 09:22:00 +00:00
Fixed field caption for floor glow color.
This commit is contained in:
parent
957314a9ac
commit
509fb55e62
3 changed files with 6 additions and 6 deletions
|
@ -30,6 +30,6 @@ using CodeImp.DoomBuilder;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("2.3.0.2936")]
|
[assembly: AssemblyVersion("2.3.0.2937")]
|
||||||
[assembly: NeutralResourcesLanguageAttribute("en")]
|
[assembly: NeutralResourcesLanguageAttribute("en")]
|
||||||
[assembly: AssemblyHash("d8701b7")]
|
[assembly: AssemblyHash("957314a")]
|
||||||
|
|
|
@ -832,7 +832,7 @@
|
||||||
//
|
//
|
||||||
this.floorglowcolor.DefaultValue = 0;
|
this.floorglowcolor.DefaultValue = 0;
|
||||||
this.floorglowcolor.Field = "floorglowcolor";
|
this.floorglowcolor.Field = "floorglowcolor";
|
||||||
this.floorglowcolor.Label = "Glow:";
|
this.floorglowcolor.Label = "Glow color:";
|
||||||
this.floorglowcolor.Location = new System.Drawing.Point(28, 19);
|
this.floorglowcolor.Location = new System.Drawing.Point(28, 19);
|
||||||
this.floorglowcolor.Name = "floorglowcolor";
|
this.floorglowcolor.Name = "floorglowcolor";
|
||||||
this.floorglowcolor.Size = new System.Drawing.Size(210, 29);
|
this.floorglowcolor.Size = new System.Drawing.Size(210, 29);
|
||||||
|
@ -1214,7 +1214,7 @@
|
||||||
//
|
//
|
||||||
// floorAngleControl
|
// floorAngleControl
|
||||||
//
|
//
|
||||||
this.floorAngleControl.Angle = -1530;
|
this.floorAngleControl.Angle = -1620;
|
||||||
this.floorAngleControl.AngleOffset = 90;
|
this.floorAngleControl.AngleOffset = 90;
|
||||||
this.floorAngleControl.DoomAngleClamping = false;
|
this.floorAngleControl.DoomAngleClamping = false;
|
||||||
this.floorAngleControl.Location = new System.Drawing.Point(6, 156);
|
this.floorAngleControl.Location = new System.Drawing.Point(6, 156);
|
||||||
|
@ -1511,7 +1511,7 @@
|
||||||
//
|
//
|
||||||
// ceilAngleControl
|
// ceilAngleControl
|
||||||
//
|
//
|
||||||
this.ceilAngleControl.Angle = -1530;
|
this.ceilAngleControl.Angle = -1620;
|
||||||
this.ceilAngleControl.AngleOffset = 90;
|
this.ceilAngleControl.AngleOffset = 90;
|
||||||
this.ceilAngleControl.DoomAngleClamping = false;
|
this.ceilAngleControl.DoomAngleClamping = false;
|
||||||
this.ceilAngleControl.Location = new System.Drawing.Point(6, 156);
|
this.ceilAngleControl.Location = new System.Drawing.Point(6, 156);
|
||||||
|
|
|
@ -29,5 +29,5 @@ using System.Resources;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("2.3.0.2936")]
|
[assembly: AssemblyVersion("2.3.0.2937")]
|
||||||
[assembly: NeutralResourcesLanguageAttribute("en")]
|
[assembly: NeutralResourcesLanguageAttribute("en")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue