mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-05-02 17:04:39 -04:00
remove typing bit
This commit is contained in:
parent
ef61af907b
commit
ae9a132ccd
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue