From 4245bd4777905cf492a895e54c493bbf1eeb566d Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Tue, 3 May 2022 11:01:29 -0400
Subject: [PATCH] spooky mansion, and also fix for introText # thing

---
 source/funkin/TitleState.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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: