We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7435836 + 450f043 commit c0b9a2bCopy full SHA for c0b9a2b
1 file changed
PyBadge_Blinka_Jump_Game/code.py
@@ -43,7 +43,7 @@
43
# creates display
44
display = board.DISPLAY
45
# scale=2 allows the sprites to be bigger
46
-group = displayio.Group(max_size=30, scale=2)
+group = displayio.Group(scale=2)
47
48
# Blinka sprite setup
49
blinka, blinka_pal = adafruit_imageload.load("/spritesNew.bmp",
0 commit comments