Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devtools/CompleteTestKit/animObj/DrawableObject.py
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/CompleteTestKit/animObj/DrawableObject.py')
-rw-r--r--devtools/CompleteTestKit/animObj/DrawableObject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/CompleteTestKit/animObj/DrawableObject.py b/devtools/CompleteTestKit/animObj/DrawableObject.py
index 96bb8ef..f811e79 100644
--- a/devtools/CompleteTestKit/animObj/DrawableObject.py
+++ b/devtools/CompleteTestKit/animObj/DrawableObject.py
@@ -2,7 +2,7 @@ import pygame
class DrawableObject(pygame.sprite.Sprite):
- def __init__(self, images, textfileName, transparent = False, x = 0, y = 0):
+ def __init__(self, images, textfileName, x=0, y=0, transparent=False):
pygame.sprite.Sprite.__init__(self)
self._images = []