mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-27 14:12:16 +00:00
0e78e6d39f
Added, Tag Explorer plugin: a separate category for each generalized/predefined effect is now created when "Sort by action special" sort mode is used. Added, Edit Effect window: normal and generalized effects can now be set at the same time. Fixed, Edit Action window: in some cases Generalized actions were incorrectly processed. Fixed, Edit Effect window: in some cases Generalized effects were incorrectly processed. Fixed, Select Similar window: Tab control was incorrectly anchored. Fixed, Nodes Viewer mode, cosmetic: segs angles were calculated incorrectly when showing nodes in classic format. Fixed: HiRes textures, which didn't override any texture or flat were not loaded. Fixed, Tag Explorer plugin: linedef action categories were missing title when "Sort by action special" sort mode was used. Cosmetic: renamed "Grid Setup" action to "Grid and Backdrop Setup".
30 lines
335 B
INI
30 lines
335 B
INI
|
|
// Generalized sector types
|
|
gen_sectortypes
|
|
{
|
|
damage
|
|
{
|
|
0 = "None";
|
|
256 = "5 per second";
|
|
512 = "10 per second";
|
|
768 = "20 per second";
|
|
}
|
|
|
|
secret
|
|
{
|
|
0 = "No";
|
|
1024 = "Yes";
|
|
}
|
|
|
|
friction
|
|
{
|
|
0 = "Disabled";
|
|
2048 = "Enabled";
|
|
}
|
|
|
|
pusher
|
|
{
|
|
0 = "Disabled";
|
|
4096 = "Enabled";
|
|
}
|
|
}
|