Skip to content

Commit

Permalink
compilation fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
KoloInDaCrib committed Nov 2, 2024
1 parent b12f0d3 commit 3d77df0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package funkin.ui.debug.char.components.dialogs;

package funkin.ui.debug.char.components.dialogs;

import funkin.play.components.HealthIcon;
import funkin.util.FileUtil;
import flixel.FlxSprite;
Expand Down Expand Up @@ -117,6 +115,8 @@ class HealthIconDialog extends DefaultPageDialog
healthIconPreviewImg.flipX = healthIconFlipX.selected;
healthIconPreviewImg.antialiasing = healthIconPixelated.selected;
healthIconPreviewImg.imageScale = healthIconScale.pos;
healthIconPreviewImg.left = healthIconOffsetX.pos;
healthIconPreviewImg.top = healthIconOffsetY.pos;

healthIcon.animation.onFrameChange.add(function(animName:String, frameNumber:Int, frameIndex:Int) {
healthIconPreviewImg.resource = healthIcon.frames.frames[frameIndex];
Expand Down

0 comments on commit 3d77df0

Please sign in to comment.