Home | Trees | Index | Help |
---|
Package pygsear :: Module Game :: Class TwistedGame |
|
GameLooper
--+ |Game
--+ | TwistedGame
Method Summary | |
---|---|
__init__(self,
window,
reactor,
delay)
| |
return a Event.EventGroup (inherited from GameLooper )
| |
return a SpriteGroup (inherited from GameLooper )
| |
return a Drawable.Layer and keep track. (inherited from GameLooper )
| |
beep(self)
(inherited from GameLooper )
| |
Defaults to no collision checks. (inherited from GameLooper )
| |
checkEvents(self)
(inherited from GameLooper )
| |
checkGameOver(self)
| |
Bring up the configuration screen (inherited from Game )
| |
Stop capturing all input (inherited from Game )
| |
Show a Game Over message. (inherited from Game )
| |
Capture all mouse and keyboard input (inherited from Game )
| |
Hide the mouse cursor (inherited from Game )
| |
Further initialization (inherited from Game )
| |
loop(self)
(inherited from GameLooper )
| |
The main twisted game loop. | |
pause(self)
(inherited from GameLooper )
| |
Ask if player wants to play again. (inherited from Game )
| |
Fix up the game after the screen has been resized (inherited from Game )
| |
restart(self)
(inherited from Game )
| |
Set the background. (inherited from Game )
| |
set_title(self,
title)
(inherited from Game )
| |
Show the mouse cursor (inherited from Game )
| |
Show the splash screen (inherited from Game )
| |
Erase the splash screen (inherited from Game )
| |
Take one trip through the mainloop (inherited from Game )
| |
unpause(self)
(inherited from Game )
| |
update the display (inherited from Game )
| |
Pause the game, waiting for a keystroke. (inherited from Game )
| |
set the .quit attribute. (inherited from GameLooper )
| |
set the .stop attribute. (inherited from GameLooper )
|
Method Details |
---|
mainloop(self)The main twisted game loop. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Jan 25 19:10:13 2004 | http://epydoc.sf.net |