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
You should improve collision detection to be pixel-perfect, taking into consideration the transparent background of the lamps, genies, and carpet. To do this, you can use the transparent_pixel? method on Gosu::Image. This requires a library called texplay.
The text was updated successfully, but these errors were encountered:
You should improve collision detection to be pixel-perfect, taking into consideration the transparent background of the lamps, genies, and carpet. To do this, you can use the
transparent_pixel?
method onGosu::Image
. This requires a library calledtexplay
.The text was updated successfully, but these errors were encountered: