Themes.wiki
changeset 1018 e39f3f0cf7a6
parent 1017 a8aa044ce3a2
child 1020 a772bb8f7eb6
equal deleted inserted replaced
1017:a8aa044ce3a2 1018:e39f3f0cf7a6
    20 
    20 
    21 === Theme elements (overview) ===
    21 === Theme elements (overview) ===
    22 To give you a feeling of how themes are structured, here's a basic list of elements of which themes are made of. In [ThemeFiles] everything is explained in great detail.
    22 To give you a feeling of how themes are structured, here's a basic list of elements of which themes are made of. In [ThemeFiles] everything is explained in great detail.
    23 
    23 
    24 ==== Terrain ====
    24 ==== Terrain ====
    25 * Land textures: Basic tiled image of terrain, in front and background layer. Mandatory for full themes
    25 
    26 * Land border: The border of the land texture. Mandatory for full themes
    26  * Land textures: Basic tiled image of terrain, in front and background layer. Mandatory for full themes
    27 * Explosion border: A fixed-width border of a single color when the land exploded
    27  * Land border: The border of the land texture. Mandatory for full themes
    28 * Objects: Theme objects are things like obelisks, statues and things which extend ouf of the basic landscape
    28  * Explosion border: A fixed-width border of a single color when the land exploded
    29 * Land girder: Look, shape and thickness of “land bridges”
    29  * Objects: Theme objects are things like obelisks, statues and things which extend ouf of the basic landscape
    30 * Construction overwrite: The shape and look of girder placed from the Construction utility can be overwritten as well
    30  * Land girder: Look, shape and thickness of “land bridges”
       
    31  * Construction overwrite: The shape and look of girder placed from the Construction utility can be overwritten as well
    31 
    32 
    32 ==== Eye candy ====
    33 ==== Eye candy ====
    33 * Sprays: Sprays are added on top of the land textures randomly
    34 
    34 * Background: Consists of background color and two image layers with parrallax scrolling
    35  * Sprays: Sprays are added on top of the land textures randomly
    35 * Flakes: Flakes are decorational fall from the clouds and follow the wind. Flakes can be animated.
    36  * Background: Consists of background color and two image layers with parrallax scrolling
    36 * Clouds: Clouds move horizontally with the wind. There can
    37  * Flakes: Flakes are decorational fall from the clouds and follow the wind. Flakes can be animated.
    37 * Water: You may customize the water style and related images (if you wish). Water can be animated (unused in default themes)
    38  * Clouds: Clouds move horizontally with the wind. There can
    38 * Particles: Land chunLs, mudball, collision dust, water drops, etc.
    39  * Water: You may customize the water style and related images (if you wish). Water can be animated (unused in default themes)
       
    40  * Particles: Land chunLs, mudball, collision dust, water drops, etc.
    39 
    41 
    40 Remember many theme elements have a Sudden Death variant as well!
    42 Remember many theme elements have a Sudden Death variant as well!
    41 
    43 
    42 == Getting started ==
    44 == Getting started ==
    43 All themes are located at `%USERDIR%/Data/Themes`, being each of the folders inside is a theme. `%USERDIR%` is the user directory, see [https://hedgewars.org/node/6761 User directory] on the Hedgewars Wiki. On Windows, you use backslashes, of course. ;-)
    45 All themes are located at `%USERDIR%/Data/Themes`, being each of the folders inside is a theme. `%USERDIR%` is the user directory, see [https://hedgewars.org/node/6761 User directory] on the Hedgewars Wiki. On Windows, you use backslashes, of course. ;-)