mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-08-31 02:45:13 +00:00
Compare commits
2 commits
eeb287f1c1
...
e90de0f55e
Author | SHA1 | Date | |
---|---|---|---|
|
e90de0f55e | ||
|
37dc646b8b |
|
@ -544,7 +544,7 @@ class SongMenuItem extends FlxSpriteGroup
|
||||||
initData(null, styleData, 1);
|
initData(null, styleData, 1);
|
||||||
y = intendedY(0) + 10;
|
y = intendedY(0) + 10;
|
||||||
targetPos.x = x;
|
targetPos.x = x;
|
||||||
alpha = 0.5;
|
alpha = 0;
|
||||||
songText.visible = false;
|
songText.visible = false;
|
||||||
favIcon.visible = false;
|
favIcon.visible = false;
|
||||||
favIconBlurred.visible = false;
|
favIconBlurred.visible = false;
|
||||||
|
|
Loading…
Reference in a new issue