From 2c2dc9a20eefd8315fb8c299d0e0be2b7b5d570f Mon Sep 17 00:00:00 2001 From: Sigrunixia Date: Fri, 29 Sep 2023 10:39:04 -0500 Subject: [PATCH] Fixed the Animations Guide Section Signed-off-by: Sigrunixia --- docs/Adding-animation-to-plugin-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Adding-animation-to-plugin-source.md b/docs/Adding-animation-to-plugin-source.md index 89f229e..59db951 100644 --- a/docs/Adding-animation-to-plugin-source.md +++ b/docs/Adding-animation-to-plugin-source.md @@ -143,7 +143,7 @@ public readonly drakeAnimationMap: Record; ### Animation Map -Then further down, define the animation map. +Then further down, define the animation map. This is where you will tell Granite what animation to use for each emote. **Before**: