diff --git a/code/title.cpp b/code/title.cpp index fdbb69b..99df9d9 100644 --- a/code/title.cpp +++ b/code/title.cpp @@ -544,7 +544,7 @@ void showStory() { for (int i = 0 ; i < 9 ; i++) { - graphics.textShape[i].y -= 0.25; + graphics.textShape[i].y -= 0.33333; graphics.blitText(i); } }