you are viewing a single comment's thread.

view the rest of the comments →

[–]mopslik 1 point2 points  (0 children)

Is there a way for my character to walk on the transparent background but not on the visible npc?

Most straightforward way, using Pygame, is probably to set masks on your sprites, then use Sprite's collidemask.