Skip to content

Commit c0b9a2b

Browse files
authored
Merge pull request #1694 from lesamouraipourpre/blinka-jump-game
PyBadge Blinka Jump Game: Update for CP7
2 parents 7435836 + 450f043 commit c0b9a2b

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)