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
Hi,
I went through documentation on pygame-zero.readthedocs.io but i didn't find too much about collision of objects. But some paths brought me to Rect class of pygame.
Is it mean, that I can use all functions of Rect class for Actor object? And Is Actor inherited from Rect and not from some Sprite class?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I went through documentation on pygame-zero.readthedocs.io but i didn't find too much about collision of objects. But some paths brought me to Rect class of pygame.
Is it mean, that I can use all functions of Rect class for Actor object? And Is Actor inherited from Rect and not from some Sprite class?
Martin
Beta Was this translation helpful? Give feedback.
All reactions