From da8cd98fc8fd8352ebd98eac9d13b779f8e08bb5 Mon Sep 17 00:00:00 2001 From: KT-Gameplay Date: Sat, 7 Mar 2026 18:50:44 +0530 Subject: [PATCH] uhh --- .../content/cookbook/Intermediate/07.AnimatedHealthIcons.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/content/cookbook/Intermediate/07.AnimatedHealthIcons.md b/assets/content/cookbook/Intermediate/07.AnimatedHealthIcons.md index 272dd7b4..020c07ac 100644 --- a/assets/content/cookbook/Intermediate/07.AnimatedHealthIcons.md +++ b/assets/content/cookbook/Intermediate/07.AnimatedHealthIcons.md @@ -31,7 +31,7 @@ Let's break it down: From this given prefixes, we now have to edit the XML file as per the example given below. ```xml - + @@ -54,8 +54,7 @@ From this given prefixes, we now have to edit the XML file as per the example gi ``` - -This is an example from the Impostor V4 Mod. +After the prefixes are edited as per the prefixes given above, the icon will start playing it's animation in the game. [^pico]: