UltimateZoneBuilder/Source/Plugins/BuilderEffects/Resources/Actions.cfg

37 lines
848 B
INI
Raw Normal View History

2013-03-18 13:52:27 +00:00
// Categories for the Controls preferences
categories
{
transform = "Transform";
}
applyjitter
{
title = "Randomize";
2013-03-18 13:52:27 +00:00
category = "transform";
description = "Allows to apply a variety of randomized transformations to the selection.";
2013-03-18 13:52:27 +00:00
allowkeys = true;
allowmouse = false;
allowscroll = false;
default = 131146; //Ctrl-J
}
applydirectionalshading
{
title = "Apply Directional Shading";
category = "transform";
description = "Allows to apply directional colored flat shading to the selection.";
allowkeys = true;
allowmouse = false;
allowscroll = false;
default = 131148; //Ctrl-L
}
importobjasterrain
{
title = "Import Wavefront .obj as terrain";
category = "tools";
2014-03-07 12:37:47 +00:00
description = "Creates sectors from given model (UDMF only).";
allowkeys = true;
allowmouse = false;
allowscroll = false;
2013-03-18 13:52:27 +00:00
}