Skip to content

Commit 450f043

Browse files
Remove max_size usage with displayio.Group
1 parent bd7536a commit 450f043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyBadge_Blinka_Jump_Game/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# creates display
4444
display = board.DISPLAY
4545
# scale=2 allows the sprites to be bigger
46-
group = displayio.Group(max_size=30, scale=2)
46+
group = displayio.Group(scale=2)
4747

4848
# Blinka sprite setup
4949
blinka, blinka_pal = adafruit_imageload.load("/spritesNew.bmp",

0 commit comments

Comments
 (0)