We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0610c2 + d645ce4 commit 14ef30fCopy full SHA for 14ef30f
Matrix_Portal_Eyes/code.py
@@ -53,7 +53,6 @@ def __init__(self, filename, transparent=None):
53
elif isinstance(transparent, int):
54
palette.make_transparent(transparent)
55
super(Sprite, self).__init__(bitmap, pixel_shader=palette)
56
- self.height = bitmap.height
57
58
59
# ONE-TIME INITIALIZATION --------------------------------------------------
0 commit comments