Themes.wiki
changeset 1013 bbfb8d905d69
parent 1012 91c681a0a3fc
child 1015 07d6c9c91f68
equal deleted inserted replaced
1012:91c681a0a3fc 1013:bbfb8d905d69
     1 #summary How to create your own themes
     1 #summary How to create your own themes
     2 
     2 
     3 == Introduction ==
     3 == Introduction ==
     4 Themes in Hedgewars control the look of all elements that appear on screen but weapons and hedgehogs, and are the base on which random maps are built. Read the [https://hedgewars.org/node/6768 Theme] pge on the Hedgewars Wiki to learn the basics about themes.
     4 Themes in Hedgewars control the look of all elements that appear on screen but weapons and hedgehogs, and are the base on which random maps are built. Read the [https://hedgewars.org/node/6768 Theme] page on the Hedgewars Wiki to learn the basics about themes.
     5 
     5 
     6 == Basics ==
     6 == Basics ==
     7 All themes are located at `%USERDIR%/Data/Themes`, being each of the folders inside is a theme.
     7 All themes are located at `%USERDIR%/Data/Themes`, being each of the folders inside is a theme.
     8 
     8 
     9 `%USERDIR%` is the user directory, see [https://hedgewars.org/node/6761 User directory] on the Hedgewars Wiki.
     9 `%USERDIR%` is the user directory, see [https://hedgewars.org/node/6761 User directory] on the Hedgewars Wiki.