Added levers.

This commit is contained in:
Sakse Dalum
2012-08-08 17:06:10 +02:00
parent f0ff9a7d93
commit 7b078ee115
4 changed files with 83 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
# maintained by : Sakse Dalum <don_s@hongabar.org>
"""
A generic block.
A generic block. And other block derivatives.
"""
import pygame
@@ -54,3 +54,5 @@ class Block(worldobject.WorldObject):
self.y - self.img.get_size()[1] + 24
- self.level.camera_y))
class ArrowBlock(Block):
pass