From 7f9cca019c82d63754ecff6d2288b542fe5ced05 Mon Sep 17 00:00:00 2001 From: KadeDev Date: Thu, 15 Apr 2021 11:10:49 -0700 Subject: [PATCH] actually lets not make this skewed --- source/Note.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Note.hx b/source/Note.hx index 72124eb..de7f8bd 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -12,7 +12,7 @@ import polymod.format.ParseRules.TargetSignatureElement; using StringTools; -class Note extends FlxSkewedSprite +class Note extends FlxSprite { public var strumTime:Float = 0;