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:
parent
b4b656889c
commit
51dab8fbcd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue