1
0
Fork 0
mirror of https://github.com/thepaperpilot/The-Modding-Tree.git synced 2025-03-14 18:11:38 +00:00

Fixed minor typo

This commit is contained in:
thepaperpilot 2021-05-14 22:48:03 -05:00
parent b4b656889c
commit 51dab8fbcd

View file

@ -384,7 +384,7 @@ addLayer("sands", {
clickables: {
chip: {
title: "Keep Moving Forward<br/>",
display: "Hover over this to chip away at the stone until its the size of a grain of sand.",
display: "Hover over this to chip away at the stone until it's the size of a grain of sand.",
touchstart: () => {
player.sands.chipping = true;
},