Fix paths to sudden death images.
authoralmikes@aol.com
Thu, 04 Dec 2014 08:06:17 +0000
changeset 447 8d84ca46c2f2
parent 446 e79c0817829d
child 448 e419fde32f07
Fix paths to sudden death images.
ThemeFiles.wiki
--- a/ThemeFiles.wiki	Thu Dec 04 01:57:23 2014 +0000
+++ b/ThemeFiles.wiki	Thu Dec 04 08:06:17 2014 +0000
@@ -81,7 +81,7 @@
 This has a default image.
 
 === `SDClouds.png` ===
-Sudden Death version of `Clouds.png`. If missing, `Data/Graphics/SDClouds.png` is used.
+Sudden Death version of `Clouds.png`. If missing, `Data/Graphics/SuddenDeath/SDClouds.png` is used.
 
 === `Flake.png` ===
 Contains a sprite sheet of 64×64 images. A flake is a background image which rotates and falls from the cloud line, flows with the wind and it can optionally be animated. This file is only for the flakes before Sudden Death. Each image in `Flake.png` is also called a “frame” (as in “animation frame”) and the animation will cycle through each frame in order. Flakes can be configured in `theme.cfg`.
@@ -89,7 +89,7 @@
 *Tip*: If you want to have multiple flakes but not really an animation, you can set the animation lenght in `theme.cfg` to a unrealisticly high value. Sometimes, a flake will still change its change, but it will rarely happen.
 
 === `SDFlake.png` ===
-Sudden Death version of `Flake.png`. If missing, `Data/Graphics/SDFlake.png` is used. This image contains skulls and bones.
+Sudden Death version of `Flake.png`. If missing, `Data/Graphics/SuddenDeath/SDFlake.png` is used. This image contains skulls and bones.
 
 == Water ==
 All water images are optional and all have defaults (in `Data/Graphics`). Water images come in 2 groups of 3 images each, for the time before Sudden Death and for Sudden Death. It is recommended that you edit all images in a group at once, so the colors match neatly. You probably don’t want to have blue water driplets if you have made the water blood-red.
@@ -106,10 +106,10 @@
 This images contains a few droplets (before Sudden Death) which will be drawn when something walls into the water. A sprite sheet of 4 images of size 16×16 sprites each, total size 16×64 pixels.
 
 === `SDWater.png` ===
-Sudden Death version of `BlueWater.png`. By default, this is a single purple wave.
+Sudden Death version of `BlueWater.png`. By default, this is a single purple wave. If missing, `Data/Graphics/SuddenDeath/SDWater.png` is used.
 
 === `SDSplash.png` ===
-Sudden Death version of `Splash.png`.
+Sudden Death version of `Splash.png`. If missing, `Data/Graphics/SuddenDeath/SDSplash.png` is used.
 
 === `SDDroplet.png` ===
-Sudden Death version of `Droplet.png`.
\ No newline at end of file
+Sudden Death version of `Droplet.png`. If missing, `Data/Graphics/SuddenDeath/SDDroplet.png` is used.
\ No newline at end of file