mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-15 00:21:02 +00:00
26 lines
545 B
INI
26 lines
545 B
INI
|
// 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
|
||
|
}
|
||
|
|
||
|
importobjasterrain
|
||
|
{
|
||
|
title = "Import Wavefront .obj as terrain";
|
||
|
category = "tools";
|
||
|
description = "Creates sectors from given model (UDMF only).";
|
||
|
allowkeys = true;
|
||
|
allowmouse = false;
|
||
|
allowscroll = false;
|
||
|
}
|