Added levers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user