mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-02 09:51:47 +00:00
added configuration support for generalized sector effects
This commit is contained in:
parent
9bfaae721e
commit
2e741f7c8e
14 changed files with 457 additions and 263 deletions
|
@ -1145,6 +1145,16 @@ namespace CodeImp.DoomBuilder.Interface
|
|||
f.Dispose();
|
||||
}
|
||||
|
||||
// This shows the dialog to edit sectors
|
||||
public void ShowEditSectors(ICollection<Sector> sectors)
|
||||
{
|
||||
// Show line edit dialog
|
||||
SectorEditForm f = new SectorEditForm();
|
||||
f.Setup(sectors);
|
||||
f.ShowDialog(this);
|
||||
f.Dispose();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region ================== Processor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue