From 6fcc4a7ebd458f5eb15f0a4581dea9da205a758e Mon Sep 17 00:00:00 2001 From: SeekerEgg Date: Sat, 7 Jun 2025 14:35:11 -0400 Subject: [PATCH] Update HUDCompassBehaviour.cs --- IwotasticsCompassMod/HUDCompassBehaviour.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IwotasticsCompassMod/HUDCompassBehaviour.cs b/IwotasticsCompassMod/HUDCompassBehaviour.cs index 0159391..c5ec3d2 100644 --- a/IwotasticsCompassMod/HUDCompassBehaviour.cs +++ b/IwotasticsCompassMod/HUDCompassBehaviour.cs @@ -10,7 +10,7 @@ public class HUDCompassBehaviour : MonoBehaviour public TMP_FontAsset compassFontAsset; - private const String COMPASS_STRING = "|--:--N--:--|--:--E--:--|--:--S--:--|--:--W--:--|--:--N--:--|"; + private const String COMPASS_STRING = "|--:--W--:--|--:--N--:--|--:--E--:--|--:--S--:--|--:--W--:--|"; private const int COMPASS_WINDOW = 13; private const float COMPASS_STEP_SIZE = 360f / 48f;