commit
915ea2adb8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ function renderBeginningText() {
|
||||||
var mob, fontSize;
|
var mob, fontSize;
|
||||||
if(/mobile|Mobile|iOS|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
|
if(/mobile|Mobile|iOS|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
|
||||||
mob = true;
|
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'
|
action_text = 'sides to rotate the hexagon'
|
||||||
score_text = 'Match 3+ blocks to score'
|
score_text = 'Match 3+ blocks to score'
|
||||||
fontSize = 35
|
fontSize = 35
|
||||||
|
|
Loading…
Reference in a new issue