diff --git a/specs/udmf_zdoom.txt b/specs/udmf_zdoom.txt index 77cebcc9a..87b7797ab 100644 --- a/specs/udmf_zdoom.txt +++ b/specs/udmf_zdoom.txt @@ -211,11 +211,8 @@ Note: All fields default to false unless mentioned otherwise. useowncolors_bottom = ; // Set to 1 to use the colors set in the sidedef. Default is using the colors from the owning sector. uppercolor_bottom = ; // Material color of the top of the lower tier. lowercolor_bottom = ; // Material color of the bottom of the lower tier. (Hardware rendering only.) - colorscalefactor_top = // scales the material color by the given factor. Default is 1. - colorscalefactor_mid = // scales the material color by the given factor. Default is 1. - colorscalefactor_bottom = // scales the material color by the given factor. Default is 1. - useowncoloradd_top = ; // Controls where the advanced colorization properties are taken from. + useowncoloradd_top = ; // Controls where the advanced colorization properties are taken from. useowncoloradd_mid = ; // 0: From the containing sector, 1: from the given part of the linedef itself useowncoloradd_bottom = ; // Default for all 3 is 0. coloradd_top = ; // Additive material color to apply to top section of sidedef. Default is black (0x000000)