From 76c5b047f7277a916675dde2310ac420073c76e0 Mon Sep 17 00:00:00 2001 From: 7ih <75285668+7ih@users.noreply.github.com> Date: Mon, 24 May 2021 10:45:31 -0400 Subject: [PATCH] Update source.js --- source/source.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/source.js b/source/source.js index 589b834..5cf7911 100644 --- a/source/source.js +++ b/source/source.js @@ -1914,12 +1914,12 @@ function Game() { draw({ type: 'text', text: - {touch: 'drag', mouse: 'click'}[self.tether.lastInteraction] + 'to start', + {touch: 'tap', mouse: 'click'}[self.tether.lastInteraction] + 'to start', fillStyle: rgbWithOpacity([0, 0, 0], opacity), - fontSize: 30, + fontSize: 28, textPosition: { x: width / 2, - y: height / 3 - 20, + y: height / 3 + 80, }, }); };