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;
|
||||
default = "";
|
||||
}
|
||||
|
||||
executordelay
|
||||
{
|
||||
type = 0;
|
||||
default = 0;
|
||||
}
|
||||
}
|
||||
|
||||
sidedef
|
||||
|
@ -354,41 +360,41 @@ universalfields
|
|||
default = 0.0;
|
||||
}
|
||||
|
||||
//scalex_bottom
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
//
|
||||
//scalex_mid
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
//
|
||||
//scalex_top
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
//
|
||||
//scaley_bottom
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
//
|
||||
//scaley_mid
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
//
|
||||
//scaley_top
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
scalex_bottom
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
scalex_mid
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
scalex_top
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
scaley_bottom
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
scaley_mid
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
scaley_top
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
thing
|
||||
|
@ -432,6 +438,13 @@ universalfields
|
|||
type = 2;
|
||||
default = "";
|
||||
}
|
||||
|
||||
mobjscale
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
managed = false;
|
||||
}
|
||||
}
|
||||
|
||||
sector
|
||||
|
@ -508,17 +521,17 @@ universalfields
|
|||
default = 0.0;
|
||||
}
|
||||
|
||||
//xscalefloor
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
//
|
||||
//yscalefloor
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
xscalefloor
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
yscalefloor
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
lightfloor
|
||||
{
|
||||
|
@ -550,17 +563,17 @@ universalfields
|
|||
default = 0.0;
|
||||
}
|
||||
|
||||
//xscaleceiling
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
//
|
||||
//yscaleceiling
|
||||
//{
|
||||
// type = 1;
|
||||
// default = 1.0;
|
||||
//}
|
||||
xscaleceiling
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
yscaleceiling
|
||||
{
|
||||
type = 1;
|
||||
default = 1.0;
|
||||
}
|
||||
|
||||
lightceiling
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue