From 0e67003bc848f5dfa11d13f81eb1914e564f2641 Mon Sep 17 00:00:00 2001 From: B side yt <100112873+567bsideyt@users.noreply.github.com> Date: Sun, 29 May 2022 18:30:13 +0700 Subject: [PATCH] Update Boyfriend.hx --- source/Boyfriend.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Boyfriend.hx b/source/Boyfriend.hx index c9f87f9b..f47271ac 100644 --- a/source/Boyfriend.hx +++ b/source/Boyfriend.hx @@ -7,7 +7,7 @@ import flixel.util.FlxTimer; using StringTools; -class Boyfriend extends Character +class Boyfriend///extends CharacteR { public var stunned:Bool = false; @@ -23,7 +23,7 @@ class Boyfriend extends Character if (animation.curAnim.name.startsWith('sing')) { holdTimer += elapsed; - } + }A very shit else holdTimer = 0;