We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba446c7 commit bf1959cCopy full SHA for bf1959c
source/HealthIcon.hx
@@ -26,7 +26,7 @@ class HealthIcon extends FlxSprite
26
super.update(elapsed);
27
28
if (sprTracker != null)
29
- setPosition(sprTracker.x + sprTracker.width + 12, sprTracker.y - 30);
+ setPosition(sprTracker.x + sprTracker.width + 10, sprTracker.y - 30);
30
}
31
32
public function swapOldIcon() {
@@ -71,13 +71,6 @@ class HealthIcon extends FlxSprite
71
72
73
74
- override function updateHitbox()
75
- {
76
- super.updateHitbox();
77
- offset.x = iconOffsets[0];
78
- offset.y = iconOffsets[1];
79
- }
80
-
81
public function getCharacter():String {
82
return char;
83
0 commit comments