1 parent 07ca4d8 commit f5f29abCopy full SHA for f5f29ab
1 file changed
fish.html
@@ -126,10 +126,10 @@
126
127
const hint = document.getElementById('tool-hint');
128
if (tool === 'hand') {
129
- hint.innerText = "当前模式:摸一摸鱼儿,或者点击空白处召唤新鱼";
+ hint.innerText = "摸一摸鱼儿,打发时间,或者点击空白处召唤新鱼";
130
canvas.style.cursor = "pointer";
131
} else {
132
- hint.innerText = "当前模式:点击鱼儿把它们捞走";
+ hint.innerText = "点击鱼儿把它们捞走";
133
canvas.style.cursor = "crosshair";
134
}
135
0 commit comments