mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- fix spacing in udmf-zdoom specs document
This commit is contained in:
parent
d05ea1965a
commit
049124ed21
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Note: All <bool> fields default to false unless mentioned otherwise.
|
||||||
uppercolor_bottom = <int>; // Material color of the top of the lower tier.
|
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.)
|
lowercolor_bottom = <int>; // Material color of the bottom of the lower tier. (Hardware rendering only.)
|
||||||
|
|
||||||
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_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.
|
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)
|
coloradd_top = <int>; // Additive material color to apply to top section of sidedef. Default is black (0x000000)
|
||||||
|
|
Loading…
Reference in a new issue