Theme.wiki
changeset 438 00cedc62761c
parent 434 1ce0c043a837
child 448 e419fde32f07
equal deleted inserted replaced
437:a4b6372904c7 438:00cedc62761c
     1 #summary Structure of the theme.cfg file
     1 #summary Structure of the theme.cfg file
     2 
     2 
     3 == `theme.cfg` ==
     3 == `theme.cfg` ==
     4 The file `theme.cfg` gives the engine the values associated with a certain theme, to complement the graphics.
     4 The file `theme.cfg` gives the engine the values associated with a certain theme, to complement the graphics. To learn more about the general file structure of themes, see [ThemeFiles].
     5 It is structured with a key followed by an equals sign followed a value. The value depends on the key.
     5 It is structured with a key followed by an equals sign followed a value. The value depends on the key.
     6  Example:
     6  Example:
     7 <code>sky = 120, 40, 80</code>
     7 <code>sky = 120, 40, 80</code>
     8 
     8 
     9 There is also keys that replace existing keys under certain conditions, all keys preceding with “`sd-`” are used during sudden death and all keys with “`rq-`” are used when quality is reduced. These keys must be placed after the regular keys and they are all optional.
     9 There is also keys that replace existing keys under certain conditions, all keys preceding with “`sd-`” are used during sudden death and all keys with “`rq-`” are used when quality is reduced. These keys must be placed after the regular keys and they are all optional.