mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-22 15:11:11 +00:00
Fix the NG logo overlapping the text
This commit is contained in:
parent
dd64091a99
commit
4671a9172c
|
@ -188,6 +188,7 @@ class TitleState extends MusicBeatState
|
||||||
ngSpr.animation.add('idle', [0, 1], 4);
|
ngSpr.animation.add('idle', [0, 1], 4);
|
||||||
ngSpr.animation.play('idle');
|
ngSpr.animation.play('idle');
|
||||||
ngSpr.setGraphicSize(Std.int(ngSpr.width * 0.55));
|
ngSpr.setGraphicSize(Std.int(ngSpr.width * 0.55));
|
||||||
|
ngSpr.y += 25;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue