mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +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
|
||||
{
|
||||
trace(value);
|
||||
// trace(value);
|
||||
|
||||
// cute one liners, lol!
|
||||
songText.alpha = value ? 1 : 0.6;
|
||||
|
|
Loading…
Reference in a new issue