mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-24 12:51:30 +00:00
7f6c6a1122
Linedef colors were not updated properly when a map format was changed and were causing an exception in some cases. Vertices mode: linedef in split linedefs range was redreawn incorrectly in some cases. Updated "Sector 3D Floor" (160) action: set default Type to Solid (1), added "Use Arg5 as Line ID" flag to Types, changed arg5 name to "Line ID / Hi-Tag". Added "GetUserCVar", "SetCVar" and "SetUserCVar" functions to ACS configuration. Set width and height of several actors to 0 in game configutrations (non-zero sizes were added as a workaround when GZDB was not displaying actors with 0 width and height in Visual mode). Added several sprites to game configurations.
21 lines
276 B
INI
21 lines
276 B
INI
|
|
boom
|
|
{
|
|
color = 8; // Grey
|
|
arrow = 1;
|
|
title = "Boom Items";
|
|
width = 0;
|
|
height = 0;
|
|
sort = 1;
|
|
fixedsize = true;
|
|
|
|
5001 {
|
|
title = "Pusher";
|
|
sprite = "internal:pointpusher";
|
|
}
|
|
|
|
5002 {
|
|
title = "Puller";
|
|
sprite = "internal:pointpuller";
|
|
}
|
|
}
|