Skip to content

Commit

Permalink
Update source.js
Browse files Browse the repository at this point in the history
  • Loading branch information
7ih authored May 24, 2021
1 parent 5a37829 commit 76c5b04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
});
};
Expand Down

0 comments on commit 76c5b04

Please sign in to comment.