From 198764fc01c92acef22408665125c19a6a76049c Mon Sep 17 00:00:00 2001 From: Michal Kijowski Date: Tue, 28 Apr 2020 10:16:14 +0000 Subject: [PATCH] Delete 'unboxOnTheFloor.py' --- unboxOnTheFloor.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 unboxOnTheFloor.py 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