mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-25 11:29:28 +00:00
number thing
This commit is contained in:
parent
7c120efc66
commit
75fa0dcada
|
@ -125,7 +125,7 @@ class LoadingState extends MusicBeatState
|
||||||
{
|
{
|
||||||
super.update(elapsed);
|
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();
|
||||||
// funkay.updateHitbox();
|
// funkay.updateHitbox();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue