1
0
Fork 0
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:
Cameron Taylor 2021-11-29 13:13:48 -05:00
parent 2d3fb5c29a
commit 8df91344f2

View file

@ -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;