ThemeFiles.wiki
changeset 452 0985b61ce412
parent 450 2dce97d0a8fd
child 453 fd4ae402ff13
equal deleted inserted replaced
451:4e3ad1dc80af 452:0985b61ce412
     7 Please note that this is not a tutorial, it is a reference page designed to look up how to do stuff.
     7 Please note that this is not a tutorial, it is a reference page designed to look up how to do stuff.
     8 
     8 
     9 Careful! All file names are case-sensitive on case-sensitive platforms! Please ensure you used the correct casing if you want to share your theme online.
     9 Careful! All file names are case-sensitive on case-sensitive platforms! Please ensure you used the correct casing if you want to share your theme online.
    10 
    10 
    11 == Basic files ==
    11 == Basic files ==
    12 === `icon@2x.png` ===
    12 === Icon ===
    13 The icon of the theme. It must be of size 59×54 pixels. The presence of this file also determines wheather the theme is visible in Hedgewars for selection. The theme will only be visible if this file is present.
    13 A preview icon for the theme. It is used in the frontend. The presence of this file also determines wheather the theme is visible in Hedgewars for selection. The theme will only be visible if this file is present. The icon comes in two sizes.
       
    14 
       
    15 ==== `icon.png` ====
       
    16 Small version of the icon. It must be of size 33×32 pixels.
       
    17 
       
    18 ==== `icon@2x.png` ====
       
    19 Large version of the icon. It must be of size 59×54 pixels.
    14 
    20 
    15 === `theme.cfg` ===
    21 === `theme.cfg` ===
    16 A text file which configures various aspects of the theme. The structure of this file is explained in [Theme].
    22 A text file which configures various aspects of the theme. The structure of this file is explained in [Theme].
    17 
    23 
    18 == Terrain ==
    24 == Terrain ==