| Home | Trees | Index | Help |
|---|
| Package pygsear :: Module Game :: Class GameLooper |
|
Game,
GameConfiguration| Method Summary | |
|---|---|
__init__(self)
| |
return a Event.EventGroup | |
return a SpriteGroup | |
return a Drawable.Layer and keep track. | |
beep(self)
| |
Defaults to no collision checks. | |
checkEvents(self)
| |
loop(self)
| |
pause(self)
| |
unpause(self)
| |
set the .quit attribute. | |
set the .stop attribute. | |
| Method Details |
|---|
addEventGroup(self, event=())return a |
addGroup(self, sprites=[], layer=None)return a |
addLayer(self, size=None)return a Game has a list (.layers) of all the
layers in the game.
|
checkCollisions(self)Defaults to no collision checks. Game.mainloop() will call this function once each time through the loop. Subclasses should override to check collisions and perform the needed actions. |
_quit(self, arg=None)set the |
_stop(self, arg=None)set the |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Fri Nov 11 14:26:38 2005 | http://epydoc.sf.net |