mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 05:41:45 +00:00
- Fix executor delay not being editable
- Show mobjscale by default in Custom tab of things, for convenience - Officially enable texture scaling (NOTE: only works in 2.2.14 nightly builds)
This commit is contained in:
parent
f0ad463637
commit
0ed632bb81
1 changed files with 70 additions and 57 deletions
|
@ -260,6 +260,12 @@ universalfields
|
||||||
type = 2;
|
type = 2;
|
||||||
default = "";
|
default = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
executordelay
|
||||||
|
{
|
||||||
|
type = 0;
|
||||||
|
default = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sidedef
|
sidedef
|
||||||
|
@ -354,41 +360,41 @@ universalfields
|
||||||
default = 0.0;
|
default = 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//scalex_bottom
|
scalex_bottom
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//scalex_mid
|
scalex_mid
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//scalex_top
|
scalex_top
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//scaley_bottom
|
scaley_bottom
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//scaley_mid
|
scaley_mid
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//scaley_top
|
scaley_top
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
thing
|
thing
|
||||||
|
@ -432,6 +438,13 @@ universalfields
|
||||||
type = 2;
|
type = 2;
|
||||||
default = "";
|
default = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mobjscale
|
||||||
|
{
|
||||||
|
type = 1;
|
||||||
|
default = 1.0;
|
||||||
|
managed = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sector
|
sector
|
||||||
|
@ -508,17 +521,17 @@ universalfields
|
||||||
default = 0.0;
|
default = 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//xscalefloor
|
xscalefloor
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//yscalefloor
|
yscalefloor
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
|
|
||||||
lightfloor
|
lightfloor
|
||||||
{
|
{
|
||||||
|
@ -550,17 +563,17 @@ universalfields
|
||||||
default = 0.0;
|
default = 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//xscaleceiling
|
xscaleceiling
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//yscaleceiling
|
yscaleceiling
|
||||||
//{
|
{
|
||||||
// type = 1;
|
type = 1;
|
||||||
// default = 1.0;
|
default = 1.0;
|
||||||
//}
|
}
|
||||||
|
|
||||||
lightceiling
|
lightceiling
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue