adjusting some timings

This commit is contained in:
Sarah 2015-12-19 13:08:53 +01:00
parent 8a54388480
commit c56cd0d56e

View File

@ -72,7 +72,7 @@ public abstract class GameTutorial
{
if(i == 0)
{
newText[i] = new TutorialText("Please notice that this is a Tutorial", 1);
newText[i] = new TutorialText("Please notice that this is a Tutorial", 20, 1);
continue;
}
else