More tweaking

This commit is contained in:
SweptWasTaken
2021-03-28 16:39:33 -07:00
parent 6f59fe6a7b
commit d8996c05b6
5 changed files with 3 additions and 3 deletions

View File

@@ -52,9 +52,9 @@ namespace Content.Client.UserInterface
}),
}
});
_leftHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l_no_letter.png");
_middleHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l_no_letter.png");
_rightHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_r_no_letter.png");
_leftHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l.png");
_middleHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_l.png");
_rightHandTexture = _resourceCache.GetTexture("/Textures/Interface/Inventory/hand_r.png");
}
private Texture HandTexture(HandLocation location)