Merge pull request #41 from danielyxie/dev

Fixed background color in iTutorial
This commit is contained in:
danielyxie 2017-06-02 11:59:31 -05:00 committed by GitHub
commit e0a40deb8e

@ -367,7 +367,7 @@ function iTutorialEvaluateStep() {
case iTutorialSteps.TutorialPageInfo:
iTutorialSetText("This page contains a lot of different documentation about the game's " +
"content and mechanics. <strong> I know it's a lot, but I highly suggest you read " +
"content and mechanics. <strong style='background-color:#444;'> I know it's a lot, but I highly suggest you read " +
"(or at least skim) through this before you start playing </strong>. That's the end of the tutorial. " +
"Hope you enjoy the game!");
var next = clearEventListeners("interactive-tutorial-next");