From a2c4010e68b4e4dbdd347726e5f6e649153b164b Mon Sep 17 00:00:00 2001 From: glitch714 <119386229+glitchplaysgames714@users.noreply.github.com> Date: Sat, 20 Dec 2025 10:21:35 -0800 Subject: [PATCH] Fixed inventoryHud overlap (#2484) --- config/InventoryHUD/curios.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/InventoryHUD/curios.json b/config/InventoryHUD/curios.json index ca2f9ff64..eb0aca1d4 100644 --- a/config/InventoryHUD/curios.json +++ b/config/InventoryHUD/curios.json @@ -1,6 +1,6 @@ { "clothes_hat": { - "x": 20, + "x": 30, "y": 98, "enabled": true, "halign": "LEFT", @@ -63,7 +63,7 @@ "valign": "BOTTOM" }, "clothes_torso": { - "x": 20, + "x": 30, "y": 80, "enabled": true, "halign": "LEFT", @@ -98,14 +98,14 @@ "valign": "TOP" }, "clothes_pants": { - "x": 20, + "x": 30, "y": 62, "enabled": true, "halign": "LEFT", "valign": "BOTTOM" }, "clothes_socks": { - "x": 20, + "x": 30, "y": 44, "enabled": true, "halign": "LEFT",