mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
37 lines
No EOL
848 B
INI
Executable file
37 lines
No EOL
848 B
INI
Executable file
// Categories for the Controls preferences
|
|
categories
|
|
{
|
|
transform = "Transform";
|
|
}
|
|
|
|
applyjitter
|
|
{
|
|
title = "Randomize";
|
|
category = "transform";
|
|
description = "Allows to apply a variety of randomized transformations to the selection.";
|
|
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";
|
|
description = "Creates sectors from given model (UDMF only).";
|
|
allowkeys = true;
|
|
allowmouse = false;
|
|
allowscroll = false;
|
|
} |