ThemeCfg.wiki
changeset 1199 c56285e2cfce
parent 1198 b29cfb69ac93
child 1200 14b9aad5e21c
equal deleted inserted replaced
1198:b29cfb69ac93 1199:c56285e2cfce
    16 The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. A hexadecimal number must be prepended with a dollar sign. The range is `0` - `255` or `$00` - `$FF`.
    16 The values red, green, blue and opacity are in the range of one byte and can be specified in both decimal or hexadecimal form. A hexadecimal number must be prepended with a dollar sign. The range is `0` - `255` or `$00` - `$FF`.
    17 
    17 
    18 Any line can be made into a comment line by having a semicolon (“`;`”) at the beginning. Comments are ignored by Hedgewars.
    18 Any line can be made into a comment line by having a semicolon (“`;`”) at the beginning. Comments are ignored by Hedgewars.
    19 
    19 
    20 Literally all lines in the `theme.cfg` file are optional, thus an empty file is valid. Everything has a default value. However, some default values are not really useful (e.g. the water or sky color) and you should therefore explicitly specify enough values.
    20 Literally all lines in the `theme.cfg` file are optional, thus an empty file is valid. Everything has a default value. However, some default values are not really useful (e.g. the water or sky color) and you should therefore explicitly specify enough values.
    21 
       
    22 Lines starting with the “#” character will be ignored by Hedgewars and can be used as comments.
       
    23 
    21 
    24 == `sky` ==
    22 == `sky` ==
    25 The colour of the sky.
    23 The colour of the sky.
    26 
    24 
    27 <code>Values: red, green, blue</code>
    25 <code>Values: red, green, blue</code>