fixed typo
This commit is contained in:
parent
064fbb458c
commit
f24680b17b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ function renderBeginningText() {
|
|||
var mob, fontSize;
|
||||
if(/mobile|Mobile|iOS|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
|
||||
mob = true;
|
||||
input_text = 'Tap the screen\'s left and ride'
|
||||
input_text = 'Tap the screen\'s left and right'
|
||||
action_text = 'sides to rotate the hexagon'
|
||||
score_text = 'Match 3+ blocks to score'
|
||||
fontSize = 35
|
||||
|
|
Loading…
Reference in a new issue