Remove max_size usage with displayio.Group
This commit is contained in:
parent
bd7536a1f4
commit
450f043651
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ JUMP_2 = 6
|
|||
# creates display
|
||||
display = board.DISPLAY
|
||||
# scale=2 allows the sprites to be bigger
|
||||
group = displayio.Group(max_size=30, scale=2)
|
||||
group = displayio.Group(scale=2)
|
||||
|
||||
# Blinka sprite setup
|
||||
blinka, blinka_pal = adafruit_imageload.load("/spritesNew.bmp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue