From 5bdfbf0db9fbe84224d78b035c95cd2427498f5d Mon Sep 17 00:00:00 2001 From: lengstrom Date: Mon, 1 Jun 2015 18:54:04 -0400 Subject: [PATCH] fixed info text --- index.html | 4 +--- js_v9/main.js | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 07b36e6..c2b79c7 100644 --- a/index.html +++ b/index.html @@ -310,7 +310,6 @@ - - - + diff --git a/js_v9/main.js b/js_v9/main.js index 34169b6..1b3c874 100644 --- a/js_v9/main.js +++ b/js_v9/main.js @@ -346,7 +346,7 @@ function showHelp() { } } - $("#inst_main_body").html("
HOW TO PLAY

The goal of Hextris is to stop blocks from leaving the inside of the outer gray hexagon

" + (settings.platform != 'mobile' ? 'Press the right and left arrow keys' : 'tap the left and right sides of the screen') + " to rotate the Hexagon

Clear blocks and get points by making 3 or more blocks of the same color touch

Time left before your combo streak disappears is indicated shown by the colored lines in the outer hexagon


By Logan Engstrom & Garrett Finucane
Find Hextris on iOS & Android
More @ the Hextris Website"); + $("#inst_main_body").html("
HOW TO PLAY

The goal of Hextris is to stop blocks from leaving the inside of the outer gray hexagon.

" + (settings.platform != 'mobile' ? 'Press the right and left arrow keys' : 'Tap the left and right sides of the screen') + " to rotate the Hexagon

Clear blocks and get points by making 3 or more blocks of the same color touch.

Time left before your combo streak disappears is indicated by the colored lines on the outer hexagon


By Logan Engstrom & Garrett Finucane
Find Hextris on iOS & Android
More @ the Hextris Website"); if (gameState == 1) { pause(); }