mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
number thing
This commit is contained in:
parent
7c120efc66
commit
75fa0dcada
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class LoadingState extends MusicBeatState
|
|||
{
|
||||
super.update(elapsed);
|
||||
|
||||
funkay.setGraphicSize(Std.int(FlxMath.lerp(FlxG.width * 0.88, funkay.width, 0.95)));
|
||||
funkay.setGraphicSize(Std.int(FlxMath.lerp(FlxG.width * 0.88, funkay.width, 0.9)));
|
||||
funkay.updateHitbox();
|
||||
// funkay.updateHitbox();
|
||||
|
||||
|
|
Loading…
Reference in a new issue