Public Member Functions | |
| def | __init__ |
| def | handleEvent |
| def | draw |
| def | update |
Public Attributes | |
| logic | |
| image | |
| rect | |
Subclass this to write a pygame plugin, which is a layer that should be drawn on screen over the map
| def plugins.pluginpygame.PygamePlugin.draw | ( | self | ) |
creates/updates the Surface to blit
Reimplemented in plugins.mapControlpygame.MapcontrolSprite.
| def plugins.pluginpygame.PygamePlugin.handleEvent | ( | self, | |
| event | |||
| ) |
return True if the key has been used
Reimplemented in plugins.mapControlpygame.MapcontrolSprite.
| def plugins.pluginpygame.PygamePlugin.update | ( | self | ) |
do updates
1.7.6.1