From 9455689de9ed8fc701b861b7a0cc098f5326dd00 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Wed, 22 Feb 2023 15:26:01 -0500 Subject: [PATCH] Adobe animate fixes --- hmm.json | 2 +- source/funkin/graphics/adobeanimate/FlxAtlasSprite.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hmm.json b/hmm.json index 9edc42cdd..85f758ab6 100644 --- a/hmm.json +++ b/hmm.json @@ -30,7 +30,7 @@ "name": "flxanimate", "type": "git", "dir": null, - "ref": "18b2060", + "ref": "49f5554", "url": "https://github.com/Dot-Stuff/flxanimate" }, { diff --git a/source/funkin/graphics/adobeanimate/FlxAtlasSprite.hx b/source/funkin/graphics/adobeanimate/FlxAtlasSprite.hx index 1f1dc239e..e79b06277 100644 --- a/source/funkin/graphics/adobeanimate/FlxAtlasSprite.hx +++ b/source/funkin/graphics/adobeanimate/FlxAtlasSprite.hx @@ -16,7 +16,7 @@ class FlxAtlasSprite extends FlxAnimate FrameRate: 24.0, Reversed: false, // ?OnComplete:Void -> Void, - ShowPivot: true, + ShowPivot: #if debug true #else false #end, Antialiasing: true, ScrollFactor: new FlxPoint(1, 1), // Offset: new FlxPoint(0, 0), // This is just FlxSprite.offset