diff --git a/unboxOnTheFloor.py b/unboxOnTheFloor.py deleted file mode 100644 index 8e2ab0e..0000000 --- a/unboxOnTheFloor.py +++ /dev/null @@ -1,10 +0,0 @@ -import pygame - -class UnboxOnTheFloor: - def __init__(self, screen, cell, we, ns): - self.cell = cell - self.ns = ns - self.we = we - self.screen = screen - def draw(self): - pass \ No newline at end of file