You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@renancaraujo mentioned in #20 (comment) that it would be nice to provide a behavior that simplifies collision interaction with a ScreenHitbox. We should provide an abstract API for that, that people can extend from to implement their own if I hit the screen then do this logic.
Requirements
An API that allows developers to interact with the ScreenHitbox from a behavior.
Add tests that ensure this new API works as expected.
The text was updated successfully, but these errors were encountered:
Description
@renancaraujo mentioned in #20 (comment) that it would be nice to provide a behavior that simplifies collision interaction with a
ScreenHitbox
. We should provide an abstract API for that, that people can extend from to implement their ownif I hit the screen then do this
logic.Requirements
ScreenHitbox
from a behavior.The text was updated successfully, but these errors were encountered: