From 4671a9172cfbb261329dc21a983c7e1a3ae05bd9 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Sat, 20 Apr 2024 23:48:27 -0400 Subject: [PATCH] Fix the NG logo overlapping the text --- source/funkin/ui/title/TitleState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/funkin/ui/title/TitleState.hx b/source/funkin/ui/title/TitleState.hx index e76e66003..d122bf7c1 100644 --- a/source/funkin/ui/title/TitleState.hx +++ b/source/funkin/ui/title/TitleState.hx @@ -188,6 +188,7 @@ class TitleState extends MusicBeatState ngSpr.animation.add('idle', [0, 1], 4); ngSpr.animation.play('idle'); ngSpr.setGraphicSize(Std.int(ngSpr.width * 0.55)); + ngSpr.y += 25; } else {