Implemented NPC movement (random)
[butaba-adventures.git] / level.py
index de8d76f..e634b00 100644 (file)
--- a/level.py
+++ b/level.py
@@ -1,7 +1,5 @@
 # level.py - level data and class
 
-import object
-
 # Background level data
 # A level is a list of list of tuples. Level is a 10x10 room of 48 pixel images
 #