From 305300fe34699a1f2ca630a59040289a7a77d2ba Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sun, 18 Apr 2021 04:29:01 -0400 Subject: [PATCH] number thing --- source/LoadingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/LoadingState.hx b/source/LoadingState.hx index 291eb73f7..aeef6bc06 100644 --- a/source/LoadingState.hx +++ b/source/LoadingState.hx @@ -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();