Theme.wiki
changeset 463 35d43dbb99ad
parent 462 4416c2ed13d8
child 464 9a18697ec4ad
equal deleted inserted replaced
462:4416c2ed13d8 463:35d43dbb99ad
    10 
    10 
    11 Following is the list of all current keys and their values, it is important to have the right number of values. Most keys may only be used once.
    11 Following is the list of all current keys and their values, it is important to have the right number of values. Most keys may only be used once.
    12 
    12 
    13 The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. The range are `0` - `255` or `$00` - `$FF`.
    13 The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. The range are `0` - `255` or `$00` - `$FF`.
    14 
    14 
    15 Comments may be added by prefixing a semicolon (“`;`”) to the comment.
    15 Any line can be made into a comment line by having a semicolon (“`;`”) at the beginning. Comments are ignored by Hedgewars.
    16 
    16 
    17 === `sky` ===
    17 === `sky` ===
    18 The colour of the sky.
    18 The colour of the sky.
    19 
    19 
    20 <code>Values: red, green, blue</code>
    20 <code>Values: red, green, blue</code>