mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-31 00:51:37 +00:00
Added a way to assign new tags, which finds a tag unused by current map element type.
This commit is contained in:
parent
a6ee7a5ca2
commit
b84b613d4b
17 changed files with 152 additions and 112 deletions
|
@ -117,7 +117,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
ceilingtex.TextureName = sc.CeilTexture;
|
||||
|
||||
// Action
|
||||
tagSelector.Setup(); //mxd
|
||||
tagSelector.Setup(UniversalType.SectorTag); //mxd
|
||||
tagSelector.SetTag(sc.Tag);//mxd
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue