--- a/Hats.wiki Fri Nov 17 05:15:37 2017 +0000
+++ b/Hats.wiki Fri Nov 17 05:16:43 2017 +0000
@@ -11,9 +11,9 @@
Team hats are hats which will be colored accordingly to the team color.
I.e. if a hedgehog plays in a red team, its hat will we red.
-Additionally, all hats can be animated.
+Additionally, hats can be either static or animated.
-In the default Hedgewars installation, most hats are normal hats, and many hats have animations.
+In the default Hedgewars installation, most hats are normal hats, and many hats are animated.
Examples for team hats in the default Hedgewars installation are `cap_team` and `hair_team`. Please note that those hats currently have no proper preview images.
== Data structure ==
@@ -23,7 +23,7 @@
bottom-left, then it goes on with the next column, etc.
=== Static normal hats ===
-The simplest hat is a static normal hat. It's not animated. It's just a single 32×32 image containing the hat. This image will be put on the hedgehog's head with a vertical offset of 5 pixels.
+These are the simplest hats. It's just a single 32×32 image containing the hat. This image will be put on the hedgehog's head with a vertical offset of 5 pixels.
That's it!