fix: skin uv inset (#6803)

This commit is contained in:
Calum H.
2026-07-21 13:10:15 -07:00
committed by GitHub
parent 5302e3a987
commit 4bb20e560f
2 changed files with 1 additions and 49 deletions
@@ -131,7 +131,7 @@ const SKIN_SIZE = 64
const EARS_V0_MAGIC = 0x3f23d8
const EARS_V1_MAGIC = 0xea2501
const ALFALFA_MAGIC = 0xea1fa1fa
const UV_TEXEL_INSET = 0.5
const UV_TEXEL_INSET = 1 / 32
const EAR_MODES: EarMode[] = [
'NONE',