diff --git a/source/funkin/TitleState.hx b/source/funkin/TitleState.hx index 6dfd5c8b7..9f4439068 100644 --- a/source/funkin/TitleState.hx +++ b/source/funkin/TitleState.hx @@ -508,7 +508,7 @@ class TitleState extends MusicBeatState lime.ui.Haptic.vibrate(100, 100); - var coolText:AtlasText = new AtlasText(0, 0, text, AtlasFont.BOLD); + var coolText:AtlasText = new AtlasText(0, 0, text.trim(), AtlasFont.BOLD); coolText.screenCenter(X); coolText.y += (textGroup.length * 60) + 200; textGroup.add(coolText); @@ -547,7 +547,7 @@ class TitleState extends MusicBeatState switch (i + 1) { case 1: - createCoolText(['ninjamuffin99', 'phantomArcade', 'kawaisprite', 'evilsk8er']); + createCoolText(['ninjamuffin99', 'phantomArcade', 'kawaisprite', 'evilsk8r']); case 3: addMoreText('present'); case 4: