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.