From 2afc3bf894c18912c809045942384d3e15a711b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=8D=9A=7ENex?= <87421482+NexIsDumb@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:38:22 +0200 Subject: [PATCH] go fuck yourself github --- source/funkin/game/PlayState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/game/PlayState.hx b/source/funkin/game/PlayState.hx index 039d9d33a..67d5d8228 100644 --- a/source/funkin/game/PlayState.hx +++ b/source/funkin/game/PlayState.hx @@ -1235,7 +1235,7 @@ class PlayState extends MusicBeatState } } - if (doIconBop) { + if (doIconBop) { iconP1.scale.set(lerp(iconP1.scale.x, 1, 0.33), lerp(iconP1.scale.y, 1, 0.33)); iconP2.scale.set(lerp(iconP2.scale.x, 1, 0.33), lerp(iconP2.scale.y, 1, 0.33)); @@ -1789,7 +1789,7 @@ class PlayState extends MusicBeatState camHUD.zoom += 0.03 * camZoomingStrength; } - if (doIconBop) + if (doIconBop) { iconP1.scale.set(1.2, 1.2); iconP2.scale.set(1.2, 1.2);