diff --git a/assets/preload/images/mainMenu/eye.png b/assets/preload/images/mainMenu/eye.png
deleted file mode 100644
index 7080ff0..0000000
Binary files a/assets/preload/images/mainMenu/eye.png and /dev/null differ
diff --git a/assets/preload/images/ui/particlelol.png b/assets/preload/images/ui/particlelol.png
deleted file mode 100644
index a70cc5f..0000000
Binary files a/assets/preload/images/ui/particlelol.png and /dev/null differ
diff --git a/assets/preload/images/ui/titleEnter.png b/assets/preload/images/ui/titleEnter.png
index db93481..a81270b 100644
Binary files a/assets/preload/images/ui/titleEnter.png and b/assets/preload/images/ui/titleEnter.png differ
diff --git a/assets/preload/images/ui/titleEnter.xml b/assets/preload/images/ui/titleEnter.xml
index 9e80786..129fa49 100644
--- a/assets/preload/images/ui/titleEnter.xml
+++ b/assets/preload/images/ui/titleEnter.xml
@@ -1,64 +1,59 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/source/TitleState.hx b/source/TitleState.hx
index 5d155d0..1d6edfc 100644
--- a/source/TitleState.hx
+++ b/source/TitleState.hx
@@ -132,8 +132,7 @@ class TitleState extends MusicBeatState
titleText = new FlxSprite(100, FlxG.height * 0.8);
titleText.frames = Paths.getSparrowAtlas('ui/titleEnter');
titleText.animation.addByPrefix('idle', "Press Enter to Begin", 24);
- titleText.animation.addByPrefix('press', "ENTER PRESSED", 18, false);
- titleText.screenCenter(X);
+ titleText.animation.addByPrefix('press', "ENTER PRESSED", 24);
titleText.antialiasing = true;
titleText.animation.play('idle');
titleText.updateHitbox();