]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
Update README.md
authorEoF-1141 <61620805+EoF-1141@users.noreply.github.com>
Thu, 13 May 2021 16:34:26 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 16:34:26 +0000 (18:34 +0200)
README.md

index 949dce451e5377a331f5a3997bf9c8ab63b84fe0..f491fb7c90c0e8c5e1df5eddc5d470207e58b238 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ The [Role Assignment](#role-assignment) sections explains how the roles are bein
 **Version 2.6.3**\r
 - Changed the role limits options to allow for minimum and maximum bounds\r
 - Changed the role assignment to be more random when assigning roles (previously assigned the neutral roles before assigning the crewmate roles)\r
+- Added new `flip` option to [Custom Hats](#custom-hats)\r
 \r
 **Version 2.6.2**\r
 - The Other Roles now supports the new Among Us version **2021.5.10s**\r
@@ -358,9 +359,15 @@ Here are a few instructions, on how to create a custom hat:
     - Parameter `bounce`: This parameter determines whether the hat will bounce while you're walking or not.\r
     - Parameter `adaptive`: If this parameter is set, the Among Us coloring shader will be applied (the shader that replaces some colors with the colors that your character is wearing in the game). The color red (#ff0000) will be replaced with the primary color of your player and the color blue (#0000ff) with the secondary color. Also other colors will be affected and changed, you can have a look at the texture of the [Crewmate Hat](https://static.wikia.nocookie.net/among-us-wiki/images/e/e0/Crewmate_hat.png) to see how this feature should be used.\r
     - Parameter `behind`: If this parameter is set, the main texture will be rendered behind the player.\r
+  - `Flipped texture (optional)`:\r
+    - This texture will be rendered instead of the Main texture, when facing the left.\r
+    - The name of the texture needs to follow the pattern *hatname_flip.png*.\r
   - `Back texture (optional)`:\r
     - This texture will be rendered behind the player.\r
     - The name of the texture needs to follow the pattern *hatname_back.png*.\r
+  - `Flipped Back texture (optional)`:\r
+    - This texture will be rendered instead of the Back texture, when facing the left.\r
+    - The name of the texture needs to follow the pattern *hatname_back_flip.png*.\r
   - `Climb texture (optional)`:\r
     - This texture will be rendered in front of the player, when he's climbing.\r
     - The name of the texture needs to follow the pattern *hatname_climb.png*.\r