Skip to content

Commit

Permalink
- fix spacing in udmf-zdoom specs document
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 6, 2022
1 parent d05ea19 commit 049124e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/udmf_zdoom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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_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 049124e

Please sign in to comment.