[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Display follow



Yes.  Keep in mind that computer-wise, the top of the screen is 0.  Generally, I flip everything in the y direction (ScreenSize[1]-Point[1]), but you could just as easily not and instead make the camera move the same same direction for the y.  This, however, will not be as clear--(you're moving the camera positively one way and oppositely the other?!).  Your call.
HTH
Ian