Skip to content

Commit

Permalink
Fixed hair on farmer preview
Browse files Browse the repository at this point in the history
  • Loading branch information
colecrouter committed Jul 3, 2023
1 parent b458253 commit 5353c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/(edit)/appearance/Preview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(upload)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<p><strong>Backup your save file. Invalid save files may break the game.</strong> You take full responsibility by using this tool.</p>
</div>

<p>You can access previous versions of your save by clicking the CD icon.</p>
<p>You can access temporary backups of your saves by clicking the CD icon.</p>
<p>If you find a problem, please report it <a href="https://github.com/Mexican-Man/stardew-save-editor/issues">on GitHub</a>.</p>
</small>
</form>
Expand Down

0 comments on commit 5353c27

Please sign in to comment.