1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-21 01:19:26 +00:00

remove typing bit

This commit is contained in:
Cameron Taylor 2024-05-03 01:12:18 -04:00
parent ef61af907b
commit ae9a132ccd

View file

@ -732,8 +732,6 @@ class FreeplayState extends MusicBeatSubState
}
}
if (FlxG.keys.justPressed.T) typing.hasFocus = true;
lerpScore = MathUtil.coolLerp(lerpScore, intendedScore, 0.2);
lerpCompletion = MathUtil.coolLerp(lerpCompletion, intendedCompletion, 0.9);