Themes.wiki
changeset 1192 a762124ff511
parent 1022 6e36a5ca0eb0
child 1267 8bf9e71886fb
equal deleted inserted replaced
1191:40698f589acb 1192:a762124ff511
     2 
     2 
     3 == Introduction ==
     3 == Introduction ==
     4 Themes in Hedgewars control the look of many elements that appear on screen (especially the map) and are the base on which random maps are built.
     4 Themes in Hedgewars control the look of many elements that appear on screen (especially the map) and are the base on which random maps are built.
     5 
     5 
     6 == Understanding themes ==
     6 == Understanding themes ==
     7 First of all, you should understand themes from the player perspective. Read the [https://hedgewars.org/node/6768 Theme] page on the Hedgewars Wiki to learn the playeer basics.
     7 First of all, you should understand themes from the player perspective. Read the [https://hedgewars.org/node/6768 Theme] page on the Hedgewars Wiki to learn the player basics.
     8 
     8 
     9 === Theme types ===
     9 === Theme types ===
    10 *Full themes* are themes which can be used together with random maps. Those usually appear in the multiplayer screen for selection as well. Most themes are full themes and when talking about themes without qualification, full themes are meant.
    10 *Full themes* are themes which can be used together with random maps. Those usually appear in the multiplayer screen for selection as well. Most themes are full themes and when talking about themes without qualification, full themes are meant.
    11 
    11 
    12 *Background themes* are minimal themes without this capability. They lack land textures, thus they can only be used as a background (hence the name). Background themes work only together with image maps or forts. Examples for background themes in Hedgewars are Planes and Blox, the default themes of the image maps of the same name.
    12 *Background themes* are minimal themes without this capability. They lack land textures, thus they can only be used as a background (hence the name). Background themes work only together with image maps or forts. Examples for background themes in Hedgewars are Planes and Blox, the default themes of the image maps of the same name.