Fix an issue where hitboxes didn't work on FlxEffectSprite#483
Fix an issue where hitboxes didn't work on FlxEffectSprite#483ADA-Funni wants to merge 2 commits into
Conversation
Geokureli
left a comment
There was a problem hiding this comment.
All PRs should include a small code example that reproduces the issue, and explains the expected behavior vs the actual behavior
Also you need to match the flixel's code style, curly brackets go on a new line
| super.draw(); | ||
| } | ||
|
|
||
| override public function updateHitbox() { |
There was a problem hiding this comment.
It's fixed now, sorry.
I also defined it as Void because all the other functions do that
|
Could we solve this by setting frameWidth and frameHeight to the target's frame sizes? I'm pretty sure there are other methods that use this.frameWidth and will also need updating |
I think that could work? |



No description provided.