diff --git a/example/follower_sound.ogg b/example_symmetrical_6states/follower_sound.ogg
similarity index 100%
rename from example/follower_sound.ogg
rename to example_symmetrical_6states/follower_sound.ogg
diff --git a/example/properties.txt b/example_symmetrical_6states/properties.txt
similarity index 83%
rename from example/properties.txt
rename to example_symmetrical_6states/properties.txt
index c59bdb33a5cf1516d44ab171bf76fefc61b77de7..7a37c7873a7111b472e2daa0f3fb4ff62aa6945b 100644
--- a/example/properties.txt
+++ b/example_symmetrical_6states/properties.txt
@@ -1,10 +1,19 @@
 {
+	"transparent_colors": [
+		115, 115, 255,
+		82, 82, 255
+	],
+	"transparent_colors_description": "The above colors will be made transparent upon processing the template image for sprite conversion. You can add up to 4 colors to be set to transparent.",
+
 	"name": "example",
+	"name_description": "The name of your follower. The names of followers appear on the main menu, upon toggling \"extrainfo mode\" with the drift button.",
 	"prefix": "EXMP",
+	"prefix_description": "A set of 4 characters used to internally identify your follower, mainly used for its files.",
 	"category": "Fanworks",
+	"category_description": "The category your follower will appear under. Followermaker doesn't allow for the creation of custom categories, though you can still enter one.",
 
 	"prefcolor": "red",
-	"prefcolor_description": "Default color for menus.",
+	"prefcolor_description": "Default follower color. Must use the name of a spray can, as seen on the main menu in extrainfo mode.",
 	"mode": 0,
 	"mode_description": "If floating (0) or on the ground (1).",
 	"scale": 1,
@@ -32,11 +41,6 @@
 	"hitconfirmtime": 1,
 	"hitconfirmtime_description": "(in Tics) Time to keep the hit confirm state playing for.",
 	
-	"transparent_colors": [
-		115, 115, 255,
-		82, 82, 255
-	],
-	
 	"sprite_size": [128, 128],
 	"layer_step_size": [128, 128],
 	"sprites": {
diff --git a/example/sprites.png b/example_symmetrical_6states/sprites.png
similarity index 100%
rename from example/sprites.png
rename to example_symmetrical_6states/sprites.png