mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-30 03:25:47 -05:00
Merge pull request #501 from FunkinCrew/bugfix/credits-ng-logo
Fix the animated NG logo overlapping the text in the credits
This commit is contained in:
commit
5063e747a1
1 changed files with 1 additions and 0 deletions
|
@ -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