mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-03-03 08:01:11 +00:00
Thing position, linedef offset and sector height boxes now all change in increments of 8 (16 with Shift, 1 with Ctrl).
This commit is contained in:
parent
bbfb569d0f
commit
e773c543e5
2 changed files with 563 additions and 563 deletions
1122
Source/Core/Windows/LinedefEditForm.Designer.cs
generated
1122
Source/Core/Windows/LinedefEditForm.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -198,9 +198,9 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
posX.Text = ((int)ft.Position.x).ToString();
|
||||
posY.Text = ((int)ft.Position.y).ToString();
|
||||
posZ.Text = (useabsoluteheight ? ((int)Math.Round(ft.Position.z + floorheight)).ToString() : ((int)ft.Position.z).ToString());
|
||||
posX.ButtonStep = General.Map.Grid.GridSize;
|
||||
/*posX.ButtonStep = General.Map.Grid.GridSize;
|
||||
posY.ButtonStep = General.Map.Grid.GridSize;
|
||||
posZ.ButtonStep = General.Map.Grid.GridSize;
|
||||
posZ.ButtonStep = General.Map.Grid.GridSize;*/
|
||||
|
||||
// Action/tags
|
||||
action.Value = ft.Action;
|
||||
|
|
Loading…
Reference in a new issue