HaxeFlixel / flixel-addons

Additional classes for HaxeFlixel
170 stars 139 forks source link

FlxBackdrop possible hitbox overlook? #380

Closed EyeDaleHim closed 1 year ago

EyeDaleHim commented 1 year ago

image

Using FlxBackdrop, it seems to be that the original sprite only gets the hitbox, but this isn't the case for the copied ones?

Geokureli commented 1 year ago

Correct, FlxBackdrops we're created for graphical purposes, rather than collision purposes.

How would collision even work? It's meant to be infinitely sized

EyeDaleHim commented 1 year ago

Very understandable, I will find another method without using FlxBackdrops, tee hee.