From 62674d05688bb0175da0500a3e4dc64c946349bf Mon Sep 17 00:00:00 2001
From: Superstarxalien <ernesto_vallenilla@hotmail.com>
Date: Sat, 4 May 2024 16:37:32 -0400
Subject: [PATCH] rename example folder, add more descriptions to
 properties.txt

---
 .../follower_sound.ogg                          | Bin
 .../properties.txt                              |  16 ++++++++++------
 .../sprites.png                                 | Bin
 3 files changed, 10 insertions(+), 6 deletions(-)
 rename {example => example_symmetrical_6states}/follower_sound.ogg (100%)
 rename {example => example_symmetrical_6states}/properties.txt (83%)
 rename {example => example_symmetrical_6states}/sprites.png (100%)

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 c59bdb3..7a37c78 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
-- 
GitLab