Redid block loading mechanism. Added the lifted image to the block.
This commit is contained in:
@@ -39,6 +39,10 @@ class Level(object):
|
||||
|
||||
self.load()
|
||||
|
||||
self.reverse_imgs = (
|
||||
dict([(val, key) for (key, val)
|
||||
in self.imgs.iteritems() if not isinstance(val, list)]))
|
||||
|
||||
self.camera_x = 0
|
||||
self.camera_y = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user