From 5353c27b78b9a0dc44e47a2a107bfc7e93663b98 Mon Sep 17 00:00:00 2001 From: Cole Crouter Date: Mon, 3 Jul 2023 01:16:00 -0600 Subject: [PATCH] Fixed hair on farmer preview --- src/routes/(edit)/appearance/Preview.svelte | 2 +- src/routes/(upload)/+page.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(edit)/appearance/Preview.svelte b/src/routes/(edit)/appearance/Preview.svelte index 305c815..090fe2c 100644 --- a/src/routes/(edit)/appearance/Preview.svelte +++ b/src/routes/(edit)/appearance/Preview.svelte @@ -135,7 +135,7 @@ } const hair = character.hair; - hairPosition = IndexToSprite(hair, 16, 128, 128, 672); + hairPosition = IndexToSprite(hair, 16, 96, 128, 672); hairTint = character.hairstyleColor; showHair = hatData?._type !== 'Hat' || hatData.showRealHair; diff --git a/src/routes/(upload)/+page.svelte b/src/routes/(upload)/+page.svelte index d7da890..5eb289f 100644 --- a/src/routes/(upload)/+page.svelte +++ b/src/routes/(upload)/+page.svelte @@ -54,7 +54,7 @@

Backup your save file. Invalid save files may break the game. You take full responsibility by using this tool.

-

You can access previous versions of your save by clicking the CD icon.

+

You can access temporary backups of your saves by clicking the CD icon.

If you find a problem, please report it on GitHub.