Added levers.
This commit is contained in:
@@ -76,6 +76,9 @@ class WorldObject(object):
|
||||
def use(self):
|
||||
pass
|
||||
|
||||
def activate(self, setting):
|
||||
pass
|
||||
|
||||
def set_alpha(self, value):
|
||||
"""
|
||||
Set the relative translucency of the per-pixel-alpha image.
|
||||
|
||||
Reference in New Issue
Block a user