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:
parent
ef61af907b
commit
ae9a132ccd
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue