mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-18 16:10:58 +00:00
c86d92ce63
Things with "hangs" flag are now aligned to ceiling properly in GZDoom Visual mode. Things can now be added and deleted in GZDoom Visual mode. Several fixes in Doom, Doom 2, Heretic and Hexen configs (based on Doom Builder 2 SVN 1553 and 1560) Added "countsecret" thing UDMF flag to configs. UDMF Controls plugin: Scale of 3d-floor's sidedefs textures is now applied properly. Translation of 3d-floor's sidedefs textures is now applied properly. Added "hidden" UDMF flag. Tag Explorer plugin: TreeView is now updated when thing is deleted. Tag Explorer plugin is now compatible with Doom Builder 2.
36 lines
772 B
INI
36 lines
772 B
INI
/******************************************\
|
|
Doom Builder Actions Configuration
|
|
\******************************************/
|
|
|
|
gzdoomvisualmode
|
|
{
|
|
title = "GZDoom Visual Mode";
|
|
category = "modes";
|
|
description = "Switches to the (G)ZDoom visual editing mode.";
|
|
allowkeys = true;
|
|
allowmouse = true;
|
|
allowscroll = true;
|
|
default = 81;
|
|
}
|
|
|
|
flooralignmode
|
|
{
|
|
title = "Floor Align Mode";
|
|
category = "modes";
|
|
description = "Switches to the (G)ZDoom Floor Align mode.";
|
|
allowkeys = true;
|
|
allowmouse = true;
|
|
allowscroll = true;
|
|
}
|
|
|
|
ceilingalignmode
|
|
{
|
|
title = "Ceiling Align Mode";
|
|
category = "modes";
|
|
description = "Switches to the (G)ZDoom Ceiling Align mode.";
|
|
allowkeys = true;
|
|
allowmouse = true;
|
|
allowscroll = true;
|
|
}
|
|
|
|
|