Search results

  1. M

    Rect location problem

    I'll start of by saying I'm very new to python/pygame and even before that I don't have a lot of programming experience. My problem is that I have a rectangle called platform, and when I use platform.surf.get_rect the rect appears at 0,0 instead of 200,300 the location of platform. My code is...
Back
Top