--- a/ThemeFiles.wiki Fri May 05 23:40:06 2017 +0100
+++ b/ThemeFiles.wiki Sat May 06 00:43:20 2017 +0200
@@ -3,7 +3,7 @@
== Introduction ==
This page explains the meaning of the several files which are used by themes. Please note that not all files are neccessary to create a theme, many files have default fallback versions with identical names in `Data/Graphics` or `Data/Graphics/SuddenDeath` of your Hedgewars installation.
-To create a theme, you need a bunch of graphics and a `theme.cfg` (explained under [Theme]). All graphics mentioned here have to in the PNG format.
+To create a theme, you need a bunch of graphics and a `theme.cfg` (explained under [ThemeCfg]). All graphics mentioned here have to in the PNG format.
Please note that this is not a tutorial, it is a reference page designed to look up how to do stuff.
@@ -33,7 +33,7 @@
Large version of the icon. It must be of size 65×64 pixels.
=== `theme.cfg` ===
-A text file which configures various aspects of the theme. The structure of this file is explained in [Theme].
+A text file which configures various aspects of the theme. The structure of this file is explained in [ThemeCfg].
== Terrain ==
=== `LandTex.png` ===
@@ -188,4 +188,4 @@
Sudden Death version of `Splash.png`. If missing, `Data/Graphics/SuddenDeath/SDSplash.png` is used.
=== `SDDroplet.png` ===
-Sudden Death version of `Droplet.png`. If missing, `Data/Graphics/SuddenDeath/SDDroplet.png` is used.
\ No newline at end of file
+Sudden Death version of `Droplet.png`. If missing, `Data/Graphics/SuddenDeath/SDDroplet.png` is used.