mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
26 lines
No EOL
533 B
INI
26 lines
No EOL
533 B
INI
// Categories for the Controls preferences
|
|
categories
|
|
{
|
|
transform = "Transform";
|
|
}
|
|
|
|
applyjitter
|
|
{
|
|
title = "Jitter";
|
|
category = "transform";
|
|
description = "Applies jitter effect to selection.";
|
|
allowkeys = true;
|
|
allowmouse = false;
|
|
allowscroll = false;
|
|
default = 131146; //Ctrl-J
|
|
}
|
|
|
|
importobjasterrain
|
|
{
|
|
title = "Import Wavefront .obj as terrain";
|
|
category = "transform";
|
|
description = "Creates sectors from given model (UDMF only).";
|
|
allowkeys = true;
|
|
allowmouse = false;
|
|
allowscroll = false;
|
|
} |