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

[pygame] placement of graphics code



Dumb newbie question: Is there a generally accepted "right" place to
put a blit statement, given a choice of putting it inside a method of
your game object, versus in the main game loop that acts on said
object? Or is it "six of one, half dozen of another"?

Alan