Skip to content

Commit

Permalink
Fix Spriter Animation Speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrelpoid committed Jan 27, 2019
1 parent 1c2557f commit df1433b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import com.megacrit.cardcrawl.vfx.combat.PowerDebuffEffect;
import com.megacrit.cardcrawl.vfx.combat.PowerIconShowEffect;
import com.megacrit.cardcrawl.vfx.scene.BottomFogEffect;
import basemod.animations.SpriterAnimation;
import javassist.CannotCompileException;
import javassist.expr.ExprEditor;
import javassist.expr.MethodCall;
Expand Down Expand Up @@ -258,6 +259,7 @@ public class DefaultDeltaPatches {
@SpirePatch(clz = MapRoomNode.class, method = "update")
@SpirePatch(clz = MapRoomNode.class, method = "updateEmerald")
@SpirePatch(clz = MapRoomNode.class, method = "oscillateColor")
@SpirePatch(clz = SpriterAnimation.class, method = "renderSprite")
public static class DeltaPatch {
public static ExprEditor Instrument() {
return new ExprEditor() {
Expand Down

0 comments on commit df1433b

Please sign in to comment.