Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests/TestObject.py
diff options
context:
space:
mode:
Diffstat (limited to 'DrawableObjectTests/TestObject.py')
-rw-r--r--DrawableObjectTests/TestObject.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/DrawableObjectTests/TestObject.py b/DrawableObjectTests/TestObject.py
deleted file mode 100644
index 3dbdc60..0000000
--- a/DrawableObjectTests/TestObject.py
+++ /dev/null
@@ -1,16 +0,0 @@
-import pygame
-from DrawableObject import DrawableObject
-
-class TestObject:
-
- def __init__(self, drawableObject):
-
- self.myDrawableObject = drawableObject
-
- def changeSize(self, x, y):
-
- self.myDrawableObject.scale(x,y)
-
- def getDrawable(self):
-
- return self.myDrawableObject \ No newline at end of file