Skip to content

Commit

Permalink
- removed documentation of never implemented UDMF properties
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 3, 2022
1 parent 89999be commit d05ea19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions specs/udmf_zdoom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,8 @@ Note: All <bool> fields default to false unless mentioned otherwise.
useowncolors_bottom = <bool>; // Set to 1 to use the colors set in the sidedef. Default is using the colors from the owning sector.
uppercolor_bottom = <int>; // Material color of the top of the lower tier.
lowercolor_bottom = <int>; // Material color of the bottom of the lower tier. (Hardware rendering only.)
colorscalefactor_top = <float> // scales the material color by the given factor. Default is 1.
colorscalefactor_mid = <float> // scales the material color by the given factor. Default is 1.
colorscalefactor_bottom = <float> // scales the material color by the given factor. Default is 1.

useowncoloradd_top = <bool>; // Controls where the advanced colorization properties are taken from.
useowncoloradd_top = <bool>; // Controls where the advanced colorization properties are taken from.
useowncoloradd_mid = <bool>; // 0: From the containing sector, 1: from the given part of the linedef itself
useowncoloradd_bottom = <bool>; // Default for all 3 is 0.
coloradd_top = <int>; // Additive material color to apply to top section of sidedef. Default is black (0x000000)
Expand Down

0 comments on commit d05ea19

Please sign in to comment.