Skip to content

Commit 14ef30f

Browse files
authored
Merge pull request #2200 from Neradoc/patch-2
Portal eyes: TileGrid has its own height property now
2 parents e0610c2 + d645ce4 commit 14ef30f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Matrix_Portal_Eyes/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def __init__(self, filename, transparent=None):
5353
elif isinstance(transparent, int):
5454
palette.make_transparent(transparent)
5555
super(Sprite, self).__init__(bitmap, pixel_shader=palette)
56-
self.height = bitmap.height
5756

5857

5958
# ONE-TIME INITIALIZATION --------------------------------------------------

0 commit comments

Comments
 (0)