mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-23 05:33:48 +00:00
chart formatter/converter interp path fix
This commit is contained in:
parent
2d3fb5c29a
commit
8df91344f2
|
|
@ -60,7 +60,7 @@ class SongMenuItem extends FlxSpriteGroup
|
||||||
|
|
||||||
function set_selected(value:Bool):Bool
|
function set_selected(value:Bool):Bool
|
||||||
{
|
{
|
||||||
trace(value);
|
// trace(value);
|
||||||
|
|
||||||
// cute one liners, lol!
|
// cute one liners, lol!
|
||||||
songText.alpha = value ? 1 : 0.6;
|
songText.alpha = value ? 1 : 0.6;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue